public class SpringDeployerConfiguration extends Object
The Spring extension configuration.
Stores the settings for this component.
| Constructor and Description |
|---|
SpringDeployerConfiguration()
Creates new instance of
SpringDeployerConfiguration class. |
| Modifier and Type | Method and Description |
|---|---|
String |
getCglibVersion()
Retrieves the cglib artifact version.
|
String |
getSnowdropVersion()
Retrieves the snowdrop version.
|
String |
getSpringVersion()
Retrieves the spring artifact version.
|
boolean |
isAutoPackaging()
Retrieves whether to auto package the dependencies.
|
boolean |
isIncludeSnowdrop()
Retrieves whether to include snowdrop.
|
void |
setAutoPackaging(boolean autoPackaging)
Sets whether to auto package the dependencies.
|
void |
setCglibVersion(String cglibVersion)
Sets the cglib artifact version.
|
void |
setIncludeSnowdrop(boolean includeSnowdrop)
Sets whether to include snowdrop.
|
void |
setSnowdropVersion(String snowdropVersion)
Sets the snowdrop version.
|
void |
setSpringVersion(String springVersion)
Sets the spring artifact version.
|
public SpringDeployerConfiguration()
Creates new instance of SpringDeployerConfiguration class.
public String getSpringVersion()
Retrieves the spring artifact version.
public void setSpringVersion(String springVersion)
Sets the spring artifact version.
springVersion - the spring artifact versionpublic String getCglibVersion()
Retrieves the cglib artifact version.
public void setCglibVersion(String cglibVersion)
Sets the cglib artifact version.
cglibVersion - the cglib artifact versionpublic String getSnowdropVersion()
Retrieves the snowdrop version.
public void setSnowdropVersion(String snowdropVersion)
Sets the snowdrop version.
snowdropVersion - the snowdrop versionpublic boolean isIncludeSnowdrop()
Retrieves whether to include snowdrop.
public void setIncludeSnowdrop(boolean includeSnowdrop)
Sets whether to include snowdrop.
includeSnowdrop - whether to include snowdroppublic boolean isAutoPackaging()
Retrieves whether to auto package the dependencies.
Default is true.
public void setAutoPackaging(boolean autoPackaging)
Sets whether to auto package the dependencies.
Default is true.
autoPackaging - whether to auto package the dependenciesCopyright © 2012 JBoss by Red Hat. All Rights Reserved.