public static class PackageSelectorGUI.PackageFileFilter extends FileFilter
PackageFileFilter class allows filtering PEAR package files.| Constructor and Description | 
|---|
| PackageFileFilter() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | accept(File file)Determines whether a given  Fileobject is accepted by this filter. | 
| String | getDescription() | 
public boolean accept(File file)
File object is accepted by this filter.accept in class FileFilterfile - The given File object.true, if the given File object is accepted,
         fase otherwise.public String getDescription()
getDescription in class FileFilterCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.