A B C D E F G H I K L M N O P R S T U X

A

AbstractFilePersistentObjectRepository - Class in org.apache.avalon.cornerstone.blocks.masterstore
 
AbstractFilePersistentObjectRepository() - Constructor for class org.apache.avalon.cornerstone.blocks.masterstore.AbstractFilePersistentObjectRepository
 
AbstractFilePersistentStreamRepository - Class in org.apache.avalon.cornerstone.blocks.masterstore
 
AbstractFilePersistentStreamRepository() - Constructor for class org.apache.avalon.cornerstone.blocks.masterstore.AbstractFilePersistentStreamRepository
 
AbstractFileRepository - Class in org.apache.avalon.cornerstone.blocks.masterstore
This an abstract class implementing functionality for creating a file-store.
AbstractFileRepository() - Constructor for class org.apache.avalon.cornerstone.blocks.masterstore.AbstractFileRepository
 
AbstractXMLFilePersistentObjectRepository - Class in org.apache.avalon.cornerstone.blocks.masterstore.xml
 
AbstractXMLFilePersistentObjectRepository() - Constructor for class org.apache.avalon.cornerstone.blocks.masterstore.xml.AbstractXMLFilePersistentObjectRepository
 
accept(File, String) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.ExtensionFileFilter
 
available() - Method in class org.apache.avalon.cornerstone.blocks.masterstore.ResettableFileInputStream
 
AvalonFileRepositoryMonitor - Class in org.apache.avalon.cornerstone.blocks.masterstore
 
AvalonFileRepositoryMonitor() - Constructor for class org.apache.avalon.cornerstone.blocks.masterstore.AvalonFileRepositoryMonitor
 

B

bufferedCopy(InputStream, OutputStream) - Static method in class org.apache.avalon.cornerstone.blocks.masterstore.IOUtil
Deprecated. Buffering streams is actively harmful! See the class description as to why. Use IOUtil.copy(InputStream, OutputStream) instead.
BYTE_MASK - Static variable in class org.apache.avalon.cornerstone.blocks.masterstore.AbstractFileRepository
 

C

CDIFilePersistentObjectRepository - Class in org.apache.avalon.cornerstone.blocks.masterstore
This is a simple implementation of persistent object store using object serialization on the file system.
CDIFilePersistentObjectRepository(FileRepositoryMonitor, ObjectRespositoryConfig) - Constructor for class org.apache.avalon.cornerstone.blocks.masterstore.CDIFilePersistentObjectRepository
 
CDIFilePersistentStreamRepository - Class in org.apache.avalon.cornerstone.blocks.masterstore
Implementation of a StreamRepository to a File.
CDIFilePersistentStreamRepository(FileRepositoryMonitor, ObjectRespositoryConfig) - Constructor for class org.apache.avalon.cornerstone.blocks.masterstore.CDIFilePersistentStreamRepository
 
CDIXMLFilePersistentObjectRepository - Class in org.apache.avalon.cornerstone.blocks.masterstore.xml
This is a simple implementation of persistent object store using XML serialization from JDK 1.4 to a file system.
CDIXMLFilePersistentObjectRepository(FileRepositoryMonitor, ObjectRespositoryConfig) - Constructor for class org.apache.avalon.cornerstone.blocks.masterstore.xml.CDIXMLFilePersistentObjectRepository
 
checkingKey(Class, String) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.AvalonFileRepositoryMonitor
 
checkingKey(Class, String) - Method in interface org.apache.avalon.cornerstone.blocks.masterstore.FileRepositoryMonitor
 
ClassLoaderObjectInputStream - Class in org.apache.avalon.cornerstone.blocks.masterstore
A special ObjectInputStream to handle highly transient classes hosted by Avalon components that are juggling many classloaders.
ClassLoaderObjectInputStream(ClassLoader, InputStream) - Constructor for class org.apache.avalon.cornerstone.blocks.masterstore.ClassLoaderObjectInputStream
 
close() - Method in class org.apache.avalon.cornerstone.blocks.masterstore.ResettableFileInputStream
 
configure(Configuration) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.File_Persistent_Object_Repository
Configuration of the component by the container.
configure(Configuration) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.File_Persistent_Stream_Repository
Configuration of the component by the container.
configure(Configuration) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.RepositoryManager
 
