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
File object is accepted by this filter. |
String |
getDescription() |
public boolean accept(File file)
File
object is accepted by this filter.accept
in class FileFilter
file
- The given File
object.true
, if the given File
object is accepted,
fase
otherwise.public String getDescription()
getDescription
in class FileFilter
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.