Package aQute.bnd.osgi
Class Instruction
java.lang.Object
aQute.bnd.osgi.Instruction
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final booleanprivate static final Patternprivate static final Patternprivate final booleanprivate static final Stringprivate static final charprivate static final charprivate static final Patternprivate final Stringprivate final booleanprivate final Stringprivate final intprivate final booleanprivate booleanprivate Patternprivate static final Pattern -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstruction(String input) privateInstruction(String input, String match, Pattern pattern, boolean negated, int matchFlags, boolean any, boolean literal, boolean duplicate) Instruction(Pattern pattern) Instruction(Pattern pattern, boolean negated) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetInput()getMatcher(String value) booleanisAny()booleanbooleanbooleanbooleanstatic Instructionbooleanprivate Patternpattern()voidtoString()
-
Field Details
-
ESCAPING
- See Also:
-
WILDCARD
-
BACKSLASH
-
ANY
-
FLAG_CASE_INSENSITIVE
private static final char FLAG_CASE_INSENSITIVE- See Also:
-
FLAG_OPTIONAL
private static final char FLAG_OPTIONAL- See Also:
-
FLAGS_P
-
input
-
match
-
negated
private final boolean negated -
duplicate
private final boolean duplicate -
literal
private final boolean literal -
any
private final boolean any -
matchFlags
private final int matchFlags -
pattern
-
optional
private boolean optional
-
-
Constructor Details
-
Instruction
-
Instruction
-
Instruction
-
Instruction
-
-
Method Details
-
legacy
-
matches
-
isNegated
public boolean isNegated() -
getPattern
-
getInput
-
toString
-
pattern
-
getMatcher
-
setOptional
public void setOptional() -
isOptional
public boolean isOptional() -
isLiteral
public boolean isLiteral() -
getLiteral
-
isDuplicate
public boolean isDuplicate() -
isAny
public boolean isAny() -
finds
-