aQute.lib.osgi
Class InstructionFilter

java.lang.Object
  extended by aQute.lib.osgi.InstructionFilter
All Implemented Interfaces:
java.io.FileFilter

public class InstructionFilter
extends java.lang.Object
implements java.io.FileFilter


Constructor Summary
InstructionFilter(Instruction instruction, boolean recursive)
           
 
Method Summary
 boolean accept(java.io.File pathname)
           
 boolean isRecursive()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstructionFilter

public InstructionFilter(Instruction instruction,
                         boolean recursive)
Method Detail

isRecursive

public boolean isRecursive()

accept

public boolean accept(java.io.File pathname)
Specified by:
accept in interface java.io.FileFilter