|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.geronimo.console.cli.Deployer
Initializes a command-line JSR-88 deployer.
Constructor Summary | |
Deployer()
Creates a new instance using System.out and System.in to interact with the user. |
|
Deployer(PrintWriter out,
Reader in)
Creates a new instance using the provided input/output streams to interact with the user. |
Method Summary | |
static void |
main(String[] args)
Entry point of a potential executable jar. |
void |
run()
Enters the deployment user interface. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Deployer() throws IllegalStateException, IllegalArgumentException
public Deployer(PrintWriter out, Reader in) throws IllegalStateException, IllegalArgumentException
Method Detail |
public static void main(String[] args)
args
- Array of file names. These files must be .jar files defining
DeploymentFactories as per the JSR 88 requirements.public void run()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |