A B C E F G H M N O R S T U W

A

available() - Method in class org.chenillekit.core.streams.ReaderInputStream
 

B

bind(ServiceBinder) - Static method in class org.chenillekit.core.ChenilleKitCoreModule
 

C

ChenilleKitCoreModule - Class in org.chenillekit.core
 
ChenilleKitCoreModule() - Constructor for class org.chenillekit.core.ChenilleKitCoreModule
 
close() - Method in class org.chenillekit.core.streams.ReaderInputStream
Closes the Stringreader.
ConfigurationService - Interface in org.chenillekit.core.services
 
ConfigurationServiceImpl - Class in org.chenillekit.core.services.impl
 
ConfigurationServiceImpl() - Constructor for class org.chenillekit.core.services.impl.ConfigurationServiceImpl
 

E

equals(Object) - Method in class org.chenillekit.core.resources.URIResource
 
exists() - Method in class org.chenillekit.core.resources.URIResource
Returns true if the resource exists; if a stream to the content of the file may be openned.

F

forFile(String) - Method in class org.chenillekit.core.resources.URIResource
Returns a Resource based on a relative path, relative to the folder containing the resource.
forLocale(Locale) - Method in class org.chenillekit.core.resources.URIResource
Returns a localized version of the resource.

G

getConfiguration(Resource) - Method in interface org.chenillekit.core.services.ConfigurationService
get the configuration from the named resource.
getConfiguration(Resource, boolean) - Method in interface org.chenillekit.core.services.ConfigurationService
get the configuration from the named resource.
getConfiguration(Context) - Method in interface org.chenillekit.core.services.ConfigurationService
get the configuration from JNDI context.
getConfiguration() - Method in interface org.chenillekit.core.services.ConfigurationService
get the configuration from system (JVM).
getConfiguration(DataSource, String, String, String, String, String) - Method in interface org.chenillekit.core.services.ConfigurationService
Build a configuration from a table containing multiple configurations.
getConfiguration(Resource) - Method in class org.chenillekit.core.services.impl.ConfigurationServiceImpl
get the configuration from the named resource.
getConfiguration(Resource, boolean) - Method in class org.chenillekit.core.services.impl.ConfigurationServiceImpl
get the configuration from the named resource.
getConfiguration(Context) - Method in class org.chenillekit.core.services.impl.ConfigurationServiceImpl
get the configuration from JNDI context.
getConfiguration() - Method in class org.chenillekit.core.services.impl.ConfigurationServiceImpl
get the configuration from system (JVM).
getConfiguration(DataSource, String, String, String, String, String) - Method in class org.chenillekit.core.services.impl.ConfigurationServiceImpl
Build a configuration from a table containing multiple configurations.
getFile() - Method in class org.chenillekit.core.resources.URIResource
Returns the file portion of the Resource path, everything that follows the final forward slash.
getFolder() - Method in class org.chenillekit.core.resources.URIResource
Returns the portion of the path up to the last forward slash; this is the directory or folder portion of the Resource.
getPath() - Method in class org.chenillekit.core.resources.URIResource
Return the path (the combination of folder and file).

H

hashCode() - Method in class org.chenillekit.core.resources.URIResource
 

M

mark(int) - Method in class org.chenillekit.core.streams.ReaderInputStream
Marks the read limit of the StringReader.
markSupported() - Method in class org.chenillekit.core.streams.ReaderInputStream
 

N

newResource(String) - Method in class org.chenillekit.core.resources.URIResource
 

O

openStream() - Method in class org.chenillekit.core.resources.URIResource
Opens a stream to the content of the resource, or returns null if the resource does not exist.
org.chenillekit.core - package org.chenillekit.core
 
org.chenillekit.core.resources - package org.chenillekit.core.resources
 
org.chenillekit.core.services - package org.chenillekit.core.services
 
org.chenillekit.core.services.impl - package org.chenillekit.core.services.impl
 
org.chenillekit.core.streams - package org.chenillekit.core.streams
 

R

read() - Method in class org.chenillekit.core.streams.ReaderInputStream
Reads from the Reader, returning the same value.
read(byte[], int, int) - Method in class org.chenillekit.core.streams.ReaderInputStream
Reads from the Reader into a byte array
ReaderInputStream - Class in org.chenillekit.core.streams
Adapts a Reader as an InputStream.
ReaderInputStream(Reader) - Constructor for class org.chenillekit.core.streams.ReaderInputStream
Construct a ReaderInputStream for the specified Reader.
ReaderInputStream(Reader, String) - Constructor for class org.chenillekit.core.streams.ReaderInputStream
Construct a ReaderInputStream for the specified Reader, with the specified encoding.
reset() - Method in class org.chenillekit.core.streams.ReaderInputStream
Resets the StringReader.

S

StringInputStream - Class in org.chenillekit.core.streams
Wraps a String as an InputStream.
StringInputStream(String) - Constructor for class org.chenillekit.core.streams.StringInputStream
Composes a stream from a String
StringInputStream(String, String) - Constructor for class org.chenillekit.core.streams.StringInputStream
Composes a stream from a String with the specified encoding

T

toString() - Method in class org.chenillekit.core.resources.URIResource
 
toURL() - Method in class org.chenillekit.core.resources.URIResource
Returns the URL for the resource, or null if it does not exist.

U

URIResource - Class in org.chenillekit.core.resources
A resource stored with in any location (local, remote or jar archive).
URIResource(String) - Constructor for class org.chenillekit.core.resources.URIResource
 
URIResource(URI) - Constructor for class org.chenillekit.core.resources.URIResource
 
URIResource(File) - Constructor for class org.chenillekit.core.resources.URIResource
 
URIResource(URL) - Constructor for class org.chenillekit.core.resources.URIResource
 

W

withExtension(String) - Method in class org.chenillekit.core.resources.URIResource
Returns a new Resource with the extension changed (or, if the resource does not have an extension, the extension is added).

A B C E F G H M N O R S T U W

Copyright © 2008-2010 ChenilleKit. All Rights Reserved.