|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VersionableSource
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 |
---|
boolean isVersioned() throws SourceException
SourceException
String getSourceRevision() throws SourceException
SourceException
void setSourceRevision(String sourcerevision) throws SourceException
SourceException
String getSourceRevisionBranch() throws SourceException
SourceException
void setSourceRevisionBranch(String sourcerevisionbranch) throws SourceException
SourceException
String getLatestSourceRevision() throws SourceException
SourceException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |