java.lang.Object
org.enhydra.kelp.common.bridge.MetaDataHandlerV1
- All Implemented Interfaces:
- MetaDataHandler
- public class MetaDataHandlerV1
- extends java.lang.Object
- implements MetaDataHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PARSER_CLASS
private final java.lang.String PARSER_CLASS
- See Also:
- Constant Field Values
SET_DOCUMENT_OUTPUT_METHOD
private final java.lang.String SET_DOCUMENT_OUTPUT_METHOD
- See Also:
- Constant Field Values
SET_FOR_RECOMP_METHOD
private final java.lang.String SET_FOR_RECOMP_METHOD
- See Also:
- Constant Field Values
SET_PRINT_VERSION_METHOD
private final java.lang.String SET_PRINT_VERSION_METHOD
- See Also:
- Constant Field Values
GET_DELETE_ELEMENT_CLASSES_METHOD
private final java.lang.String GET_DELETE_ELEMENT_CLASSES_METHOD
- See Also:
- Constant Field Values
GET_URL_EDITS_METHOD
private final java.lang.String GET_URL_EDITS_METHOD
- See Also:
- Constant Field Values
SAVE_METHOD
private final java.lang.String SAVE_METHOD
- See Also:
- Constant Field Values
PARSE_METHOD
private final java.lang.String PARSE_METHOD
- See Also:
- Constant Field Values
BOOLEAN_TYPE
private final java.lang.String BOOLEAN_TYPE
- See Also:
- Constant Field Values
metaData
private MetaDataHandlerV1.LocalMetaData metaData
printDocInfo
private boolean printDocInfo
MetaDataHandlerV1
public MetaDataHandlerV1()
getDocumentOutput
public java.lang.String getDocumentOutput()
- Specified by:
getDocumentOutput in interface MetaDataHandler
setDocumentOutput
public void setDocumentOutput(java.lang.String s)
- Specified by:
setDocumentOutput in interface MetaDataHandler
getCompileSource
public boolean getCompileSource()
- Specified by:
getCompileSource in interface MetaDataHandler
setCompileSource
public void setCompileSource(boolean b)
- Specified by:
setCompileSource in interface MetaDataHandler
getInputDocument
public java.lang.String getInputDocument()
- Specified by:
getInputDocument in interface MetaDataHandler
setInputDocument
public void setInputDocument(java.lang.String s)
- Specified by:
setInputDocument in interface MetaDataHandler
getKeepGeneratedSource
public boolean getKeepGeneratedSource()
- Specified by:
getKeepGeneratedSource in interface MetaDataHandler
setKeepGeneratedSource
public void setKeepGeneratedSource(boolean b)
- Specified by:
setKeepGeneratedSource in interface MetaDataHandler
getPrintAccessorInfo
public boolean getPrintAccessorInfo()
- Specified by:
getPrintAccessorInfo in interface MetaDataHandler
setPrintAccessorInfo
public void setPrintAccessorInfo(boolean b)
- Specified by:
setPrintAccessorInfo in interface MetaDataHandler
getPrintDocumentInfo
public boolean getPrintDocumentInfo()
- Specified by:
getPrintDocumentInfo in interface MetaDataHandler
setPrintDocumentInfo
public void setPrintDocumentInfo(boolean b)
- Specified by:
setPrintDocumentInfo in interface MetaDataHandler
getPrintDOM
public boolean getPrintDOM()
- Specified by:
getPrintDOM in interface MetaDataHandler
setPrintDOM
public void setPrintDOM(boolean b)
- Specified by:
setPrintDOM in interface MetaDataHandler
getPrintParseInfo
public boolean getPrintParseInfo()
- Specified by:
getPrintParseInfo in interface MetaDataHandler
setPrintParseInfo
public void setPrintParseInfo(boolean b)
- Specified by:
setPrintParseInfo in interface MetaDataHandler
getPrintVersion
public boolean getPrintVersion()
- Specified by:
getPrintVersion in interface MetaDataHandler
getVerbose
public boolean getVerbose()
- Specified by:
getVerbose in interface MetaDataHandler
setVerbose
public void setVerbose(boolean b)
- Specified by:
setVerbose in interface MetaDataHandler
getClassName
public java.lang.String getClassName()
- Specified by:
getClassName in interface MetaDataHandler
setClassName
public void setClassName(java.lang.String n)
- Specified by:
setClassName in interface MetaDataHandler
getJavaClassSource
public java.io.File getJavaClassSource()
- Specified by:
getJavaClassSource in interface MetaDataHandler
setJavaClassSource
public void setJavaClassSource(java.io.File f,
org.enhydra.kelp.common.node.OtterXMLCNode node)
- Specified by:
setJavaClassSource in interface MetaDataHandler
getJavaInterfaceSource
public java.io.File getJavaInterfaceSource()
- Specified by:
getJavaInterfaceSource in interface MetaDataHandler
setJavaInterfaceSource
public void setJavaInterfaceSource(java.io.File f,
org.enhydra.kelp.common.node.OtterXMLCNode node)
- Specified by:
setJavaInterfaceSource in interface MetaDataHandler
getPackageName
public java.lang.String getPackageName()
- Specified by:
getPackageName in interface MetaDataHandler
getRecompilation
public boolean getRecompilation()
- Specified by:
getRecompilation in interface MetaDataHandler
setRecompilation
public void setRecompilation(boolean b)
- Specified by:
setRecompilation in interface MetaDataHandler
setPrintVersion
public void setPrintVersion(boolean b)
- Specified by:
setPrintVersion in interface MetaDataHandler
getDeleteElements
public java.lang.Object[] getDeleteElements()
- Specified by:
getDeleteElements in interface MetaDataHandler
getURLMappings
public java.lang.Object[] getURLMappings()
- Specified by:
getURLMappings in interface MetaDataHandler
getMetaData
public java.lang.Object getMetaData()
- Specified by:
getMetaData in interface MetaDataHandler
parse
public void parse(java.lang.String[] files,
java.lang.String[] args,
java.io.PrintWriter writer,
org.enhydra.kelp.common.node.OtterXMLCNode node)
throws org.enhydra.xml.xmlc.XMLCException,
java.io.IOException
- Specified by:
parse in interface MetaDataHandler
save
public void save(java.io.File op)
throws java.io.IOException
- Specified by:
save in interface MetaDataHandler
invokeGetter
private java.lang.Object invokeGetter(java.lang.String methodName)
invokeSetter
private void invokeSetter(java.lang.String methodName,
java.lang.String typeName,
java.lang.Object value)
getNewOptionsParser
private org.enhydra.xml.xmlc.commands.options.OptionsParser getNewOptionsParser()
callParse
private void callParse(org.enhydra.xml.xmlc.commands.options.OptionsParser parser,
java.lang.String[] args)
throws java.io.IOException,
org.enhydra.xml.xmlc.XMLCException