public interface ArrangementSettings
extends java.lang.Cloneable
#equals(Object)
& #hashCode()
implementations.Modifier and Type | Method and Description |
---|---|
ArrangementSettings |
clone() |
java.util.List<ArrangementGroupingRule> |
getGroupings() |
java.util.List<? extends ArrangementMatchRule> |
getRules()
Deprecated.
collect match rules from
getSections() |
java.util.List<? extends ArrangementMatchRule> |
getRulesSortedByPriority()
Note: It's expected that rules sort is stable
Example: 'public static' rule would have higher priority then 'public'
|
java.util.List<ArrangementSectionRule> |
getSections() |
java.util.List<ArrangementGroupingRule> getGroupings()
java.util.List<ArrangementSectionRule> getSections()
@Deprecated java.util.List<? extends ArrangementMatchRule> getRules()
getSections()
java.util.List<? extends ArrangementMatchRule> getRulesSortedByPriority()
ArrangementSettings clone()