Class Selector
- java.lang.Object
-
- org.apache.sling.query.impl.selector.parser.Selector
-
public class Selector extends Object
-
-
Constructor Summary
Constructors Constructor Description Selector()
Selector(List<SelectorSegment> segments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SelectorSegment>
getSegments()
-
-
-
Constructor Detail
-
Selector
public Selector()
-
Selector
public Selector(List<SelectorSegment> segments)
-
-
Method Detail
-
getSegments
public List<SelectorSegment> getSegments()
-
-