|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jboss.deployment.Installer
A class intended to encapsulate the complex task of making an URL pointed to an J2ee module an installed Deployment.
Constructor Summary | |
Installer(InstallerFactory _factory,
java.net.URL _src)
|
Method Summary | |
Deployment |
execute()
performes the complex task of installation |
java.lang.String |
getWebContext(java.lang.String _url)
Generates a webcontex for the given url |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Installer(InstallerFactory _factory, java.net.URL _src) throws java.io.IOException
Method Detail |
public Deployment execute() throws J2eeDeploymentException, java.io.IOException
J2eeDeploymentException
- java.io.IOException
- public java.lang.String getWebContext(java.lang.String _url)
_url
- an URL or something like that
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |