- setBranchSelector(String) - Method in class org.apache.sling.resource.filter.ResourceFilterStream
-
Adds a branchSelector to define which child resource are acceptable to travel
down as part of the Resource traversal
- setChildSelector(String) - Method in class org.apache.sling.resource.filter.ResourceFilterStream
-
Adds a childSelector to define which child resources should be part of the
stream
- setComparionVisitor(Visitor<Function<Resource, Object>>) - Method in interface org.apache.sling.resource.filter.impl.Context
-
Replaces the existing Comparison Visitor, if present, with the provided Visitor
- setComparionVisitor(Visitor<Function<Resource, Object>>) - Method in class org.apache.sling.resource.filter.impl.DefaultContext
-
- setDebugStream(PrintStream) - Method in class org.apache.sling.resource.filter.impl.script.FilterParserTokenManager
-
Set debug output.
- setLogicVisitor(Visitor<Predicate<Resource>>) - Method in interface org.apache.sling.resource.filter.impl.Context
-
Replaces the existing Logic Visitor, if present, with the provided Visitor
- setLogicVisitor(Visitor<Predicate<Resource>>) - Method in class org.apache.sling.resource.filter.impl.DefaultContext
-
- setTabSize(int) - Method in class org.apache.sling.resource.filter.impl.script.SimpleCharStream
-
- SimpleCharStream - Class in org.apache.sling.resource.filter.impl.script
-
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
- SimpleCharStream(Reader, int, int, int) - Constructor for class org.apache.sling.resource.filter.impl.script.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader, int, int) - Constructor for class org.apache.sling.resource.filter.impl.script.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader) - Constructor for class org.apache.sling.resource.filter.impl.script.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.apache.sling.resource.filter.impl.script.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int, int) - Constructor for class org.apache.sling.resource.filter.impl.script.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int) - Constructor for class org.apache.sling.resource.filter.impl.script.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int) - Constructor for class org.apache.sling.resource.filter.impl.script.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String) - Constructor for class org.apache.sling.resource.filter.impl.script.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream) - Constructor for class org.apache.sling.resource.filter.impl.script.SimpleCharStream
-
Constructor.
- specialToken - Variable in class org.apache.sling.resource.filter.impl.script.Token
-
This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
- SQUOTE - Static variable in interface org.apache.sling.resource.filter.impl.script.FilterParserConstants
-
RegularExpression Id.
- staticFlag - Static variable in class org.apache.sling.resource.filter.impl.script.SimpleCharStream
-
Whether parser is static.
- stream() - Method in class org.apache.sling.resource.filter.ResourceFilterStream
-
Stream which uses the branchSelector as the basis of the traversal
and then filters the resources based on the childSelector that was provided
- stream(Predicate<Resource>) - Method in class org.apache.sling.resource.filter.ResourceStream
-
Provides a depth first Stream<Resource>
traversal of the resource
tree starting with the current resource.
- STRING - Static variable in interface org.apache.sling.resource.filter.impl.script.FilterParserConstants
-
RegularExpression Id.
- subSequence(int, int) - Method in class org.apache.sling.resource.filter.impl.predicates.Null
-
- SwitchTo(int) - Method in class org.apache.sling.resource.filter.impl.script.FilterParserTokenManager
-
Switch to specified lex state.