public class RepoRepository extends Repository
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CMD_FALLBACK
The command to use to access the repository if none was given explicitly
|
static java.lang.String |
CMD_PROPERTY_KEY
The property name used to obtain the client command for this repository.
|
cmd
datePattern, directoryName, remote, type, working
Constructor and Description |
---|
RepoRepository() |
Modifier and Type | Method and Description |
---|---|
boolean |
isWorking()
Returns true if this repository is usable in this context (for SCM
systems that use external binaries, the binary must be availabe etc)
|
void |
update()
Update the content in this repository by pulling the changes from the
upstream repository..
|
ensureCommand, getDateFormat
getDatePattern, getDirectoryName, getType, isRemote, setDatePattern, setDirectoryName, setRemote, setType, setWorking
public static final java.lang.String CMD_PROPERTY_KEY
public static final java.lang.String CMD_FALLBACK
public boolean isWorking()
RepositoryInfo
isWorking
in class RepositoryInfo
public void update() throws java.io.IOException
Repository
java.io.IOException