|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.system.metadata.ServiceDeploymentClassPath
public class ServiceDeploymentClassPath
ServiceDeploymentClassPath.
Constructor Summary | |
---|---|
ServiceDeploymentClassPath(String codeBase,
String archives)
Create a new ServiceDeploymentClassPath. |
Method Summary | |
---|---|
String |
getArchives()
Get the archives. |
String |
getCodeBase()
Get the codeBase. |
void |
setArchives(String archives)
Set the archives. |
void |
setCodeBase(String codeBase)
Set the codeBase. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceDeploymentClassPath(String codeBase, String archives)
codeBase
- the code basearchives
- the archives
IllegalArgumentException
- for a null codebaseMethod Detail |
---|
public String getArchives()
public void setArchives(String archives)
archives
- the archives.public String getCodeBase()
public void setCodeBase(String codeBase)
codeBase
- the codeBase.
IllegalArgumentException
- for a null codebase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |