- 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
-
- 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.