Package de.gematik.prepare
Class PrepareItemsConfig
- java.lang.Object
-
- de.gematik.prepare.PrepareItemsConfig
-
public class PrepareItemsConfig extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPrepareItemsConfig.PrepareItemsConfigBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PrepareItemsConfig.PrepareItemsConfigBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetCombineItemsFile()GroupMatchStrategyTypegetDefaultMatchStrategy()List<String>getExcludedGroups()StringgetInfoResourceLocation()List<PoolGroup>getPoolGroups()intgetPoolSize()List<PropertyExpression>getPropertyExpressions()List<TagExpression>getTagExpressions()inthashCode()voidsetCombineItemsFile(String combineItemsFile)voidsetDefaultMatchStrategy(GroupMatchStrategyType defaultMatchStrategy)voidsetExcludedGroups(List<String> excludedGroups)voidsetInfoResourceLocation(String infoResourceLocation)voidsetPoolGroups(List<PoolGroup> poolGroups)voidsetPoolSize(int poolSize)voidsetPropertyExpressions(List<PropertyExpression> propertyExpressions)voidsetTagExpressions(List<TagExpression> tagExpressions)StringtoString()
-
-
-
Method Detail
-
builder
public static PrepareItemsConfig.PrepareItemsConfigBuilder builder()
-
getCombineItemsFile
public String getCombineItemsFile()
-
getInfoResourceLocation
public String getInfoResourceLocation()
-
getTagExpressions
public List<TagExpression> getTagExpressions()
-
getPropertyExpressions
public List<PropertyExpression> getPropertyExpressions()
-
getPoolSize
public int getPoolSize()
-
getDefaultMatchStrategy
public GroupMatchStrategyType getDefaultMatchStrategy()
-
setCombineItemsFile
public void setCombineItemsFile(String combineItemsFile)
-
setInfoResourceLocation
public void setInfoResourceLocation(String infoResourceLocation)
-
setTagExpressions
public void setTagExpressions(List<TagExpression> tagExpressions)
-
setPropertyExpressions
public void setPropertyExpressions(List<PropertyExpression> propertyExpressions)
-
setPoolSize
public void setPoolSize(int poolSize)
-
setDefaultMatchStrategy
public void setDefaultMatchStrategy(GroupMatchStrategyType defaultMatchStrategy)
-
canEqual
protected boolean canEqual(Object other)
-
-