org.jboss.ejb3.installer
Class Installer

java.lang.Object
  extended by 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)
           
 
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
 

Constructor Detail

Installer

public Installer(java.lang.String jbossAsInstallationDirectory)
Method Detail

main

public static void main(java.lang.String... args)
Main


install

public void install()
Runs the installation process