org.apache.pluto.util.cli
Class AssemblerCLI

java.lang.Object
  extended by org.apache.pluto.util.cli.AssemblerCLI

public class AssemblerCLI
extends Object

Command Line Interface to the Pluto Assembler.

Since:
Oct 15, 2004
Version:
1.0
Author:
David H. DeWolf

Constructor Summary
AssemblerCLI(String[] args)
           
 
Method Summary
 void abort()
           
static void main(String[] args)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssemblerCLI

public AssemblerCLI(String[] args)
Method Detail

run

public void run()
         throws org.apache.commons.cli.ParseException,
                IOException,
                UtilityException
Throws:
org.apache.commons.cli.ParseException
IOException
UtilityException

abort

public void abort()

main

public static void main(String[] args)
                 throws org.apache.commons.cli.ParseException,
                        IOException,
                        UtilityException
Throws:
org.apache.commons.cli.ParseException
IOException
UtilityException


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.