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.
|
cmddatePattern, 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, getDateFormatgetDatePattern, getDirectoryName, getType, isRemote, setDatePattern, setDirectoryName, setRemote, setType, setWorkingpublic static final java.lang.String CMD_PROPERTY_KEY
public static final java.lang.String CMD_FALLBACK
public boolean isWorking()
RepositoryInfoisWorking in class RepositoryInfopublic void update()
throws java.io.IOException
Repositoryjava.io.IOException