configure(Configuration) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.xml.XMLFilePersistentObjectRepository
Configuration of the component by the container.
containsKey(String) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.AbstractFileRepository
Indicates if the given key is associated to a contained object.
contentEquals(InputStream, InputStream) - Static method in class org.apache.avalon.cornerstone.blocks.masterstore.IOUtil
Compare the contents of two Streams to determine if they are equal or not.
contextualize(Context) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.File_Persistent_Object_Repository
Contextualization of the component by the container during which the working home directory will be provided.
contextualize(Context) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.File_Persistent_Stream_Repository
Contextualization of the component by the container during which the working home directory will be provided.
contextualize(Context) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.RepositoryManager
 
contextualize(Context) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.xml.XMLFilePersistentObjectRepository
Contextualization of the component by the container during which the working home directory will be provided.
copy(InputStream, OutputStream) - Static method in class org.apache.avalon.cornerstone.blocks.masterstore.IOUtil
Copy bytes from an InputStream to an OutputStream.
copy(InputStream, OutputStream, int) - Static method in class org.apache.avalon.cornerstone.blocks.masterstore.IOUtil
Copy bytes from an InputStream to an OutputStream.
copy(Reader, Writer) - Static method in class org.apache.avalon.cornerstone.blocks.masterstore.IOUtil
Copy chars from a Reader to a Writer.
copy(Reader, Writer, int) - Static method in class org.apache.avalon.cornerstone.blocks.masterstore.IOUtil
Copy chars from a Reader to a Writer.
copy(InputStream, Writer) - Static method in class org.apache.avalon.cornerstone.blocks.masterstore.IOUtil
Copy and convert bytes from an InputStream to chars on a Writer.
copy(InputStream, Writer, int) - Static method in class org.apache.avalon.cornerstone.blocks.masterstore.IOUtil
Copy and convert bytes from an InputStream to chars on a Writer.
copy(InputStream, Writer, String) - Static method in class org.apache.avalon.cornerstone.blocks.masterstore.IOUtil
Copy and convert bytes from an InputStream to chars on a Writer, using the specified encoding.
copy(InputStream, Writer, String, int) - Static method in class org.apache.avalon.cornerstone.blocks.masterstore.IOUtil
Copy and convert bytes from an InputStream to chars on a Writer, using the specified encoding.
copy(Reader, OutputStream) - Static method in class org.apache.avalon.cornerstone.blocks.masterstore.IOUtil
Serialize chars from a Reader to bytes on an OutputStream, and flush the OutputStream.
copy(Reader, OutputStream, int) - Static method in class org.apache.avalon.cornerstone.blocks.masterstore.IOUtil
Serialize chars from a Reader to bytes on an OutputStream, and flush the OutputStream.
copy(String, OutputStream) - Static method in class org.apache.avalon.cornerstone.blocks.masterstore.IOUtil
Serialize chars from a String to bytes on an OutputStream, and flush the OutputStream.
copy(String, OutputStream, int) - Static method in class org.apache.avalon.cornerstone.blocks.masterstore.IOUtil
Serialize chars from a String to bytes on an OutputStream, and flush the OutputStream.
copy(String, Writer) - Static method in class org.apache.avalon.cornerstone.blocks.masterstore.IOUtil
Copy chars from a String to a Writer.
copy(byte[], Writer) - Static method in class org.apache.avalon.cornerstone.blocks.masterstore.IOUtil
Copy and convert bytes from a byte[] to chars on a Writer.
copy(byte[], Writer, int) - Static method in class org.apache.avalon.cornerstone.blocks.masterstore.IOUtil
Copy and convert bytes from a byte[] to chars on a Writer.
copy(byte[], Writer, String) - Static method in class org.apache.avalon.cornerstone.blocks.masterstore.IOUtil
Copy and convert bytes from a byte[] to chars on a Writer, using the specified encoding.
copy(byte[], Writer, String, int) - Static method in class org.apache.avalon.cornerstone.blocks.masterstore.IOUtil
Copy and convert bytes from a byte[] to chars on a Writer, using the specified encoding.
copy(byte[], OutputStream) - Static method in class org.apache.avalon.cornerstone.blocks.masterstore.IOUtil
Copy bytes from a byte[] to an OutputStream.
copy(byte[], OutputStream, int) - Static method in class org.apache.avalon.cornerstone.blocks.masterstore.IOUtil
Copy bytes from a byte[] to an OutputStream.
createChildRepository() - Method in class org.apache.avalon.cornerstone.blocks.masterstore.AbstractFileRepository
 

