Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.osgi.util
Class EntryFilter

java.lang.Object
  extended by org.nuxeo.osgi.util.EntryFilter

public abstract class EntryFilter
extends Object

Author:
Bogdan Stefanescu

Field Summary
static EntryFilter ANY
           
 
Constructor Summary
EntryFilter()
           
 
Method Summary
abstract  boolean match(String name)
           
static EntryFilter newFilter(String pattern)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ANY

public static final EntryFilter ANY
Constructor Detail

EntryFilter

public EntryFilter()
Method Detail

newFilter

public static EntryFilter newFilter(String pattern)

match

public abstract boolean match(String name)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.