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
cat-
classpath-
debug-
depend-
deprecation-
dir-
files-
minusg-
minusO-
nowarn-
nowrite-
runtimeFlag-
verbose-
CMDline(String[])
-
getClasspath()
-
getDir()
-
getFiles()
-
getRuntimeFlag()
-
hasClasspath()
-
hasDir()
-
hasRuntimeFlag()
-
isCat()
-
isDebug()
-
isDepend()
-
isDeprecation()
-
isMinusg()
-
isMinusO()
-
isNowarn()
-
isNowrite()
-
isVerbose()
-
toString()
-
minusg
protected boolean minusg
minusO
protected boolean minusO
debug
protected boolean debug
depend
protected boolean depend
nowarn
protected boolean nowarn
verbose
protected boolean verbose
classpath
protected String classpath
nowrite
protected boolean nowrite
deprecation
protected boolean deprecation
dir
protected String dir
runtimeFlag
protected String runtimeFlag
files
protected Vector files
cat
protected boolean cat
CMDline
public CMDline(String[] argv) throws MissingFileException, InvalidCMDflagException, InvalidFileNameException
isMinusg
public boolean isMinusg()
isMinusO
public boolean isMinusO()
isDebug
public boolean isDebug()
isDepend
public boolean isDepend()
isNowarn
public boolean isNowarn()
isVerbose
public boolean isVerbose()
hasClasspath
public boolean hasClasspath()
getClasspath
public String getClasspath()
isNowrite
public boolean isNowrite()
isDeprecation
public boolean isDeprecation()
hasDir
public boolean hasDir()
getDir
public String getDir()
hasRuntimeFlag
public boolean hasRuntimeFlag()
getRuntimeFlag
public String getRuntimeFlag()
getFiles
public Vector getFiles()
isCat
public boolean isCat()
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index