org.ow2.jonas.packaging
Interface IPackagingStructure


public interface IPackagingStructure

Some constants for Packaging Service

Author:
Mohammed Boukada

Field Summary
static String ADDONS_DIR
          Addons directory
static String AUTHOR
          Author for jonas-addon.xml
static String CLOUD_APPLICATION
          Cloud application xml file name
static String DEPLOY_DIRECTORY
          Deployable directory of an Addon
static String DEPLOYMENT
          Deployment xml file name
static String DEPLOYMENT_PLAN_PREFIX
          Multitenant deployment plan prefix
static String ENVRIONMENT_TEMPLATE
          Environment template xml file name
static String JVM_VERSIONS
          JVM versions for jonas-addon.xml
static String LICENCE
          Licence for jonas-addon.xml
static String REPOSITORY_DIR
          Multitenant repository prefix
static String WORK_DIRECTORY
          Work directory
static String XML_EXTENSION
          XML file extension
static String ZIP_EXTENSION
          ZIP file extension
 

Field Detail

ZIP_EXTENSION

static final String ZIP_EXTENSION
ZIP file extension

See Also:
Constant Field Values

XML_EXTENSION

static final String XML_EXTENSION
XML file extension

See Also:
Constant Field Values

WORK_DIRECTORY

static final String WORK_DIRECTORY
Work directory

See Also:
Constant Field Values

ADDONS_DIR

static final String ADDONS_DIR
Addons directory


DEPLOY_DIRECTORY

static final String DEPLOY_DIRECTORY
Deployable directory of an Addon

See Also:
Constant Field Values

REPOSITORY_DIR

static final String REPOSITORY_DIR
Multitenant repository prefix

See Also:
Constant Field Values

DEPLOYMENT_PLAN_PREFIX

static final String DEPLOYMENT_PLAN_PREFIX
Multitenant deployment plan prefix

See Also:
Constant Field Values

CLOUD_APPLICATION

static final String CLOUD_APPLICATION
Cloud application xml file name

See Also:
Constant Field Values

ENVRIONMENT_TEMPLATE

static final String ENVRIONMENT_TEMPLATE
Environment template xml file name

See Also:
Constant Field Values

DEPLOYMENT

static final String DEPLOYMENT
Deployment xml file name

See Also:
Constant Field Values

JVM_VERSIONS

static final String JVM_VERSIONS
JVM versions for jonas-addon.xml

See Also:
Constant Field Values

LICENCE

static final String LICENCE
Licence for jonas-addon.xml

See Also:
Constant Field Values

AUTHOR

static final String AUTHOR
Author for jonas-addon.xml

See Also:
Constant Field Values


Copyright © 2012 OW2 Consortium. All Rights Reserved.