Package aQute.bnd.osgi
Class Instruction
java.lang.Object
aQute.bnd.osgi.Instruction
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionInstruction
(String input) Instruction
(Pattern pattern) Instruction
(Pattern pattern, boolean negated) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getInput()
getMatcher
(String value) boolean
isAny()
boolean
boolean
boolean
boolean
static Instruction
boolean
void
toString()
-
Constructor Details
-
Instruction
-
Instruction
-
Instruction
-
-
Method Details
-
legacy
-
matches
-
isNegated
public boolean isNegated() -
getPattern
-
getInput
-
toString
-
getMatcher
-
setOptional
public void setOptional() -
isOptional
public boolean isOptional() -
isLiteral
public boolean isLiteral() -
getLiteral
-
isDuplicate
public boolean isDuplicate() -
isAny
public boolean isAny() -
finds
-