D

DEBUG - Static variable in class org.apache.avalon.cornerstone.blocks.masterstore.AbstractFileRepository
 
decode(String) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.AbstractFileRepository
Inverse of encode exept it do not use path.
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.avalon.cornerstone.blocks.masterstore.ResettableFileInputStream
 

E

enableLogging(Logger) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.File_Persistent_Object_Repository
 
enableLogging(Logger) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.File_Persistent_Stream_Repository
 
enableLogging(Logger) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.xml.XMLFilePersistentObjectRepository
 
encode(String) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.AbstractFileRepository
Returns a String that uniquely identifies the object.
ExtensionFileFilter - Class in org.apache.avalon.cornerstone.blocks.masterstore
This filters files based on the extension (what the filename ends with).
ExtensionFileFilter(String[]) - Constructor for class org.apache.avalon.cornerstone.blocks.masterstore.ExtensionFileFilter
 
ExtensionFileFilter(String) - Constructor for class org.apache.avalon.cornerstone.blocks.masterstore.ExtensionFileFilter
 

F

File_Persistent_Object_Repository - Class in org.apache.avalon.cornerstone.blocks.masterstore
This is a simple implementation of persistent object store using object serialization on the file system.
File_Persistent_Object_Repository() - Constructor for class org.apache.avalon.cornerstone.blocks.masterstore.File_Persistent_Object_Repository
 
File_Persistent_Stream_Repository - Class in org.apache.avalon.cornerstone.blocks.masterstore
Implementation of a StreamRepository to a File.
File_Persistent_Stream_Repository() - Constructor for class org.apache.avalon.cornerstone.blocks.masterstore.File_Persistent_Stream_Repository
 
FileRepositoryMonitor - Interface in org.apache.avalon.cornerstone.blocks.masterstore
 

G

get(String) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.AbstractFilePersistentObjectRepository
Get the object associated to the given unique key.
get(String, ClassLoader) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.AbstractFilePersistentObjectRepository
 
get(String) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.AbstractFilePersistentStreamRepository
Get the object associated to the given unique key.
get(String) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.xml.AbstractXMLFilePersistentObjectRepository
Get the object associated to the given unique key.
get(String, ClassLoader) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.xml.AbstractXMLFilePersistentObjectRepository
 
getBaseDirectory() - Method in interface org.apache.avalon.cornerstone.blocks.masterstore.ObjectRespositoryConfig
 
getBaseDirectory() - Method in class org.apache.avalon.cornerstone.blocks.masterstore.ObjectRespositoryConfigBean
 
getChildRepository(String) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.AbstractFileRepository
 
getExtensionDecorator() - Method in class org.apache.avalon.cornerstone.blocks.masterstore.AbstractFilePersistentObjectRepository
 
getExtensionDecorator() - Method in class org.apache.avalon.cornerstone.blocks.masterstore.AbstractFilePersistentStreamRepository
 
getExtensionDecorator() - Method in class org.apache.avalon.cornerstone.blocks.masterstore.AbstractFileRepository
 
getExtensionDecorator() - Method in class org.apache.avalon.cornerstone.blocks.masterstore.xml.AbstractXMLFilePersistentObjectRepository
 
getFile(String) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.AbstractFileRepository
 
getInputStream(String) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.AbstractFileRepository
 
getName() - Static method in class org.apache.avalon.cornerstone.blocks.masterstore.RepositoryManager
 
getOutputStream(String) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.AbstractFileRepository
 
getURL() - Method in interface org.apache.avalon.cornerstone.blocks.masterstore.ObjectRespositoryConfig
 
getURL() - Method in class org.apache.avalon.cornerstone.blocks.masterstore.ObjectRespositoryConfigBean
 

H

