public static final class ArchiveBase.Mode
extends org.apache.tools.ant.types.EnumeratedAttribute
Modifier and Type | Field and Description |
---|---|
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.
|
Constructor and Description |
---|
Mode() |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getValues() |
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