public class Instruction extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Instruction.Filter |
Constructor and Description |
---|
Instruction(String input) |
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 Instruction(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.