HANDLED_URL - Static variable in class org.apache.avalon.cornerstone.blocks.masterstore.AbstractFileRepository
 
HEX_DIGITS - Static variable in class org.apache.avalon.cornerstone.blocks.masterstore.AbstractFileRepository
 

I

initialize() - Method in class org.apache.avalon.cornerstone.blocks.masterstore.File_Persistent_Object_Repository
Initialization of the component by the container.
initialize() - Method in class org.apache.avalon.cornerstone.blocks.masterstore.File_Persistent_Stream_Repository
Initialization of the component by the container.
initialize() - Method in class org.apache.avalon.cornerstone.blocks.masterstore.xml.XMLFilePersistentObjectRepository
Initialization of the component by the container.
initializeChild(AbstractFileRepository) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.AbstractFileRepository
 
initializeChild(AbstractFileRepository) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.CDIFilePersistentObjectRepository
 
initializeChild(AbstractFileRepository) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.CDIFilePersistentStreamRepository
 
initializeChild(AbstractFileRepository) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.File_Persistent_Object_Repository
 
initializeChild(AbstractFileRepository) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.File_Persistent_Stream_Repository
 
initializeChild(AbstractFileRepository) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.xml.CDIXMLFilePersistentObjectRepository
 
initializeChild(AbstractFileRepository) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.xml.XMLFilePersistentObjectRepository
 
initialized(Class) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.AvalonFileRepositoryMonitor
 
initialized(Class) - Method in interface org.apache.avalon.cornerstone.blocks.masterstore.FileRepositoryMonitor
 
IOUtil - Class in org.apache.avalon.cornerstone.blocks.masterstore
General IO Stream manipulation.
isSelectable(Object) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.RepositoryManager
 

K

keyRemoved(Class, String) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.AvalonFileRepositoryMonitor
 
keyRemoved(Class, String) - Method in interface org.apache.avalon.cornerstone.blocks.masterstore.FileRepositoryMonitor
 

L

list() - Method in class org.apache.avalon.cornerstone.blocks.masterstore.AbstractFileRepository
Returns the list of used keys.

M

m_baseDirectory - Variable in class org.apache.avalon.cornerstone.blocks.masterstore.AbstractFileRepository
 
m_bufferSize - Variable in class org.apache.avalon.cornerstone.blocks.masterstore.ResettableFileInputStream
 
m_classes - Variable in class org.apache.avalon.cornerstone.blocks.masterstore.RepositoryManager
 
m_context - Variable in class org.apache.avalon.cornerstone.blocks.masterstore.RepositoryManager
 
m_destination - Variable in class org.apache.avalon.cornerstone.blocks.masterstore.AbstractFileRepository
 
m_extension - Variable in class org.apache.avalon.cornerstone.blocks.masterstore.AbstractFileRepository
 
m_filename - Variable in class org.apache.avalon.cornerstone.blocks.masterstore.ResettableFileInputStream
 
m_filter - Variable in class org.apache.avalon.cornerstone.blocks.masterstore.AbstractFileRepository
 
m_inputs - Variable in class org.apache.avalon.cornerstone.blocks.masterstore.AbstractFilePersistentStreamRepository
 
m_inputStream - Variable in class org.apache.avalon.cornerstone.blocks.masterstore.ResettableFileInputStream
 
m_isMarkSet - Variable in class org.apache.avalon.cornerstone.blocks.masterstore.ResettableFileInputStream
 
m_mark - Variable in class org.apache.avalon.cornerstone.blocks.masterstore.ResettableFileInputStream
 
m_models - Variable in class org.apache.avalon.cornerstone.blocks.masterstore.RepositoryManager
 
m_name - Variable in class org.apache.avalon.cornerstone.blocks.masterstore.AbstractFileRepository
 
m_outputs - Variable in class org.apache.avalon.cornerstone.blocks.masterstore.AbstractFilePersistentStreamRepository
 
m_path - Variable in class org.apache.avalon.cornerstone.blocks.masterstore.AbstractFileRepository
 
m_position - Variable in class org.apache.avalon.cornerstone.blocks.masterstore.ResettableFileInputStream
 
m_repositories - Variable in class org.apache.avalon.cornerstone.blocks.masterstore.RepositoryManager
 
