org.enhydra.xml.xmlc.commands.xmlc
Class XMLCOptions

java.lang.Object
  |
  +--org.enhydra.xml.xmlc.commands.xmlc.XMLCOptionsParser
        |
        +--org.enhydra.xml.xmlc.commands.xmlc.XMLCOptions

Deprecated. Here to support Kelp.

public class XMLCOptions
extends XMLCOptionsParser

Old XMLCOptions object. Here as a temporary measure for Kelp.


Constructor Summary
XMLCOptions()
          Deprecated.  
 
Method Summary
 void complete()
          Deprecated. Default any options in the set that have not been specified.
 String getClassName()
          Deprecated. Get the fully qualified class name, or null if not specified.
 File getDocumentOutput()
          Deprecated. for kelp only
 boolean getDump()
          Deprecated. for kelp only
 boolean getForRecomp()
          Deprecated. Get the for-recomp flag.
 boolean getKeep()
          Deprecated. for kelp only
 MetaData getMetaData()
          Deprecated. Get metadata object.
 boolean getNoCompile()
          Deprecated. for kelp only
 String getPackageName()
          Deprecated. Get the package name, or null if not set.
 boolean getParseInfo()
          Deprecated. for kelp only
 boolean getPrintAccessMethods()
          Deprecated. for kelp only
 boolean getPrintInfo()
          Deprecated. Get the -info option value.
 boolean getPrintVersion()
          Deprecated. for kelp only
 boolean getVerbose()
          Deprecated. for kelp only
 void parse(String[] parameters, String[] optionsFiles, ErrorReporter errorReporter)
          Deprecated. Parse options and arguments.
 void setClassName(String className)
          Deprecated. Set the fully qualified class name.
 void setDump(boolean dump)
          Deprecated. for kelp only
 void setKeep(boolean keep)
          Deprecated. for kelp only
 void setNoCompile(boolean value)
          Deprecated. for kelp only
 void setParseInfo(boolean parseInfo)
          Deprecated. for kelp only
 void setPrintAccessMethods(boolean printAccessMethods)
          Deprecated. for kelp only
 void setSourceDocument(File sourceDocument)
          Deprecated. Set the source file.
 void setVerbose(boolean verbose)
          Deprecated. for kelp only
 
Methods inherited from class org.enhydra.xml.xmlc.commands.xmlc.XMLCOptionsParser
parse
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLCOptions

public XMLCOptions()
Deprecated. 
Method Detail

setSourceDocument

public void setSourceDocument(File sourceDocument)
Deprecated. 
Set the source file.

getClassName

public String getClassName()
Deprecated. 
Get the fully qualified class name, or null if not specified.

setClassName

public void setClassName(String className)
Deprecated. 
Set the fully qualified class name.

getForRecomp

public boolean getForRecomp()
Deprecated. 
Get the for-recomp flag.

getPackageName

public String getPackageName()
Deprecated. 
Get the package name, or null if not set.

complete

public void complete()
              throws XMLCException
Deprecated. 
Default any options in the set that have not been specified. Determination of document type, and hence validation and defaulting of the parser base on document type, is handled outside of this class.

getMetaData

public MetaData getMetaData()
Deprecated. 
Get metadata object.

parse

public void parse(String[] parameters,
                  String[] optionsFiles,
                  ErrorReporter errorReporter)
           throws XMLCException,
                  IOException
Deprecated. 
Parse options and arguments.

setKeep

public void setKeep(boolean keep)
Deprecated. for kelp only


getKeep

public boolean getKeep()
Deprecated. for kelp only


setDump

public void setDump(boolean dump)
Deprecated. for kelp only


getDump

public boolean getDump()
Deprecated. for kelp only


setVerbose

public void setVerbose(boolean verbose)
Deprecated. for kelp only


getVerbose

public boolean getVerbose()
Deprecated. for kelp only


setParseInfo

public void setParseInfo(boolean parseInfo)
Deprecated. for kelp only


getParseInfo

public boolean getParseInfo()
Deprecated. for kelp only


setPrintAccessMethods

public void setPrintAccessMethods(boolean printAccessMethods)
Deprecated. for kelp only


getPrintAccessMethods

public boolean getPrintAccessMethods()
Deprecated. for kelp only


setNoCompile

public void setNoCompile(boolean value)
Deprecated. for kelp only


getNoCompile

public boolean getNoCompile()
Deprecated. for kelp only


getDocumentOutput

public File getDocumentOutput()
Deprecated. for kelp only


getPrintVersion

public boolean getPrintVersion()
Deprecated. for kelp only


getPrintInfo

public boolean getPrintInfo()
Deprecated. 
Get the -info option value.


Copyright © 1999-2002 enhydra.org (Mark Diekhans, David Li, Richard Kunze). All Rights reserved.