/*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License (the "License").
* You may not use this file except in compliance with the License.
*
* See LICENSE.txt included in this distribution for the specific
* language governing permissions and limitations under the License.
*
* When distributing Covered Code, include this CDDL HEADER in each
* file and include the License file at LICENSE.txt.
* If applicable, add the following below this CDDL HEADER, with the
* fields enclosed by brackets "[]" replaced with your own identifying
* information: Portions Copyright [yyyy] [name of copyright owner]
*
* CDDL HEADER END
*/
/*
*/
/**
* Access to a Monotone repository.
*
* @author Trond Norbye
*/
/** The property name used to obtain the client command for this repository. */
/** The command to use to access the repository if none was given explicitly */
/**
* Create a new instance of type {@code Monotone}.
*/
public MonotoneRepository() {
type = "Monotone";
datePattern = "yyyy-MM-dd'T'hh:mm:ss";
}
/**
* {@inheritDoc}
*/
@SuppressWarnings("resource")
{
try {
int len;
if (len > 0) {
}
}
} finally {
// Clean up zombie-processes...
try {
} catch (IllegalThreadStateException exp) {
// the process is still running??? just kill it..
}
}
}
return ret;
}
/**
* Get an executor to be used for retrieving the history log for the given
* file.
*
* @param file file for which history is to be retrieved (canonical path
* incl. source root).
* @return An Executor ready to be started
*/
throws IOException
{
}
}
}
/**
* {@inheritDoc}
*/
}
}
try {
} else {
}
}
} finally {
}
return ret;
}
/**
* {@inheritDoc}
*/
return true;
}
/**
* {@inheritDoc}
*/
}
}
}
/**
* {@inheritDoc}
*/
return true;
}
/**
* {@inheritDoc}
*/
return f.exists() && f.isDirectory();
}
/**
* {@inheritDoc}
*/
public boolean isWorking() {
}
return working.booleanValue();
}
/**
* {@inheritDoc}
*/
public boolean hasHistoryForDirectories() {
return true;
}
/**
* {@inheritDoc}
*/
}
/**
* {@inheritDoc}
*/
throws HistoryException
{
}
if (quietOption == null) {
? "--reallyquiet"
: "--quiet --quiet";
}
return quietOption;
}
/**
* The boolean system property to set to {@code true} if the deprecated
* quiet option {@code --reallyquiet} should be used instead of
* {@code --quiet --quiet}.
*/
}