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 FileLocator
FileLocator. getInstance(File file)
Returns aFileLocator
instance for the specified file.static FileLocator
FileLocator. getInstance(String fileName)
Returns aFileLocator
instance for the specified file name.
-