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  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–2022 The Apache Software Foundation. All rights reserved.