Uses of Class
net.sf.jguiraffe.locators.FileLocator
-
Packages that use FileLocator Package Description net.sf.jguiraffe.locators This package contains interfaces and classes for locating resources in a generic way. -
-
Uses of FileLocator in net.sf.jguiraffe.locators
Methods in net.sf.jguiraffe.locators that return FileLocator Modifier and Type Method Description static FileLocatorFileLocator. getInstance(File file)Returns aFileLocatorinstance for the specified file.static FileLocatorFileLocator. getInstance(String fileName)Returns aFileLocatorinstance for the specified file name.
-