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 java.lang.String INSTR_BUNDLE_CLASSPATH
          Bundle classpath.
static java.lang.String INSTR_WAR_URL
          URI of the war file to be processed.
static java.lang.String PID
          Service PID used for configuration.
static java.lang.String PROPERTY_CERTIFICATE_CHECK
          Certificate check configuration property name.
static java.lang.String PROTOCOL_WAR
          The "war" protocol name.
static java.lang.String PROTOCOL_WAR_INSTRUCTIONS
          The "war-i" protocol name.
static java.lang.String PROTOCOL_WAR_REFERENCE
          The "warref:" protocol name.
static java.lang.String PROTOCOL_WEB_BUNDLE
          The "webbundle:" protocol name.
 

Field Detail

PID

static final java.lang.String PID
Service PID used for configuration.

See Also:
Constant Field Values

PROTOCOL_WAR

static final java.lang.String PROTOCOL_WAR
The "war" protocol name.

See Also:
Constant Field Values

PROTOCOL_WAR_INSTRUCTIONS

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

See Also:
Constant Field Values

PROTOCOL_WAR_REFERENCE

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

See Also:
Constant Field Values

PROTOCOL_WEB_BUNDLE

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

See Also:
Constant Field Values

PROPERTY_CERTIFICATE_CHECK

static final java.lang.String PROPERTY_CERTIFICATE_CHECK
Certificate check configuration property name.

See Also:
Constant Field Values

INSTR_WAR_URL

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

See Also:
Constant Field Values

INSTR_BUNDLE_CLASSPATH

static final java.lang.String INSTR_BUNDLE_CLASSPATH
Bundle classpath.

See Also:
Constant Field Values


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