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 ClassPathLocator
ClassPathLocator. getInstance(String resourceName)
Returns aClassPathLocator
instance for the specified resource name.static ClassPathLocator
ClassPathLocator. getInstance(String resourceName, ClassLoader cl)
Returns aClassPathLocator
instance which looks up the specified resource name using the given class loader.
-