Uses of Class
org.rodnansol.core.generator.template.data.PropertyGroup
-
Packages that use PropertyGroup Package Description org.rodnansol.core.generator.reader org.rodnansol.core.generator.template.data org.rodnansol.core.generator.writer.postprocess -
-
Uses of PropertyGroup in org.rodnansol.core.generator.reader
Methods in org.rodnansol.core.generator.reader that return types with arguments of type PropertyGroup Modifier and Type Method Description List<PropertyGroup>MetadataReader. readPropertiesAsPropertyGroupList(InputStream metadataStream)Returns a list ofPropertyGroupinstances from the given input stream. -
Uses of PropertyGroup in org.rodnansol.core.generator.template.data
Methods in org.rodnansol.core.generator.template.data that return PropertyGroup Modifier and Type Method Description PropertyGroupPropertyGroup. addChildGroup(PropertyGroup childGroup)Add a new child group.PropertyGroupPropertyGroup. addProperty(Property property)Add a new property to the property group.static PropertyGroupPropertyGroup. createUnknownGroup()Creates a group that has 'Unknown' type and source type.PropertyGroupPropertyGroup. getParentGroup()Methods in org.rodnansol.core.generator.template.data that return types with arguments of type PropertyGroup Modifier and Type Method Description List<PropertyGroup>PropertyGroup. getChildrenGroups()List<PropertyGroup>MainTemplateData. getPropertyGroups()List<PropertyGroup>SubTemplateData. getPropertyGroups()Methods in org.rodnansol.core.generator.template.data with parameters of type PropertyGroup Modifier and Type Method Description PropertyGroupPropertyGroup. addChildGroup(PropertyGroup childGroup)Add a new child group.voidPropertyGroup. setParentGroup(PropertyGroup parentGroup)Method parameters in org.rodnansol.core.generator.template.data with type arguments of type PropertyGroup Modifier and Type Method Description static MainTemplateDataMainTemplateData. ofMainSection(String header, List<PropertyGroup> propertyGroups)Constructor parameters in org.rodnansol.core.generator.template.data with type arguments of type PropertyGroup Constructor Description MainTemplateData(String mainName, List<PropertyGroup> propertyGroups)SubTemplateData(String moduleName, List<PropertyGroup> propertyGroups) -
Uses of PropertyGroup in org.rodnansol.core.generator.writer.postprocess
Methods in org.rodnansol.core.generator.writer.postprocess that return types with arguments of type PropertyGroup Modifier and Type Method Description List<PropertyGroup>PostProcessPropertyGroupsCommand. getPropertyGroups()Method parameters in org.rodnansol.core.generator.writer.postprocess with type arguments of type PropertyGroup Modifier and Type Method Description static PostProcessPropertyGroupsCommandPostProcessPropertyGroupsCommand. ofGroupFilter(List<PropertyGroup> propertyGroups, List<String> excludedGroups, List<String> includedGroups)static PostProcessPropertyGroupsCommandPostProcessPropertyGroupsCommand. ofPropertyFilter(List<PropertyGroup> propertyGroups, List<String> excludedProperties, List<String> includedProperties)static PostProcessPropertyGroupsCommandPostProcessPropertyGroupsCommand. ofTemplate(TemplateCustomization templateCustomization, List<PropertyGroup> propertyGroups)Constructor parameters in org.rodnansol.core.generator.writer.postprocess with type arguments of type PropertyGroup Constructor Description PostProcessPropertyGroupsCommand(TemplateCustomization templateCustomization, List<PropertyGroup> propertyGroups, List<String> excludedGroups, List<String> includedGroups, List<String> excludedProperties, List<String> includedProperties)
-