m_serviceManager - Variable in class org.apache.avalon.cornerstone.blocks.masterstore.RepositoryManager
 
mark(int) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.ResettableFileInputStream
 
markSupported() - Method in class org.apache.avalon.cornerstone.blocks.masterstore.ResettableFileInputStream
 
monitor - Variable in class org.apache.avalon.cornerstone.blocks.masterstore.AbstractFileRepository
 

N

newStream() - Method in class org.apache.avalon.cornerstone.blocks.masterstore.ResettableFileInputStream
 

O

ObjectRespositoryConfig - Interface in org.apache.avalon.cornerstone.blocks.masterstore
 
ObjectRespositoryConfigBean - Class in org.apache.avalon.cornerstone.blocks.masterstore
 
ObjectRespositoryConfigBean() - Constructor for class org.apache.avalon.cornerstone.blocks.masterstore.ObjectRespositoryConfigBean
 
org.apache.avalon.cornerstone.blocks.masterstore - package org.apache.avalon.cornerstone.blocks.masterstore
Default implementation of a sockets manager.
org.apache.avalon.cornerstone.blocks.masterstore.xml - package org.apache.avalon.cornerstone.blocks.masterstore.xml
XML file persistence repository.

P

pathOpened(Class, String) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.AvalonFileRepositoryMonitor
 
pathOpened(Class, String) - Method in interface org.apache.avalon.cornerstone.blocks.masterstore.FileRepositoryMonitor
 
put(String, Object) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.AbstractFilePersistentObjectRepository
Store the given object and associates it to the given key
put(String) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.AbstractFilePersistentStreamRepository
Store the given object and associates it to the given key
put(String, Object) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.xml.AbstractXMLFilePersistentObjectRepository
Store the given object and associates it to the given key

R

read() - Method in class org.apache.avalon.cornerstone.blocks.masterstore.ResettableFileInputStream
 
read(byte[], int, int) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.ResettableFileInputStream
 
registerRepository(Configuration) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.RepositoryManager
 
release(Object) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.RepositoryManager
 
remove(String) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.AbstractFilePersistentStreamRepository
 
remove(String) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.AbstractFileRepository
Remove the object associated to the given key.
repositoryCreated(Class, String, String, String) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.AvalonFileRepositoryMonitor
 
repositoryCreated(Class, String, String, String) - Method in interface org.apache.avalon.cornerstone.blocks.masterstore.FileRepositoryMonitor
 
RepositoryManager - Class in org.apache.avalon.cornerstone.blocks.masterstore
 
RepositoryManager() - Constructor for class org.apache.avalon.cornerstone.blocks.masterstore.RepositoryManager
 
reset() - Method in class org.apache.avalon.cornerstone.blocks.masterstore.ResettableFileInputStream
 
ResettableFileInputStream - Class in org.apache.avalon.cornerstone.blocks.masterstore
 
ResettableFileInputStream(File) - Constructor for class org.apache.avalon.cornerstone.blocks.masterstore.ResettableFileInputStream
 
ResettableFileInputStream(String) - Constructor for class org.apache.avalon.cornerstone.blocks.masterstore.ResettableFileInputStream
 
ResettableFileInputStream(String, int) - Constructor for class org.apache.avalon.cornerstone.blocks.masterstore.ResettableFileInputStream
 
resolveClass(ObjectStreamClass) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.ClassLoaderObjectInputStream
 
returningKey(Class, String) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.AvalonFileRepositoryMonitor
 
returningKey(Class, String) - Method in interface org.apache.avalon.cornerstone.blocks.masterstore.FileRepositoryMonitor
 
returningObjectForKey(Class, Object, String) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.AvalonFileRepositoryMonitor
 
returningObjectForKey(Class, Object, String) - Method in interface org.apache.avalon.cornerstone.blocks.masterstore.FileRepositoryMonitor
 

S

select(Object) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.RepositoryManager
 
service(ServiceManager) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.RepositoryManager
 
setBaseDirectory(File) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.ObjectRespositoryConfigBean
 
setDestination(String) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.AbstractFileRepository
 
setUrl(String) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.ObjectRespositoryConfigBean
 
