public class RemoteRepository extends Repository implements AutoTrackLocalRevision
| Constructor and Description |
|---|
RemoteRepository() |
RemoteRepository(UUID repositoryId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocalPathPrefix() |
long |
getLocalRevision()
Get the
local revision of the last modification
of this entity. |
URL |
getRemoteRoot() |
String |
getRemoteRootSha1() |
void |
setLocalPathPrefix(String localPathPrefix) |
void |
setLocalRevision(long localRevision) |
void |
setRemoteRoot(URL remoteRoot) |
getPublicKey, getRepositoryId, getRevision, setPublicKey, setRevisionequals, getChanged, getCreated, getId, hashCode, setChanged, setCreated, toStringpublic RemoteRepository()
public RemoteRepository(UUID repositoryId)
public URL getRemoteRoot()
public void setRemoteRoot(URL remoteRoot)
public String getRemoteRootSha1()
public long getLocalRevision()
AutoTrackLocalRevisionlocal revision of the last modification
of this entity.getLocalRevision in interface AutoTrackLocalRevisionpublic void setLocalRevision(long localRevision)
setLocalRevision in interface AutoTrackLocalRevisionpublic String getLocalPathPrefix()
public void setLocalPathPrefix(String localPathPrefix)
Copyright © 2013-2014. All Rights Reserved.