Uses of Class
net.anotheria.asg.generator.GeneratedArtefact
-
Packages that use GeneratedArtefact Package Description net.anotheria.asg.generator -
-
Uses of GeneratedArtefact in net.anotheria.asg.generator
Subclasses of GeneratedArtefact in net.anotheria.asg.generator Modifier and Type Class Description classGeneratedClassA java class generated by the ASG.classGeneratedJSPFileRepresents a generated jsp file.classGeneratedSQLFileRepresents a generated SQL script.classGeneratedXMLFileRepresents a generated XML file.Methods in net.anotheria.asg.generator that return GeneratedArtefact Modifier and Type Method Description GeneratedArtefactGenerationJob. getArtefact()Getter for the fieldartefact.static GeneratedArtefactAbstractGenerator. getCurrentJob()getCurrentJob.Methods in net.anotheria.asg.generator with parameters of type GeneratedArtefact Modifier and Type Method Description voidAbstractGenerator. startNewJob(GeneratedArtefact clazz)Starts new job.static voidGenerationJobManager. startNewJob(GeneratedArtefact artefact)startNewJob.Constructors in net.anotheria.asg.generator with parameters of type GeneratedArtefact Constructor Description FileEntry(GeneratedArtefact artefact)Constructor for FileEntry.GenerationJob(GeneratedArtefact anArtefact)Sets the generation of the given artefact as the current job.
-