public final class GeneratorEntry
extends java.lang.Object
| Constructor and Description |
|---|
GeneratorEntry(Generator generator) |
| Modifier and Type | Method and Description |
|---|---|
void |
generate(GlobalGeneratorContext context) |
Generator |
getGenerator() |
java.lang.String |
getName() |
PropertyDef |
getProperty(java.lang.String name) |
java.util.Map<java.lang.String,PropertyDef> |
getSupportedProperties() |
public GeneratorEntry(@Nonnull
Generator generator)
@Nonnull public java.lang.String getName()
@Nonnull public java.util.Map<java.lang.String,PropertyDef> getSupportedProperties()
@Nonnull public Generator getGenerator()
public void generate(@Nonnull
GlobalGeneratorContext context)
throws GenerateException
GenerateException@Nonnull public PropertyDef getProperty(@Nonnull java.lang.String name)