|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A source, which could exist in different versions
Method Summary | |
String |
getLatestSourceRevision()
Get the latest revision |
String |
getSourceRevision()
Get the current revision of the source |
String |
getSourceRevisionBranch()
Get the current branch of the revision from the source |
boolean |
isVersioned()
If this source versioned |
void |
setSourceRevision(String sourcerevision)
Sets the wanted revision of the source |
void |
setSourceRevisionBranch(String sourcerevisionbranch)
Sets the wanted branch of the revision from the source |
Methods inherited from interface org.apache.excalibur.source.Source |
exists, getContentLength, getInputStream, getLastModified, getMimeType, getScheme, getURI, getValidity, refresh |
Method Detail |
public boolean isVersioned() throws SourceException
SourceException
public String getSourceRevision() throws SourceException
SourceException
public void setSourceRevision(String sourcerevision) throws SourceException
SourceException
public String getSourceRevisionBranch() throws SourceException
SourceException
public void setSourceRevisionBranch(String sourcerevisionbranch) throws SourceException
SourceException
public String getLatestSourceRevision() throws SourceException
SourceException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |