Class LibDeployerConstants
- java.lang.Object
-
- org.apache.synapse.libraries.util.LibDeployerConstants
-
public class LibDeployerConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
ARTIFACT
static String
ARTIFACT_XML
static String
ARTIFACTS_XML
static String
CONNECTOR_ICON
static String
DEPENDENCY
static String
DESCRIPTION_ELEMENT
static String
FILE
static String
LOCAL_ENTRIES
static String
NAME
static String
PACKAGE_ATTR
static String
SUB_ARTIFACTS
static String
SYNAPSE_LIB_FORMAT
static String
SYNAPSE_LIBS
static String
TYPE
static String
VERSION
-
Constructor Summary
Constructors Constructor Description LibDeployerConstants()
-
-
-
Field Detail
-
SYNAPSE_LIBS
public static final String SYNAPSE_LIBS
- See Also:
- Constant Field Values
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
VERSION
public static final String VERSION
- See Also:
- Constant Field Values
-
ARTIFACT_XML
public static final String ARTIFACT_XML
- See Also:
- Constant Field Values
-
ARTIFACT
public static final String ARTIFACT
- See Also:
- Constant Field Values
-
DEPENDENCY
public static final String DEPENDENCY
- See Also:
- Constant Field Values
-
SUB_ARTIFACTS
public static final String SUB_ARTIFACTS
- See Also:
- Constant Field Values
-
FILE
public static final String FILE
- See Also:
- Constant Field Values
-
PACKAGE_ATTR
public static final String PACKAGE_ATTR
- See Also:
- Constant Field Values
-
DESCRIPTION_ELEMENT
public static final String DESCRIPTION_ELEMENT
- See Also:
- Constant Field Values
-
ARTIFACTS_XML
public static final String ARTIFACTS_XML
- See Also:
- Constant Field Values
-
SYNAPSE_LIB_FORMAT
public static final String SYNAPSE_LIB_FORMAT
- See Also:
- Constant Field Values
-
LOCAL_ENTRIES
public static final String LOCAL_ENTRIES
- See Also:
- Constant Field Values
-
CONNECTOR_ICON
public static final String CONNECTOR_ICON
- See Also:
- Constant Field Values
-
-