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, setRevision
equals, getChanged, getCreated, getId, hashCode, setChanged, setCreated, toString
public RemoteRepository()
public RemoteRepository(UUID repositoryId)
public URL getRemoteRoot()
public void setRemoteRoot(URL remoteRoot)
public String getRemoteRootSha1()
public long getLocalRevision()
AutoTrackLocalRevision
local revision
of the last modification
of this entity.getLocalRevision
in interface AutoTrackLocalRevision
public void setLocalRevision(long localRevision)
setLocalRevision
in interface AutoTrackLocalRevision
public String getLocalPathPrefix()
public void setLocalPathPrefix(String localPathPrefix)
Copyright © 2013-2014. All Rights Reserved.