|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IXMLJavaInputFileParser
This interface denotes what an input parser for XML files must do. This interface defines the method needed to generate an input data model for Java classes
| Method Summary | |
|---|---|
IGeneratedJavaClass |
generateModel(java.lang.String className,
java.lang.String packageName,
boolean isPublic,
boolean isAbstract,
boolean isFinal)
Convert the XML file into a model object The previous signature of this class was augmented. |
IGeneratedObject |
parse()
Deprecated. Use the generateModel(String, String, boolean, boolean, boolean) instead |
| Methods inherited from interface ch.sahits.codegen.input.IXMLInputFileParser |
|---|
isInitialized |
| Methods inherited from interface ch.sahits.codegen.input.IInputParser |
|---|
getFileExtension, getRanking, getWorkload, init, needsDataBaseInformationForCompleetion |
| Method Detail |
|---|
IGeneratedJavaClass generateModel(java.lang.String className,
java.lang.String packageName,
boolean isPublic,
boolean isAbstract,
boolean isFinal)
className - name of the class to be generatedpackageName - Name of the package the class resides inisPublic - is the class bublicisAbstract - is the class abstractisFinal - is the class final
@Deprecated IGeneratedObject parse()
generateModel(String, String, boolean, boolean, boolean) instead
parse in interface IInputParser
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||