|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tools.ant.types.EnumeratedAttribute
org.apache.ant.compress.taskdefs.ArchiveBase.Mode
public static final class ArchiveBase.Mode
Valid Modes for create/update/replace.
Field Summary | |
---|---|
static java.lang.String |
CREATE
Create a new archive. |
static java.lang.String |
FORCE_CREATE
Create a new archive even if the target exists and seems up-to-date. |
static java.lang.String |
FORCE_REPLACE
Update an existing archive - replacing all existing entries with those from sources - even if the target exists and seems up-to-date. |
static java.lang.String |
REPLACE
Update an existing archive, replacing all existing entries with those from sources. |
static java.lang.String |
UPDATE
Update an existing archive. |
Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute |
---|
value |
Constructor Summary | |
---|---|
ArchiveBase.Mode()
|
Method Summary | |
---|---|
java.lang.String[] |
getValues()
|
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, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CREATE
public static final java.lang.String FORCE_CREATE
public static final java.lang.String UPDATE
public static final java.lang.String REPLACE
public static final java.lang.String FORCE_REPLACE
Constructor Detail |
---|
public ArchiveBase.Mode()
Method Detail |
---|
public java.lang.String[] getValues()
getValues
in class org.apache.tools.ant.types.EnumeratedAttribute
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |