Package com.enonic.xp.index
Class PathIndexConfig
- java.lang.Object
-
- com.enonic.xp.index.PathIndexConfig
-
- All Implemented Interfaces:
Comparable<PathIndexConfig>
@PublicApi public class PathIndexConfig extends Object implements Comparable<PathIndexConfig>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPathIndexConfig.Builder
-
Field Summary
Fields Modifier and Type Field Description static Comparator<PathIndexConfig>COMPARATOR
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(PathIndexConfig o)static PathIndexConfig.Buildercreate()booleanequals(Object o)IndexConfiggetIndexConfig()PropertyPathgetPath()inthashCode()booleanmatches(PropertyPath dataPath)booleanmatches(String testPath)
-
-
-
Field Detail
-
COMPARATOR
public static final Comparator<PathIndexConfig> COMPARATOR
-
-
Method Detail
-
matches
public boolean matches(PropertyPath dataPath)
-
matches
public boolean matches(String testPath)
-
getPath
public PropertyPath getPath()
-
getIndexConfig
public IndexConfig getIndexConfig()
-
create
public static PathIndexConfig.Builder create()
-
compareTo
public int compareTo(PathIndexConfig o)
- Specified by:
compareToin interfaceComparable<PathIndexConfig>
-
-