org.jboss.ejb3.installer
Class Installer
java.lang.Object
org.jboss.ejb3.installer.Installer
public class Installer
- extends java.lang.Object
JBoss AS EJB3 Plugin Installer
A script to copy all requisite libraries to the local
filesystem, launch an ant build script to patch
an existing JBoss AS installation, perform
cleanup operations, and exit.
|
Constructor Summary |
Installer(java.lang.String jbossAsInstallationDirectory,
boolean cleanup)
|
|
Method Summary |
void |
install()
Runs the installation process |
static void |
main(java.lang.String... args)
Main |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Installer
public Installer(java.lang.String jbossAsInstallationDirectory,
boolean cleanup)
main
public static void main(java.lang.String... args)
- Main
install
public void install()
- Runs the installation process