Class IndexDefinitionBuilder.AggregateRule.Include
- java.lang.Object
-
- org.apache.jackrabbit.oak.plugins.index.lucene.util.IndexDefinitionBuilder.AggregateRule.Include
-
- Enclosing class:
- IndexDefinitionBuilder.AggregateRule
public static class IndexDefinitionBuilder.AggregateRule.Include extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPath()IndexDefinitionBuilder.AggregateRule.Includeinclude(String path)IndexDefinitionBuilder.AggregateRule.Includepath(String includePath)IndexDefinitionBuilder.AggregateRule.IncluderelativeNode()
-
-
-
Method Detail
-
path
public IndexDefinitionBuilder.AggregateRule.Include path(String includePath)
-
relativeNode
public IndexDefinitionBuilder.AggregateRule.Include relativeNode()
-
include
public IndexDefinitionBuilder.AggregateRule.Include include(String path)
-
getPath
public String getPath()
-
-