public enum SCMPathType extends java.lang.Enum<SCMPathType>
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
determinePathElements(java.lang.String connection) |
static SCMPathType |
determinePathType(java.lang.String path) |
java.lang.String |
getMarker() |
java.lang.String |
getPathToSubModule(java.lang.String connection) |
boolean |
isParentPathElementNeeded() |
static SCMPathType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SCMPathType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SCMPathType TAG
public static final SCMPathType TRUNK
public static final SCMPathType BRANCH
public static final SCMPathType UNKNOWN
public static SCMPathType[] values()
for (SCMPathType c : SCMPathType.values()) System.out.println(c);
public static SCMPathType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getMarker()
public boolean isParentPathElementNeeded()
public java.util.List<java.lang.String> determinePathElements(java.lang.String connection)
public java.lang.String getPathToSubModule(java.lang.String connection)
public static SCMPathType determinePathType(java.lang.String path)
Copyright © 2012 Atlassian. All Rights Reserved.