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 TypeMethodDescriptionbooleangetInput()getMatcher(String value) booleanisAny()booleanbooleanbooleanbooleanstatic InstructionbooleanvoidtoString()
-
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
-