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 java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetPath()IndexDefinitionBuilder.AggregateRule.Includeinclude(java.lang.String path)IndexDefinitionBuilder.AggregateRule.Includepath(java.lang.String includePath)IndexDefinitionBuilder.AggregateRule.IncluderelativeNode()
-
-
-
Method Detail
-
path
public IndexDefinitionBuilder.AggregateRule.Include path(java.lang.String includePath)
-
relativeNode
public IndexDefinitionBuilder.AggregateRule.Include relativeNode()
-
include
public IndexDefinitionBuilder.AggregateRule.Include include(java.lang.String path)
-
getPath
public java.lang.String getPath()
-
-