| org.apache.cocoon.components.source.VersionableSource
All known Subclasses: org.apache.cocoon.components.source.SourceDTO, org.apache.cocoon.components.source.impl.SlideSource,
VersionableSource | public interface VersionableSource extends Source(Code) | | A source, which could exist in different versions
author: Stephan Michels version: CVS $Id: VersionableSource.java 433543 2006-08-22 06:22:54Z crossley $ |
getLatestSourceRevision | public String getLatestSourceRevision() throws SourceException(Code) | | Get the latest revision
|
getSourceRevision | public String getSourceRevision() throws SourceException(Code) | | Get the current revision of the source
|
getSourceRevisionBranch | public String getSourceRevisionBranch() throws SourceException(Code) | | Get the current branch of the revision from the source
|
isVersioned | public boolean isVersioned() throws SourceException(Code) | | If this source versioned
|
setSourceRevision | public void setSourceRevision(String sourcerevision) throws SourceException(Code) | | Sets the wanted revision of the source
|
setSourceRevisionBranch | public void setSourceRevisionBranch(String sourcerevisionbranch) throws SourceException(Code) | | Sets the wanted branch of the revision from the source
|
|
|