public final class SpringDeployerConstants extends Object
Defines constants used by this extension.
| Modifier and Type | Field and Description |
|---|---|
static String |
APPLICATION_CONTEXT
Represents the fully qualified name to
org.springframework.context.ApplicationContext class. |
static String |
CONFIGURATION_AUTO_PACKAGE
Represents the extension configuration property name.
|
static String |
CONFIGURATION_CGLIB_VERSION
Represents the extension configuration property name.
|
static String |
CONFIGURATION_INCLUDE_SNOWDROP
Represents the extension configuration property name.
|
static String |
CONFIGURATION_SNOWDROP_VERSION
Represents the extension configuration property name.
|
static String |
CONFIGURATION_SPRING_VERSION
Represents the extension configuration property name.
|
static int |
DEFAULT_PRECEDENCE
Represents the default precedence of observer class.
|
static String |
EXTENSION_CONFIGURATION_PREFIX
Represents the extension configuration prefix.
|
static int |
INIT_PRECEDENCE
Represents the precedence of observer initialization class.
|
static String |
POM_XML
Represents the maven POM file name.
|
public static final String POM_XML
Represents the maven POM file name.
public static final String APPLICATION_CONTEXT
Represents the fully qualified name to org.springframework.context.ApplicationContext class.
public static final String EXTENSION_CONFIGURATION_PREFIX
Represents the extension configuration prefix.
public static final String CONFIGURATION_AUTO_PACKAGE
Represents the extension configuration property name.
public static final String CONFIGURATION_SPRING_VERSION
Represents the extension configuration property name.
public static final String CONFIGURATION_CGLIB_VERSION
Represents the extension configuration property name.
public static final String CONFIGURATION_INCLUDE_SNOWDROP
Represents the extension configuration property name.
public static final String CONFIGURATION_SNOWDROP_VERSION
Represents the extension configuration property name.
public static final int INIT_PRECEDENCE
Represents the precedence of observer initialization class.
public static final int DEFAULT_PRECEDENCE
Represents the default precedence of observer class.
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.