|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<DatabaseFormat> org.apache.maven.continuum.management.DatabaseFormat
public enum DatabaseFormat
Enumeration of known database formats.
Enum Constant Summary | |
---|---|
CONTINUUM_103
Continuum 1.0.3 build database. |
|
CONTINUUM_109
Continuum pre-alpha build database. |
|
CONTINUUM_11
Continuum 1.1+ build database. |
Method Summary | |
---|---|
String |
getContinuumToolRoleHint()
|
String |
getJpoxVersion()
|
String |
getRedbackToolRoleHint()
|
abstract boolean |
isConvertibleFrom(DatabaseFormat sourceFormat)
Whether a database can be converted from the given format to this format. |
static DatabaseFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DatabaseFormat[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final DatabaseFormat CONTINUUM_103
public static final DatabaseFormat CONTINUUM_109
public static final DatabaseFormat CONTINUUM_11
Method Detail |
---|
public static DatabaseFormat[] values()
for (DatabaseFormat c : DatabaseFormat.values()) System.out.println(c);
public static DatabaseFormat valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic abstract boolean isConvertibleFrom(DatabaseFormat sourceFormat)
sourceFormat
- the database format to convert from
public String getJpoxVersion()
public String getContinuumToolRoleHint()
public String getRedbackToolRoleHint()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |