abstraction
over InputStreams for accessing
resources.See: Description
| Interface | Description |
|---|---|
| ResourceStreamSource |
| Class | Description |
|---|---|
| ResourceStreamSourceAbstract | |
| ResourceStreamSourceChainOfResponsibility | |
| ResourceStreamSourceComposite | |
| ResourceStreamSourceContextLoaderClassPath |
Loads the properties from the ContextClassLoader.
|
| ResourceStreamSourceCurrentClassClassPath |
Load from this class' ClassLoader.
|
| ResourceStreamSourceFileSystem |
abstraction
over InputStreams for accessing
resources.
The principle usage is to allow the easy searching of a single resource (eg
isis.properties file) in multiple
locations
and technologies
on the classpath through
the use of a composite
pattern.
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.