| Package | Description | 
|---|---|
| net.sf.jguiraffe.locators | 
This package contains interfaces and classes for locating resources in a generic
way. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractStreamLocator
 An abstract base class for  Locatorimplementations that mainly
 operate on streams. | 
| class  | ByteArrayLocator
 A specialized  Locatorimplementation that provides access to data
 stored in memory as a byte array. | 
| class  | ClassPathLocator
 A specific  Locatorimplementation that can obtain resources from
 the class path. | 
| class  | FileLocator
 A concrete  Locatorclass that represents files. | 
| class  | URLLocator
 A specialized  Locatorimplementation that operates on URLs. | 
Copyright © 2016 The JGUIraffe Team. All rights reserved.