org.apache.pluto.util.cli
Class AssemblerCLI
java.lang.Object
org.apache.pluto.util.cli.AssemblerCLI
public class AssemblerCLI
- extends java.lang.Object
Command Line Interface to the Pluto Assembler.
- Since:
- Oct 15, 2004
- Version:
- 1.0
- Author:
- David H. DeWolf
Method Summary |
void |
abort()
|
static void |
main(java.lang.String[] args)
|
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssemblerCLI
public AssemblerCLI(java.lang.String[] args)
run
public void run()
throws org.apache.commons.cli.ParseException,
java.io.IOException,
UtilityException
- Throws:
org.apache.commons.cli.ParseException
java.io.IOException
UtilityException
abort
public void abort()
main
public static void main(java.lang.String[] args)
throws org.apache.commons.cli.ParseException,
java.io.IOException,
UtilityException
- Throws:
org.apache.commons.cli.ParseException
java.io.IOException
UtilityException
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.