Uses of Class
net.anotheria.asg.generator.GenerationOptions
-
Packages that use GenerationOptions Package Description net.anotheria.asg.generator net.anotheria.asg.generator.meta net.anotheria.asg.generator.parser -
-
Uses of GenerationOptions in net.anotheria.asg.generator
Methods in net.anotheria.asg.generator that return GenerationOptions Modifier and Type Method Description GenerationOptionsContext. getOptions()Getter for the fieldoptions.GenerationOptionsGeneratorDataRegistry. getOptions()Getter for the fieldoptions.Methods in net.anotheria.asg.generator with parameters of type GenerationOptions Modifier and Type Method Description voidContext. setOptions(GenerationOptions options)Setter for the fieldoptions.voidGeneratorDataRegistry. setOptions(GenerationOptions options)Setter for the fieldoptions. -
Uses of GenerationOptions in net.anotheria.asg.generator.meta
Methods in net.anotheria.asg.generator.meta that return GenerationOptions Modifier and Type Method Description GenerationOptionsMetaModule. getModuleOptions()Getter for the fieldmoduleOptions.Methods in net.anotheria.asg.generator.meta with parameters of type GenerationOptions Modifier and Type Method Description voidMetaModule. setModuleOptions(GenerationOptions someModuleOptions)Setter for the fieldmoduleOptions. -
Uses of GenerationOptions in net.anotheria.asg.generator.parser
Methods in net.anotheria.asg.generator.parser that return GenerationOptions Modifier and Type Method Description static GenerationOptionsOptionsParser. parseOptions(org.jdom2.Element element)parseOptions.
-