aQute.lib.deployer.obr
Class UniqueResourceFilter

java.lang.Object
  extended by aQute.libg.sax.ContentFilterImpl
      extended by aQute.libg.sax.filters.ElementSelectionFilter
          extended by aQute.lib.deployer.obr.UniqueResourceFilter
All Implemented Interfaces:
ContentFilter, ContentHandler

public class UniqueResourceFilter
extends ElementSelectionFilter


Constructor Summary
UniqueResourceFilter()
           
 
Method Summary
 Collection<String> getFilteredBSNs()
           
 Collection<String> getFilteredVersions(String bsn)
           
protected  boolean select(int depth, String uri, String localName, String qName, Attributes attribs)
           
 
Methods inherited from class aQute.libg.sax.filters.ElementSelectionFilter
characters, endElement, ignorableWhitespace, startElement
 
Methods inherited from class aQute.libg.sax.ContentFilterImpl
endDocument, endPrefixMapping, getParent, processingInstruction, setDocumentLocator, setParent, skippedEntity, startDocument, startPrefixMapping
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UniqueResourceFilter

public UniqueResourceFilter()
Method Detail

select

protected boolean select(int depth,
                         String uri,
                         String localName,
                         String qName,
                         Attributes attribs)
Specified by:
select in class ElementSelectionFilter

getFilteredBSNs

public Collection<String> getFilteredBSNs()

getFilteredVersions

public Collection<String> getFilteredVersions(String bsn)


Copyright © 2012 aQute SARL. All Rights Reserved.