Class PrepareItemsConfig


  • public class PrepareItemsConfig
    extends Object
    • Method Detail

      • getCombineItemsFile

        public String getCombineItemsFile()
      • getInfoResourceLocation

        public String getInfoResourceLocation()
      • getExcludedGroups

        public List<String> getExcludedGroups()
      • getPoolSize

        public int getPoolSize()
      • 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)
      • setPoolGroups

        public void setPoolGroups​(List<PoolGroup> poolGroups)
      • setExcludedGroups

        public void setExcludedGroups​(List<String> excludedGroups)
      • setPoolSize

        public void setPoolSize​(int poolSize)
      • setDefaultMatchStrategy

        public void setDefaultMatchStrategy​(GroupMatchStrategyType defaultMatchStrategy)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object