public class GuiceExtensionConfiguration extends Object
| Constructor and Description |
|---|
GuiceExtensionConfiguration()
Creates new instance of
GuiceExtensionConfiguration class. |
| Modifier and Type | Method and Description |
|---|---|
String |
getGuiceVersion()
Retrieves the guice artifact version.
|
boolean |
isAutoPackage()
Retrieves whether to auto package the dependencies.
|
void |
setAutoPackage(boolean autoPackage)
Sets whether to auto package the dependencies.
|
void |
setGuiceVersion(String guiceVersion)
Sets the guice artifact version.
|
public GuiceExtensionConfiguration()
GuiceExtensionConfiguration class.public boolean isAutoPackage()
public void setAutoPackage(boolean autoPackage)
autoPackage - whether to auto package the dependenciespublic String getGuiceVersion()
public void setGuiceVersion(String guiceVersion)
guiceVersion - the guice artifact versionCopyright © 2013 JBoss by Red Hat. All Rights Reserved.