|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IGeneralGeneratorExtension
Interface extending the capabilities of the basix generator extension to provide means to filter input files based on the selected generator.
| Method Summary | |
|---|---|
java.lang.String |
getInputFileExtension()
Retrieve the fileextension of the input file. |
java.lang.Class<?> |
getXMLParser()
Retrieve the XML parser for the input file. |
boolean |
withDatabase()
Check if database information is needed. |
boolean |
withXMLInputFile()
Check if the input file must be an XML file. |
| Methods inherited from interface ch.sahits.codegen.extensions.IGeneratorExtension |
|---|
getBundleName, getContextHelpID, getDisplayDescription, getFileExtension |
| Method Detail |
|---|
boolean withDatabase()
boolean withXMLInputFile()
java.lang.String getInputFileExtension()
java.lang.Class<?> getXMLParser()
withXMLInputFile() is true
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||