com.jxml.quick.util.qjml2java2
Class QCCoin
java.lang.Object
|
+--com.jxml.quick.ocm.OCMpeerSupportLite
|
+--com.jxml.quick.ocm.OCMrootPeerSupportLite
|
+--com.jxml.quick.ocm.OCMtemplate
|
+--com.jxml.quick.util.qjml2java2.QCCoin
- All Implemented Interfaces:
- OCMpeer, OCMrootPeer
- Direct Known Subclasses:
- QCAbstract, QCBean, QCInterface, QCText
- public class QCCoin
- extends OCMtemplate
Controller class for QCCoin
Method Summary |
void |
cvt(Object param)
Method declaration
This method contains logic for generation of directory |
String |
process(String templateName,
String arg)
Method declaration for remarks and packages
This method contains the template processing logic |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.jxml.quick.ocm.OCMpeer |
init |
sb
public StringBuffer sb
properties
public Map properties
qjml
public QMQJML qjml
coinMap
public TreeMap coinMap
ed
public QMCoin ed
shortClassName
public String shortClassName
packageName
public String packageName
folder
public String folder
qjmlInJava
public File qjmlInJava
altTemplate
public String altTemplate
remList
public ArrayList remList
QCCoin
public QCCoin()
cvt
public void cvt(Object param)
throws SAXException,
IOException
- Method declaration
This method contains logic for generation of directory
- Overrides:
cvt
in class OCMtemplate
- Parameters:
param
- Name of the parameter- Throws:
SAXException
- Legal SAXExceptionIOException
- Ligal IOException
process
public String process(String templateName,
String arg)
throws SAXException,
IOException
- Method declaration for remarks and packages
This method contains the template processing logic
- Overrides:
process
in class OCMtemplate
- Parameters:
templateName
- Name of the templatesarg
- The parameter name- Returns:
- shortClassName
- Throws:
SAXException
- IOException
-