Package org.burningwave.core.classes
Class UnitSourceGenerator
java.lang.Object
org.burningwave.core.classes.SourceGenerator.Abst
org.burningwave.core.classes.UnitSourceGenerator
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.burningwave.core.classes.SourceGenerator
SourceGenerator.Abst -
Method Summary
Modifier and TypeMethodDescriptionaddClass(ClassSourceGenerator... clazzes) addStaticImport(Class<?> cls, String... innerElements) addStaticImport(String... imports) static UnitSourceGeneratormake()storeToClassPath(String classPathFolder) Methods inherited from class org.burningwave.core.classes.SourceGenerator.Abst
toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.burningwave.core.classes.SourceGenerator
_toString, serialize, serializeToPath
-
Method Details
-
create
-
addImport
-
addStaticImport
-
addStaticImport
-
addImport
-
addClass
-
make
-
storeToClassPath
-