public class Selector extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Selector.Filter |
Modifier and Type | Method and Description |
---|---|
boolean |
finds(String value) |
String |
getInput() |
String |
getLiteral() |
Matcher |
getMatcher(String value) |
String |
getPattern() |
boolean |
isAny() |
boolean |
isDuplicate() |
boolean |
isLiteral() |
boolean |
isNegated() |
boolean |
isOptional() |
boolean |
matches(String value) |
void |
setOptional() |
String |
toString() |
public Selector(String input)
public boolean matches(String value)
public boolean isNegated()
public String getPattern()
public String getInput()
public void setOptional()
public boolean isOptional()
public boolean isLiteral()
public String getLiteral()
public boolean isDuplicate()
public boolean isAny()
public boolean finds(String value)
Copyright © 2015 aQute SARL. All rights reserved.