shutdownReader(Reader) - Static method in class org.apache.avalon.cornerstone.blocks.masterstore.IOUtil
Unconditionally close an Reader.
shutdownStream(OutputStream) - Static method in class org.apache.avalon.cornerstone.blocks.masterstore.IOUtil
Unconditionally close an OutputStream.
shutdownStream(InputStream) - Static method in class org.apache.avalon.cornerstone.blocks.masterstore.IOUtil
Unconditionally close an InputStream.
shutdownWriter(Writer) - Static method in class org.apache.avalon.cornerstone.blocks.masterstore.IOUtil
Unconditionally close an Writer.
skip(long) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.ResettableFileInputStream
 
storingObjectForKey(Class, Object, String) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.AvalonFileRepositoryMonitor
 
storingObjectForKey(Class, Object, String) - Method in interface org.apache.avalon.cornerstone.blocks.masterstore.FileRepositoryMonitor
 

T

toByteArray(InputStream) - Static method in class org.apache.avalon.cornerstone.blocks.masterstore.IOUtil
Get the contents of an InputStream as a byte[].
toByteArray(InputStream, int) - Static method in class org.apache.avalon.cornerstone.blocks.masterstore.IOUtil
Get the contents of an InputStream as a byte[].
toByteArray(Reader) - Static method in class org.apache.avalon.cornerstone.blocks.masterstore.IOUtil
Get the contents of a Reader as a byte[].
toByteArray(Reader, int) - Static method in class org.apache.avalon.cornerstone.blocks.masterstore.IOUtil
Get the contents of a Reader as a byte[].
toByteArray(String) - Static method in class org.apache.avalon.cornerstone.blocks.masterstore.IOUtil
Get the contents of a String as a byte[].
toByteArray(String, int) - Static method in class org.apache.avalon.cornerstone.blocks.masterstore.IOUtil
Get the contents of a String as a byte[].
toString(InputStream) - Static method in class org.apache.avalon.cornerstone.blocks.masterstore.IOUtil
Get the contents of an InputStream as a String.
toString(InputStream, int) - Static method in class org.apache.avalon.cornerstone.blocks.masterstore.IOUtil
Get the contents of an InputStream as a String.
toString(InputStream, String) - Static method in class org.apache.avalon.cornerstone.blocks.masterstore.IOUtil
Get the contents of an InputStream as a String.
toString(InputStream, String, int) - Static method in class org.apache.avalon.cornerstone.blocks.masterstore.IOUtil
Get the contents of an InputStream as a String.
toString(Reader) - Static method in class org.apache.avalon.cornerstone.blocks.masterstore.IOUtil
Get the contents of a Reader as a String.
toString(Reader, int) - Static method in class org.apache.avalon.cornerstone.blocks.masterstore.IOUtil
Get the contents of a Reader as a String.
toString(byte[]) - Static method in class org.apache.avalon.cornerstone.blocks.masterstore.IOUtil
Get the contents of a byte[] as a String.
toString(byte[], int) - Static method in class org.apache.avalon.cornerstone.blocks.masterstore.IOUtil
Get the contents of a byte[] as a String.
toString(byte[], String) - Static method in class org.apache.avalon.cornerstone.blocks.masterstore.IOUtil
Get the contents of a byte[] as a String.
toString(byte[], String, int) - Static method in class org.apache.avalon.cornerstone.blocks.masterstore.IOUtil
Get the contents of a byte[] as a String.

U

unExpectedIOException(Class, String, IOException) - Method in class org.apache.avalon.cornerstone.blocks.masterstore.AvalonFileRepositoryMonitor
 
unExpectedIOException(Class, String, IOException) - Method in interface org.apache.avalon.cornerstone.blocks.masterstore.FileRepositoryMonitor
 

X

XMLFilePersistentObjectRepository - Class in org.apache.avalon.cornerstone.blocks.masterstore.xml
This is a simple implementation of persistent object store using XML serialization from JDK 1.4 to a file system.
XMLFilePersistentObjectRepository() - Constructor for class org.apache.avalon.cornerstone.blocks.masterstore.xml.XMLFilePersistentObjectRepository
 

A B C D E F G H I K L M N O P R S T U X

Copyright © 2011 Apache Software Foundation. All Rights Reserved.