org.apache.aries.application.utils
Interface AppConstants


public interface AppConstants

Widely used constants in parsing Aries applications


Field Summary
static String APPLICATION_CONTENT
          The application content directive for the application manifest
static String APPLICATION_EXPORT_SERVICE
          The application export service directive for the application manifest
static String APPLICATION_IMPORT_SERVICE
          The application import service directive for the application manifest
static String APPLICATION_MANIFEST_VERSION
          The Manifest version
static String APPLICATION_MF
          The name of the application manifest in the application
static String APPLICATION_NAME
          The application name directive for the application manifest
static String APPLICATION_SCOPE
          The application scope (used to find the applications bundle repository
static String APPLICATION_SYMBOLIC_NAME
          The application symbolic name directive for the application manifest
static String APPLICATION_USE_BUNDLE
          The use-bundle entry for the application manifest.
static String APPLICATION_VERSION
          The application version directive for the application manifest
static String APPLICATION_XML
          The name of an application.xml file which will be used in processing legacy .war files
static String DEFAULT_VERSION
          The default version for applications that do not have one
static String DEPLOYMENT_BUNDLE_VERSION
          The attribute used to record the deployed version of a bundle
static String DEPLOYMENT_CONTENT
           
static String DEPLOYMENT_IMPORT_PACKAGES
          deployment.mf entry 'Import-Package'
static String DEPLOYMENT_MF
          The name of the deployment manifest in the application
static String DEPLOYMENT_PROVISION_BUNDLE
          Bundle dependencies required by bundles listed in Deployed-Content or Deployed-Use-Bundle.
static String DEPLOYMENT_USE_BUNDLE
          deployment.mf entry corresponding to application.mf Use-Bundle.
static String DEPLOYMENTSERVICE_IMPORT
          Blueprint managed services imported by the isolated bundles
static String LOG_ENTRY
          Logging insert strings
static String LOG_EXCEPTION
           
static String LOG_EXIT
           
static String LOWER_CASE_JAR_SUFFIX
          The expected lower case suffix of a jar file
static String LOWER_CASE_WAR_SUFFIX
          The expected lower case suffix of a war file
static String MANIFEST_MF
          The name of the bundle manifest
static String MANIFEST_VERSION
           
static String META_INF
          The name of the META-INF directory
static String PROVISON_EXCLUDE_LOCAL_REPO_SYSPROP
           
static String TRACE_GROUP
          Trace group for this bundle
 

Field Detail

TRACE_GROUP

static final String TRACE_GROUP
Trace group for this bundle

See Also:
Constant Field Values

APPLICATION_MANIFEST_VERSION

static final String APPLICATION_MANIFEST_VERSION
The Manifest version

See Also:
Constant Field Values

APPLICATION_SCOPE

static final String APPLICATION_SCOPE
The application scope (used to find the applications bundle repository

See Also:
Constant Field Values

APPLICATION_CONTENT

static final String APPLICATION_CONTENT
The application content directive for the application manifest

See Also:
Constant Field Values

APPLICATION_VERSION

static final String APPLICATION_VERSION
The application version directive for the application manifest

See Also:
Constant Field Values

APPLICATION_NAME

static final String APPLICATION_NAME
The application name directive for the application manifest

See Also:
Constant Field Values

APPLICATION_SYMBOLIC_NAME

static final String APPLICATION_SYMBOLIC_NAME
The application symbolic name directive for the application manifest

See Also:
Constant Field Values

DEFAULT_VERSION

static final String DEFAULT_VERSION
The default version for applications that do not have one

See Also:
Constant Field Values

APPLICATION_MF

static final String APPLICATION_MF
The name of the application manifest in the application

See Also:
Constant Field Values

DEPLOYMENT_MF

static final String DEPLOYMENT_MF
The name of the deployment manifest in the application

See Also:
Constant Field Values

META_INF

static final String META_INF
The name of the META-INF directory

See Also:
Constant Field Values

APPLICATION_XML

static final String APPLICATION_XML
The name of an application.xml file which will be used in processing legacy .war files

See Also:
Constant Field Values

LOWER_CASE_JAR_SUFFIX

static final String LOWER_CASE_JAR_SUFFIX
The expected lower case suffix of a jar file

See Also:
Constant Field Values

LOWER_CASE_WAR_SUFFIX

static final String LOWER_CASE_WAR_SUFFIX
The expected lower case suffix of a war file

See Also:
Constant Field Values

DEPLOYMENT_BUNDLE_VERSION

static final String DEPLOYMENT_BUNDLE_VERSION
The attribute used to record the deployed version of a bundle

See Also:
Constant Field Values

MANIFEST_MF

static final String MANIFEST_MF
The name of the bundle manifest

See Also:
Constant Field Values

MANIFEST_VERSION

static final String MANIFEST_VERSION
See Also:
Constant Field Values

APPLICATION_IMPORT_SERVICE

static final String APPLICATION_IMPORT_SERVICE
The application import service directive for the application manifest

See Also:
Constant Field Values

APPLICATION_EXPORT_SERVICE

static final String APPLICATION_EXPORT_SERVICE
The application export service directive for the application manifest

See Also:
Constant Field Values

APPLICATION_USE_BUNDLE

static final String APPLICATION_USE_BUNDLE
The use-bundle entry for the application manifest.

See Also:
Constant Field Values

DEPLOYMENT_CONTENT

static final String DEPLOYMENT_CONTENT
See Also:
Constant Field Values

DEPLOYMENT_USE_BUNDLE

static final String DEPLOYMENT_USE_BUNDLE
deployment.mf entry corresponding to application.mf Use-Bundle.

See Also:
Constant Field Values

DEPLOYMENT_IMPORT_PACKAGES

static final String DEPLOYMENT_IMPORT_PACKAGES
deployment.mf entry 'Import-Package'

See Also:
Constant Field Values

DEPLOYMENT_PROVISION_BUNDLE

static final String DEPLOYMENT_PROVISION_BUNDLE
Bundle dependencies required by bundles listed in Deployed-Content or Deployed-Use-Bundle.

See Also:
Constant Field Values

DEPLOYMENTSERVICE_IMPORT

static final String DEPLOYMENTSERVICE_IMPORT
Blueprint managed services imported by the isolated bundles

See Also:
Constant Field Values

PROVISON_EXCLUDE_LOCAL_REPO_SYSPROP

static final String PROVISON_EXCLUDE_LOCAL_REPO_SYSPROP
See Also:
Constant Field Values

LOG_ENTRY

static final String LOG_ENTRY
Logging insert strings

See Also:
Constant Field Values

LOG_EXIT

static final String LOG_EXIT
See Also:
Constant Field Values

LOG_EXCEPTION

static final String LOG_EXCEPTION
See Also:
Constant Field Values


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.