All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class hpjava.compiler.util.CMDline

java.lang.Object
    |
    +----hpjava.compiler.util.CMDline

public class CMDline
extends Object

Variable Index

 o cat
 o classpath
 o debug
 o depend
 o deprecation
 o dir
 o files
 o minusg
 o minusO
 o nowarn
 o nowrite
 o runtimeFlag
 o verbose

Constructor Index

 o CMDline(String[])

Method Index

 o getClasspath()
 o getDir()
 o getFiles()
 o getRuntimeFlag()
 o hasClasspath()
 o hasDir()
 o hasRuntimeFlag()
 o isCat()
 o isDebug()
 o isDepend()
 o isDeprecation()
 o isMinusg()
 o isMinusO()
 o isNowarn()
 o isNowrite()
 o isVerbose()
 o toString()

Variables

 o minusg
protected boolean minusg
 o minusO
protected boolean minusO
 o debug
protected boolean debug
 o depend
protected boolean depend
 o nowarn
protected boolean nowarn
 o verbose
protected boolean verbose
 o classpath
protected String classpath
 o nowrite
protected boolean nowrite
 o deprecation
protected boolean deprecation
 o dir
protected String dir
 o runtimeFlag
protected String runtimeFlag
 o files
protected Vector files
 o cat
protected boolean cat

Constructors

 o CMDline
public CMDline(String[] argv) throws MissingFileException, InvalidCMDflagException, InvalidFileNameException

Methods

 o isMinusg
public boolean isMinusg()
 o isMinusO
public boolean isMinusO()
 o isDebug
public boolean isDebug()
 o isDepend
public boolean isDepend()
 o isNowarn
public boolean isNowarn()
 o isVerbose
public boolean isVerbose()
 o hasClasspath
public boolean hasClasspath()
 o getClasspath
public String getClasspath()
 o isNowrite
public boolean isNowrite()
 o isDeprecation
public boolean isDeprecation()
 o hasDir
public boolean hasDir()
 o getDir
public String getDir()
 o hasRuntimeFlag
public boolean hasRuntimeFlag()
 o getRuntimeFlag
public String getRuntimeFlag()
 o getFiles
public Vector getFiles()
 o isCat
public boolean isCat()
 o toString
public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index