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
Locator implementations that mainly
operate on streams. |
class |
ByteArrayLocator
A specialized
Locator implementation that provides access to data
stored in memory as a byte array. |
class |
ClassPathLocator
A specific
Locator implementation that can obtain resources from
the class path. |
class |
FileLocator
A concrete
Locator class that represents files. |
class |
URLLocator
A specialized
Locator implementation that operates on URLs. |
Copyright © 2016 The JGUIraffe Team. All rights reserved.