|
fop 2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.io.DirectoryWalker
org.apache.fop.fonts.autodetect.FontFileFinder
public class FontFileFinder
Helps to autodetect/locate available operating system fonts.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.commons.io.DirectoryWalker |
---|
org.apache.commons.io.DirectoryWalker.CancelException |
Field Summary | |
---|---|
static int |
DEFAULT_DEPTH_LIMIT
default depth limit of recursion when searching for font files |
Constructor Summary | |
---|---|
FontFileFinder(FontEventListener listener)
Default constructor |
|
FontFileFinder(int depthLimit,
FontEventListener listener)
Constructor |
Method Summary | |
---|---|
java.util.List<java.net.URL> |
find()
Automagically finds a list of font files on local system |
java.util.List<java.net.URL> |
find(java.lang.String dir)
Searches a given directory for font files |
protected static org.apache.commons.io.filefilter.IOFileFilter |
getDirectoryFilter()
Font directory filter. |
protected static org.apache.commons.io.filefilter.IOFileFilter |
getFileFilter()
Font file filter. |
protected boolean |
handleDirectory(java.io.File directory,
int depth,
java.util.Collection results)
|
protected void |
handleDirectoryEnd(java.io.File directory,
int depth,
java.util.Collection results)
|
protected void |
handleFile(java.io.File file,
int depth,
java.util.Collection results)
|
Methods inherited from class org.apache.commons.io.DirectoryWalker |
---|
checkIfCancelled, handleCancelled, handleDirectoryStart, handleEnd, handleIsCancelled, handleRestricted, handleStart, walk |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int DEFAULT_DEPTH_LIMIT
Constructor Detail |
---|
public FontFileFinder(FontEventListener listener)
listener
- for throwing font related eventspublic FontFileFinder(int depthLimit, FontEventListener listener)
depthLimit
- recursion depth limitlistener
- for throwing font related eventsMethod Detail |
---|
protected static org.apache.commons.io.filefilter.IOFileFilter getDirectoryFilter()
protected static org.apache.commons.io.filefilter.IOFileFilter getFileFilter()
protected boolean handleDirectory(java.io.File directory, int depth, java.util.Collection results)
handleDirectory
in class org.apache.commons.io.DirectoryWalker
directory
- directory to handledepth
- recursion depthresults
- collection
protected void handleFile(java.io.File file, int depth, java.util.Collection results)
handleFile
in class org.apache.commons.io.DirectoryWalker
file
- file to handledepth
- recursion depthresults
- collection
protected void handleDirectoryEnd(java.io.File directory, int depth, java.util.Collection results)
handleDirectoryEnd
in class org.apache.commons.io.DirectoryWalker
directory
- the directory being processeddepth
- the current directory levelresults
- the collection of results objects
public java.util.List<java.net.URL> find() throws java.io.IOException
find
in interface FontFinder
java.io.IOException
- io exception
In case of an I/O problempublic java.util.List<java.net.URL> find(java.lang.String dir) throws java.io.IOException
dir
- directory to search
java.io.IOException
- thrown if an I/O exception of some sort has occurred
|
fop 2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |