aQute.bnd.osgi
Class Instruction

java.lang.Object
  extended by aQute.bnd.osgi.Instruction

public class Instruction
extends Object


Nested Class Summary
static class Instruction.Filter
           
 
Constructor Summary
Instruction(String input)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Instruction

public Instruction(String input)
Method Detail

matches

public boolean matches(String value)

isNegated

public boolean isNegated()

getPattern

public String getPattern()

getInput

public String getInput()

toString

public String toString()
Overrides:
toString in class Object

getMatcher

public Matcher getMatcher(String value)

setOptional

public void setOptional()

isOptional

public boolean isOptional()

isLiteral

public boolean isLiteral()

getLiteral

public String getLiteral()

isDuplicate

public boolean isDuplicate()

isAny

public boolean isAny()

finds

public boolean finds(String value)


Copyright © 2014 aQute SARL. All rights reserved.