|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.openwire.tool.OpenWireGenerator
org.apache.activemq.openwire.tool.SingleSourceGenerator
org.apache.activemq.openwire.tool.CHeadersGenerator
org.apache.activemq.openwire.tool.CSourcesGenerator
public class CSourcesGenerator
Field Summary |
---|
Fields inherited from class org.apache.activemq.openwire.tool.CHeadersGenerator |
---|
targetDir |
Fields inherited from class org.apache.activemq.openwire.tool.SingleSourceGenerator |
---|
baseClass, className, destFile, jclass, manuallyMaintainedClasses, simpleName, sortedClasses, superclass |
Fields inherited from class org.apache.activemq.openwire.tool.OpenWireGenerator |
---|
filePostFix, jam, openwireVersion |
Constructor Summary | |
---|---|
CSourcesGenerator()
|
Method Summary | |
---|---|
protected void |
generateFile(java.io.PrintWriter out)
|
protected void |
generateSetup(java.io.PrintWriter out)
|
protected void |
generateTearDown(java.io.PrintWriter out)
|
java.lang.Object |
run()
|
protected java.util.List |
sort(java.util.List source)
Sort the class list so that base classes come up first. |
Methods inherited from class org.apache.activemq.openwire.tool.CHeadersGenerator |
---|
generateLicence, getTargetDir, setTargetDir |
Methods inherited from class org.apache.activemq.openwire.tool.SingleSourceGenerator |
---|
getAbstractClassText, getBaseClass, getBaseClassName, getClassName, getClassName, getDestFile, getJclass, getManuallyMaintainedClasses, getProperties, getSimpleName, getSuperclass, initialiseManuallyMaintainedClasses, isAbstractClass, isMarshallerAware, isValidClass, setBaseClass, setClassName, setDestFile, setJclass, setManuallyMaintainedClasses, setSimpleName, setSuperclass |
Methods inherited from class org.apache.activemq.openwire.tool.OpenWireGenerator |
---|
capitalize, decapitalize, getClasses, getJam, getOpenWireOpCode, getOpenwireVersion, isAbstract, isCachedProperty, isMarshallAware, isThrowable, isValidProperty, setJam, setOpenwireVersion, stringValue, stringValue, toCSharpType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CSourcesGenerator()
Method Detail |
---|
public java.lang.Object run()
run
in class CHeadersGenerator
protected java.util.List sort(java.util.List source)
CHeadersGenerator
sort
in class CHeadersGenerator
protected void generateSetup(java.io.PrintWriter out)
generateSetup
in class CHeadersGenerator
protected void generateFile(java.io.PrintWriter out) throws java.lang.Exception
generateFile
in class CHeadersGenerator
java.lang.Exception
protected void generateTearDown(java.io.PrintWriter out)
generateTearDown
in class CHeadersGenerator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |