Class CombinedInput
- java.lang.Object
-
- org.rodnansol.core.generator.writer.CombinedInput
-
public class CombinedInput extends Object
- Since:
- 0.1.0
- Author:
- nandorholozsnyak
-
-
Constructor Summary
Constructors Constructor Description CombinedInput(File input, String sectionName, String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()List<String>getExcludedGroups()List<String>getExcludedProperties()List<String>getIncludedGroups()List<String>getIncludedProperties()FilegetInput()StringgetSectionName()voidsetExcludedGroups(List<String> excludedGroups)voidsetExcludedProperties(List<String> excludedProperties)voidsetIncludedGroups(List<String> includedGroups)voidsetIncludedProperties(List<String> includedProperties)StringtoString()
-