Uses of Class
net.sf.jguiraffe.locators.ClassPathLocator
-
Packages that use ClassPathLocator Package Description net.sf.jguiraffe.locators This package contains interfaces and classes for locating resources in a generic way. -
-
Uses of ClassPathLocator in net.sf.jguiraffe.locators
Methods in net.sf.jguiraffe.locators that return ClassPathLocator Modifier and Type Method Description static ClassPathLocatorClassPathLocator. getInstance(String resourceName)Returns aClassPathLocatorinstance for the specified resource name.static ClassPathLocatorClassPathLocator. getInstance(String resourceName, ClassLoader cl)Returns aClassPathLocatorinstance which looks up the specified resource name using the given class loader.
-