Uses of Class
net.sf.jguiraffe.locators.AbstractLocator
-
Packages that use AbstractLocator Package Description net.sf.jguiraffe.locators This package contains interfaces and classes for locating resources in a generic way. -
-
Uses of AbstractLocator in net.sf.jguiraffe.locators
Subclasses of AbstractLocator in net.sf.jguiraffe.locators Modifier and Type Class Description classAbstractStreamLocatorAn abstract base class forLocatorimplementations that mainly operate on streams.classByteArrayLocatorA specializedLocatorimplementation that provides access to data stored in memory as a byte array.classClassPathLocatorA specificLocatorimplementation that can obtain resources from the class path.classFileLocatorA concreteLocatorclass that represents files.classURLLocatorA specializedLocatorimplementation that operates on URLs.
-