public class LibDirs
extends java.lang.Object
LibDirs files have the following syntax:
*
include
Modifier and Type | Class and Description |
---|---|
static class |
LibDirs.LibDirFileSystemView
Allow JFileChooser to see libdir references as files.
|
static class |
LibDirs.LibDirFileView
Allow File Chooser to see libdir references as files.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Iterator<java.lang.String> |
getLibDirs()
return list of Lib Dirs
|
static LibDirs.LibDirFileSystemView |
newLibDirFileSystemView(javax.swing.filechooser.FileSystemView osView) |
static boolean |
readLibDirs(java.lang.String dir)
Read in LibDirs file.
|
public static java.util.Iterator<java.lang.String> getLibDirs()
public static boolean readLibDirs(java.lang.String dir)
dir
- the directory that may contain a LIBDIRS filepublic static LibDirs.LibDirFileSystemView newLibDirFileSystemView(javax.swing.filechooser.FileSystemView osView)