public class DeployPropertyNames extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEPLOY_CLEAN
Optional deploy property - if true, this is a fresh install (that is, the deploy directory should be wiped clean
prior to deployment of the specified version; if not specified, the default is false
|
static String |
DEPLOY_DIR
System property that should always be available to Ant scripts - it's the location where the deployment should be installed
|
static String |
DEPLOY_DRY_RUN
Optional deploy property - if true, this is a dry run or preview (that is, it should log what steps would occur
but not actually perform any of the steps); if not specified, the default is false
|
static String |
DEPLOY_ID
System property that should always be available to Ant scripts - it's the ID of the bundle deployment
|
static String |
DEPLOY_NAME
System property that should always be available to Ant scripts - it's the name of the bundle deployment
|
static String |
DEPLOY_PHASE
System property that should always be available to Ant scripts - it's the bundle deployment phase being executed
|
static String |
DEPLOY_REVERT
Optional deploy property - if true, this is a revert of an installed bundle to its state prior to the last
deployment; if not specified, the default is false
|
static String |
DEPLOY_TAG_PREFIX
Prefix which is appended to Ant properties.
|
public static final String DEPLOY_DIR
public static final String DEPLOY_ID
public static final String DEPLOY_NAME
public static final String DEPLOY_PHASE
public static final String DEPLOY_REVERT
public static final String DEPLOY_CLEAN
public static final String DEPLOY_DRY_RUN
public static final String DEPLOY_TAG_PREFIX
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.