|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jboss.deployment.LegacyInstaller
A class intended to encapsulate the complex task of making an URL that points to an J2ee module an installed Deployment.
Fields inherited from interface org.jboss.deployment.Installer |
files |
Constructor Summary | |
LegacyInstaller()
|
Method Summary | |
Deployment |
execute(InstallerFactory factory,
java.net.URL src)
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 LegacyInstaller()
Method Detail |
public Deployment execute(InstallerFactory factory, java.net.URL src) throws J2eeDeploymentException, java.io.IOException
execute
in interface Installer
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 |