|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.util.RepositoryUtils
NOTE: This is very CVS specific, but I would like to try additional SCM package like subversion ASAP.
Constructor Summary | |
RepositoryUtils()
|
Method Summary | |
static String |
getSCMConnectionSeparator(String connection)
Get the separator used in an SCM string |
static String[] |
splitSCMConnection(String connection)
Splits an SCM string into parts |
static String[] |
tokenizerToArray(org.apache.maven.util.EnhancedStringTokenizer tok)
Converts a tokenizer to an array of strings FIXME: This should be in a string util class |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RepositoryUtils()
Method Detail |
public static String getSCMConnectionSeparator(String connection)
connection
-
public static String[] splitSCMConnection(String connection)
connection
-
public static String[] tokenizerToArray(org.apache.maven.util.EnhancedStringTokenizer tok)
tok
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |