Interface ResourcesGenerator
-
- All Known Implementing Classes:
ASMResourcesGenerator,ResourcesGeneratorBase,TextResourcesGenerator
public interface ResourcesGenerator- Author:
- Mitesh Meswani
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classResourcesGenerator.Strategy
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringendGeneration()voidgenerateSingle(ConfigModel rootModel, DomDocument document)ClassWritergetClassWriter(String className, String baseClassName, String resourcePath)
-
-
-
Method Detail
-
getClassWriter
ClassWriter getClassWriter(String className, String baseClassName, String resourcePath)
-
generateSingle
void generateSingle(ConfigModel rootModel, DomDocument document)
-
endGeneration
String endGeneration()
-
-