Uses of Class
org.rodnansol.core.generator.template.TemplateType
-
-
Uses of TemplateType in org.rodnansol.core.action
Constructors in org.rodnansol.core.action with parameters of type TemplateType Constructor Description DocumentGenerationAction(Project project, String name, TemplateCustomization templateCustomization, TemplateType templateType, File metadataInput) -
Uses of TemplateType in org.rodnansol.core.generator.template
Methods in org.rodnansol.core.generator.template that return TemplateType Modifier and Type Method Description static TemplateTypeTemplateType. valueOf(String name)Returns the enum constant of this type with the specified name.static TemplateType[]TemplateType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TemplateType in org.rodnansol.core.generator.template.customization
Methods in org.rodnansol.core.generator.template.customization with parameters of type TemplateType Modifier and Type Method Description static TemplateCustomizationTemplateCustomizationFactory. getDefaultTemplateCustomizationByType(TemplateType templateType)Returns an emptyTemplateCustomizationinstance for the given template type. -
Uses of TemplateType in org.rodnansol.core.generator.writer
Methods in org.rodnansol.core.generator.writer that return TemplateType Modifier and Type Method Description TemplateTypeCreateAggregationCommand. getTemplateType()Constructors in org.rodnansol.core.generator.writer with parameters of type TemplateType Constructor Description CreateAggregationCommand(Project project, String aggregatedDocumentHeader, List<CombinedInput> inputStreams, TemplateType templateType, TemplateCustomization templateCustomization, File output) -
Uses of TemplateType in org.rodnansol.core.project
Methods in org.rodnansol.core.project with parameters of type TemplateType Modifier and Type Method Description StringProject. getDefaultTargetFilePath(TemplateType templateType)Returns the output file path based on theProjectinstance and template type value. -
Uses of TemplateType in org.rodnansol.core.project.gradle
Methods in org.rodnansol.core.project.gradle with parameters of type TemplateType Modifier and Type Method Description StringGradleProject. getDefaultTargetFilePath(TemplateType templateType) -
Uses of TemplateType in org.rodnansol.core.project.maven
Methods in org.rodnansol.core.project.maven with parameters of type TemplateType Modifier and Type Method Description StringMavenProject. getDefaultTargetFilePath(TemplateType templateType)
-