org.ops4j.pax.url.war
Interface ServiceConstants


public interface ServiceConstants

An enumeration of constants related to war url handler.

Since:
0.1.0, January 13, 2008
Author:
Alin Dreghiciu

Field Summary
static String INSTR_BUNDLE_CLASSPATH
          Bundle classpath.
static String INSTR_WAR_URL
          URI of the war file to be processed.
static String PID
          Service PID used for configuration.
static String PROPERTY_CERTIFICATE_CHECK
          Certificate check configuration property name.
static String PROPERTY_IMPORT_PAXLOGGING_PACKAGES
          Import pax-logging packages to ease the deployment of WAR files when pax-logging is present.
static String PROTOCOL_WAR
          The "war" protocol name.
static String PROTOCOL_WAR_INSTRUCTIONS
          The "war-i" protocol name.
static String PROTOCOL_WAR_REFERENCE
          The "warref:" protocol name.
static String PROTOCOL_WEB_BUNDLE
          The "webbundle:" protocol name.
 

Field Detail

PID

static final String PID
Service PID used for configuration.

See Also:
Constant Field Values

PROTOCOL_WAR

static final String PROTOCOL_WAR
The "war" protocol name.

See Also:
Constant Field Values

PROTOCOL_WAR_INSTRUCTIONS

static final String PROTOCOL_WAR_INSTRUCTIONS
The "war-i" protocol name.

See Also:
Constant Field Values

PROTOCOL_WAR_REFERENCE

static final String PROTOCOL_WAR_REFERENCE
The "warref:" protocol name.

See Also:
Constant Field Values

PROTOCOL_WEB_BUNDLE

static final String PROTOCOL_WEB_BUNDLE
The "webbundle:" protocol name.

See Also:
Constant Field Values

PROPERTY_CERTIFICATE_CHECK

static final String PROPERTY_CERTIFICATE_CHECK
Certificate check configuration property name.

See Also:
Constant Field Values

PROPERTY_IMPORT_PAXLOGGING_PACKAGES

static final String PROPERTY_IMPORT_PAXLOGGING_PACKAGES
Import pax-logging packages to ease the deployment of WAR files when pax-logging is present.

See Also:
Constant Field Values

INSTR_WAR_URL

static final String INSTR_WAR_URL
URI of the war file to be processed.

See Also:
Constant Field Values

INSTR_BUNDLE_CLASSPATH

static final String INSTR_BUNDLE_CLASSPATH
Bundle classpath.

See Also:
Constant Field Values


Copyright © 2006-2013 OPS4J - Open Participation Software for Java. All Rights Reserved.