|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.bloof.scm.cvsplugin.CvsPlugin
SCM plugin for CVS
Field Summary | |
static CvsAccess |
MINI_LOG
mini log file for testing purposes |
static char |
NORMALZIED_PATH_SEPERATOR
Normalized path seperator |
Constructor Summary | |
CvsPlugin()
|
Method Summary | |
protected static java.util.Date |
convertFromLogTime(java.lang.String aModTime)
Returns a date from a given modTime String of a cvs logfile |
static CvsConnectionMethod |
getConnectionMethod(java.lang.String aConnMethodString)
Converts the connection method string into the Integer constant |
static java.lang.String[] |
getConnectionMethods()
Returns valid connection methods |
ScmRevisionIterator |
getRevisions(ScmAccess aAccessInformation)
Returns a Revisioniterator on all revisions of the software project |
ScmRevisionIterator |
getRevisionsUpdate(ScmAccess aAccessInformation,
java.util.Date aFromDate)
Returns a Revisioniterator on all revisions of the software project |
static CvsAccess[] |
getSamples()
Returns the sample CvsAccess objects for example usage of the bloof application |
static java.lang.String |
normalizePath(java.lang.String aString)
Normalizes pathname by replacing all seperators to '/' |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final CvsAccess MINI_LOG
public static final char NORMALZIED_PATH_SEPERATOR
Constructor Detail |
public CvsPlugin()
Method Detail |
protected static java.util.Date convertFromLogTime(java.lang.String aModTime) throws java.text.ParseException
aModTime
- String of a cvs logfile
java.text.ParseException
public static CvsConnectionMethod getConnectionMethod(java.lang.String aConnMethodString)
aConnMethodString
- named by connection method
public static java.lang.String[] getConnectionMethods()
public static CvsAccess[] getSamples()
public static java.lang.String normalizePath(java.lang.String aString)
aString
- input path
public ScmRevisionIterator getRevisions(ScmAccess aAccessInformation) throws ScmAccessException
ScmPlugin
getRevisions
in interface ScmPlugin
aAccessInformation
- contains all necessary data for access the repository
ScmAccessException
- if an error accessing the SCM System occuredScmPlugin.getRevisions( ScmAccess )
public ScmRevisionIterator getRevisionsUpdate(ScmAccess aAccessInformation, java.util.Date aFromDate) throws ScmAccessException
ScmPlugin
getRevisionsUpdate
in interface ScmPlugin
aAccessInformation
- contains all necessary data for access the repositoryaFromDate
- get only revisions newser than this date
ScmAccessException
- if an error accessing the SCM System occuredScmPlugin.getRevisionsUpdate(net.sf.bloof.scm.ScmAccess, java.util.Date)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |