org.jbake.app
Class FileUtil
java.lang.Object
org.jbake.app.FileUtil
public class FileUtil
- extends Object
Provides File related functions
- Author:
- Jonathan Bullock
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileUtil
public FileUtil()
getFileFilter
public static FileFilter getFileFilter()
- Filters files based on their file extension.
- Returns:
- Object for filtering files
isExistingFolder
public static boolean isExistingFolder(File f)
getRunningLocation
public static File getRunningLocation()
throws Exception
- Works out the folder where JBake is running from.
- Returns:
- File referencing folder JBake is running from
- Throws:
Exception
Copyright © 2013. All Rights Reserved.