|
AntXtras/Svn4Ant-1.1.0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.tools.ant.types.EnumeratedAttribute
com.idaremedia.antx.parameters.EnumSkeleton
com.idaremedia.svn4ant.startup.AcceptedWCFormat
Enumeration that helps the client application flag what version of working copy format svn4ant (or SVNKit) should accept. Possible values are: "pre-svn14", "svn14", and "default" where "default "is interpreted to mean whatever the underlying svnkit supports.
| Field Summary | |
static AcceptedWCFormat |
DEFAULT
Singleton "default" choice. |
static AcceptedWCFormat |
PRE_SVN14
Singleton "pre-svn14" choice. |
static AcceptedWCFormat |
SVN_14
Singleton "svn14" choice. |
| Fields inherited from class com.idaremedia.antx.parameters.EnumSkeleton |
index |
| Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute |
value |
| Constructor Summary | |
AcceptedWCFormat()
Initializes a new WCFormat instance via reflection. |
|
| Method Summary | |
static AcceptedWCFormat |
from(String s)
Returns a WCFormat that maps to the incoming symbolic name. |
static AcceptedWCFormat |
from(String s,
AcceptedWCFormat dflt)
Same as from(String) but with a default value if supplied value does not match any known WCFormat's name. |
String[] |
getValues()
Return the legitimate values for this WCFormat selector. |
| Methods inherited from class com.idaremedia.antx.parameters.EnumSkeleton |
equals, hashCode, stringFrom |
| Methods inherited from class org.apache.tools.ant.types.EnumeratedAttribute |
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final AcceptedWCFormat PRE_SVN14
public static final AcceptedWCFormat SVN_14
public static final AcceptedWCFormat DEFAULT
| Constructor Detail |
public AcceptedWCFormat()
| Method Detail |
public String[] getValues()
public static final AcceptedWCFormat from(String s)
s - symbolic name (or actual name of Enum).
public static final AcceptedWCFormat from(String s,
AcceptedWCFormat dflt)
s - the symbolic name to be matcheddflt - the default WCFormat if necessary
|
AntXtras/Svn4Ant-1.1.0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||