public static class PackageSelectorGUI.PackageDirFilter extends FileFilter
PackageDirFilter
class allows filtering directories.Constructor and Description |
---|
PackageDirFilter() |
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.