org.rhq.bundle.ant
Class DeployPropertyNames

java.lang.Object
  extended by org.rhq.bundle.ant.DeployPropertyNames

public class DeployPropertyNames
extends Object

Author:
Ian Springer

Field Summary
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.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEPLOY_DIR

public static final String DEPLOY_DIR
System property that should always be available to Ant scripts - it's the location where the deployment should be installed

See Also:
Constant Field Values

DEPLOY_ID

public static final String DEPLOY_ID
System property that should always be available to Ant scripts - it's the ID of the bundle deployment

See Also:
Constant Field Values

DEPLOY_NAME

public static final String DEPLOY_NAME
System property that should always be available to Ant scripts - it's the name of the bundle deployment

See Also:
Constant Field Values

DEPLOY_PHASE

public static final String DEPLOY_PHASE
System property that should always be available to Ant scripts - it's the bundle deployment phase being executed

See Also:
Constant Field Values

DEPLOY_REVERT

public static final 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

See Also:
Constant Field Values

DEPLOY_CLEAN

public static final 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

See Also:
Constant Field Values

DEPLOY_DRY_RUN

public static final 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

See Also:
Constant Field Values

DEPLOY_TAG_PREFIX

public static final String DEPLOY_TAG_PREFIX
Prefix which is appended to Ant properties. Tags of a resource are available as Ant properties during content bundle deployment. Tags have the format "[:][=]name" such as: it:group=dev org=hr qa:test1 test For those tags that have a semantic specified, they will be converted to property names that bundle recipe authors can use as replacement tokens. "@@rhq.tag.[.]@@" will be substituted with "" when realized. Following the same examples above:

See Also:
Constant Field Values


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.