Package org.apache.solr.core
Class SolrPaths.AllowPathBuilder
java.lang.Object
org.apache.solr.core.SolrPaths.AllowPathBuilder
- Enclosing class:
SolrPaths
Builds a set of allowed
Path. Detects special paths "*" and "_ALL_" that mean all paths
are allowed.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AllowPathBuilder
public AllowPathBuilder()
-
-
Method Details
-
addPath
Adds an allowed path. Detects "*" and "_ALL_" which mean all paths are allowed. -
addPath
Adds an allowed path. Detects "_ALL_" which means all paths are allowed. Does not detect "*" (not supported as aPathon Windows), seeaddPath(String). -
build
-