Eclipse Platform
2.1

org.eclipse.update.core
Class FeatureContentProvider.FileFilter

java.lang.Object
  |
  +--org.eclipse.update.core.FeatureContentProvider.FileFilter
Enclosing class:
FeatureContentProvider

public class FeatureContentProvider.FileFilter
extends Object


Constructor Summary
FeatureContentProvider.FileFilter(String filter)
          Constructor for FileFilter.
 
Method Summary
 boolean accept(String name)
          returns true if the name matches the rule
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureContentProvider.FileFilter

public FeatureContentProvider.FileFilter(String filter)
Constructor for FileFilter.
Method Detail

accept

public boolean accept(String name)
returns true if the name matches the rule

Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.