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 |
getExcludedArtifacts()
Represents the list of semicolon separated artifacts.
|
String |
getPomFile()
Retrieves the path to the pom.xml file.
|
String |
getSnowdropVersion()
Retrieves the snowdrop version.
|
String |
getSpringVersion()
Retrieves the spring artifact version.
|
boolean |
isAutoPackaging()
Retrieves whether to auto package the dependencies.
|
boolean |
isEnableCache()
Retrieves whether the cache should be enabled.
|
boolean |
isImportPomDependencies()
Retrieves whether the dependencies should be loaded from maven pom file.
|
boolean |
isIncludeSnowdrop()
Retrieves whether to include snowdrop.
|
boolean |
isUseMavenOffline()
Retrieves whether maven should be run in offline mode.
|
void |
setAutoPackaging(boolean autoPackaging)
Sets whether to auto package the dependencies.
|
void |
setCglibVersion(String cglibVersion)
Sets the cglib artifact version.
|
void |
setEnableCache(boolean enableCache)
Sets whether the cache should be enabled.
|
void |
setExcludedArtifacts(String excludedArtifacts)
Represents the list of semicolon separated artifacts.
|
void |
setImportPomDependencies(boolean importPomDependencies)
Sets whether the dependencies should be loaded from maven pom file.
|
void |
setIncludeSnowdrop(boolean includeSnowdrop)
Sets whether to include snowdrop.
|
void |
setPomFile(String pomFilePath)
Sets the path to the pom.xml file.
|
void |
setSnowdropVersion(String snowdropVersion)
Sets the snowdrop version.
|
void |
setSpringVersion(String springVersion)
Sets the spring artifact version.
|
void |
setUseMavenOffline(boolean useMavenOffline)
Sets whether maven should be run in offline mode.
|
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 dependenciespublic boolean isEnableCache()
Retrieves whether the cache should be enabled.
public void setEnableCache(boolean enableCache)
Sets whether the cache should be enabled.
enableCache - whether the cache should be enabledpublic boolean isUseMavenOffline()
Retrieves whether maven should be run in offline mode.
Default is false.
public void setUseMavenOffline(boolean useMavenOffline)
Sets whether maven should be run in offline mode.
useMavenOffline - whether to run maven in offline modepublic boolean isImportPomDependencies()
Retrieves whether the dependencies should be loaded from maven pom file.
public void setImportPomDependencies(boolean importPomDependencies)
Sets whether the dependencies should be loaded from maven pom file.
importPomDependencies - whether the dependencies should be loaded from maven pom file.public String getPomFile()
Retrieves the path to the pom.xml file.
public void setPomFile(String pomFilePath)
Sets the path to the pom.xml file.
pomFilePath - the path to the pom.xml file.public String getExcludedArtifacts()
Represents the list of semicolon separated artifacts.
public void setExcludedArtifacts(String excludedArtifacts)
Represents the list of semicolon separated artifacts.
excludedArtifacts - the list of semicolon separated artifactsCopyright © 2013 JBoss by Red Hat. All Rights Reserved.