|
|||||||||
| Home >> All >> com >> jcorporate >> expresso >> kernel >> [ util overview ] | PREV NEXT | ||||||||
A
- append(Object) - Method in class com.jcorporate.expresso.kernel.util.FastStringBuffer
- Appends the string representation of the
Objectargument to this string buffer. - append(String) - Method in class com.jcorporate.expresso.kernel.util.FastStringBuffer
- Appends the string to this string buffer.
- append(char[]) - Method in class com.jcorporate.expresso.kernel.util.FastStringBuffer
- Appends the string representation of the
chararray argument to this string buffer. - append(char[], int, int) - Method in class com.jcorporate.expresso.kernel.util.FastStringBuffer
- Appends the string representation of a subarray of the
chararray argument to this string buffer. - append(FastStringBuffer) - Method in class com.jcorporate.expresso.kernel.util.FastStringBuffer
- Appends one FastStringBuffer to another so they can be merged with no unnecessary allocations
- append(boolean) - Method in class com.jcorporate.expresso.kernel.util.FastStringBuffer
- Appends the string representation of the
booleanargument to the string buffer. - append(char) - Method in class com.jcorporate.expresso.kernel.util.FastStringBuffer
- Appends the string representation of the
charargument to this string buffer. - append(int) - Method in class com.jcorporate.expresso.kernel.util.FastStringBuffer
- Appends the string representation of the
intargument to this string buffer. - append(long) - Method in class com.jcorporate.expresso.kernel.util.FastStringBuffer
- Appends the string representation of the
longargument to this string buffer. - append(float) - Method in class com.jcorporate.expresso.kernel.util.FastStringBuffer
- Appends the string representation of the
floatargument to this string buffer. - append(double) - Method in class com.jcorporate.expresso.kernel.util.FastStringBuffer
- Appends the string representation of the
doubleargument to this string buffer.
C
- ClassLoaderComparator - class com.jcorporate.expresso.kernel.util.ClassLoaderComparator.
- Utility class that checks to make sure that the classloader hasn't changed indicating a context reload took place
- ClassLoaderComparator() - Constructor for class com.jcorporate.expresso.kernel.util.ClassLoaderComparator
- ClassLocator - class com.jcorporate.expresso.kernel.util.ClassLocator.
- Utility class that first tries to locate a context class loader, and if that exists, then give that a try.
- ClassLocator() - Constructor for class com.jcorporate.expresso.kernel.util.ClassLocator
- capacity() - Method in class com.jcorporate.expresso.kernel.util.FastStringBuffer
- Returns the current capacity of the String buffer.
- charAt(int) - Method in class com.jcorporate.expresso.kernel.util.FastStringBuffer
- Returns the character at a specific index in this string buffer.
- clear() - Method in class com.jcorporate.expresso.kernel.util.FastStringBuffer
- Clears the buffer and prepares it for reuse.
- com.jcorporate.expresso.kernel.util - package com.jcorporate.expresso.kernel.util
- The Expresso Kernel package forms the core interface and basic implementations of the future ECCR or Expresso Component and Configuration Runtime.
- copyWhenShared() - Method in class com.jcorporate.expresso.kernel.util.FastStringBuffer
- Copies the buffer value if it is shared.
- count - Variable in class com.jcorporate.expresso.kernel.util.FastStringBuffer
- The count is the number of characters in the buffer.
- currentChild - Variable in class com.jcorporate.expresso.kernel.util.DataContextIterator
D
- DataContextIterator - class com.jcorporate.expresso.kernel.util.DataContextIterator.
- This class is useful for iterating through all data contexts that are installed at the root level of the Expresso Runtime hierarchy.
- DataContextIterator() - Constructor for class com.jcorporate.expresso.kernel.util.DataContextIterator
- Default constructor.
- DataContextIterator(String) - Constructor for class com.jcorporate.expresso.kernel.util.DataContextIterator
- Constructor that finds a runtime by name.
- DataContextIterator(RootContainerInterface) - Constructor for class com.jcorporate.expresso.kernel.util.DataContextIterator
- Constructor that uses the RootContainerInterface given to it.
E
- ensureCapacity(int) - Method in class com.jcorporate.expresso.kernel.util.FastStringBuffer
- Ensures that the capacity of the buffer is at least equal to the specified minimum.
F
- FastStringBuffer - class com.jcorporate.expresso.kernel.util.FastStringBuffer.
- A fast string buffer implements a mutable sequence of characters.
- FastStringBuffer() - Constructor for class com.jcorporate.expresso.kernel.util.FastStringBuffer
- Constructs a string buffer with no characters in it and an initial capacity of 16 characters.
- FastStringBuffer(int) - Constructor for class com.jcorporate.expresso.kernel.util.FastStringBuffer
- Constructs a string buffer with no characters in it and an
initial capacity specified by the
lengthargument. - FastStringBuffer(String) - Constructor for class com.jcorporate.expresso.kernel.util.FastStringBuffer
- Constructs a string buffer so that it represents the same sequence of characters as the string argument.
- FastStringBuffer.FastStringBufferObjectFactory - class com.jcorporate.expresso.kernel.util.FastStringBuffer.FastStringBufferObjectFactory.
- An implementation of a PoolableObject factory to work with FastStringBuffers.
- FastStringBuffer.FastStringBufferObjectFactory() - Constructor for class com.jcorporate.expresso.kernel.util.FastStringBuffer.FastStringBufferObjectFactory
- factory - Static variable in class com.jcorporate.expresso.kernel.util.FastStringBuffer
- Pointer to the object factory.
- findNext() - Method in class com.jcorporate.expresso.kernel.util.DataContextIterator
- Find and load the next values
G
- getChars(int, int, char[], int) - Method in class com.jcorporate.expresso.kernel.util.FastStringBuffer
- Characters are copied from this string buffer into the
destination character array
dst. - getDataContext(ExpressoComponent) - Method in class com.jcorporate.expresso.kernel.util.LocatorUtils
- Retrieve the DataContext that the given component is a part of
- getDataContextName(ExpressoComponent) - Method in class com.jcorporate.expresso.kernel.util.LocatorUtils
- Given the component that we loaded, find the data context name we're a part of.
- getInstance() - Static method in class com.jcorporate.expresso.kernel.util.FastStringBuffer
- Retrieve an instance of FastString buffer from the object pool.
- getName() - Method in class com.jcorporate.expresso.kernel.util.NameValuePair
- Retrieve the name for this name value pair
- getPath(ExpressoComponent) - Method in class com.jcorporate.expresso.kernel.util.LocatorUtils
- Return a path that the Locator utils could find later to relocate this component.
- getValue() - Method in class com.jcorporate.expresso.kernel.util.FastStringBuffer
- getValue() - Method in class com.jcorporate.expresso.kernel.util.NameValuePair
- Get the actual value object
H
- hasNext() - Method in class com.jcorporate.expresso.kernel.util.DataContextIterator
- Checks if another object exists.
- hashCode() - Method in class com.jcorporate.expresso.kernel.util.NameValuePair
- Override on hash code.
L
- LocatorUtils - class com.jcorporate.expresso.kernel.util.LocatorUtils.
- Locator Utils are to allow walking the component hierarchy tree so you can reference components by a 'path name' instead of walking it manually yourself
- LocatorUtils(ExpressoComponent) - Constructor for class com.jcorporate.expresso.kernel.util.LocatorUtils
- Base constructor that locates the root component in the hierarchy as soon as it is instantiated.
- length() - Method in class com.jcorporate.expresso.kernel.util.FastStringBuffer
- Returns the length (character count) of this string buffer.
- loadClass(String) - Static method in class com.jcorporate.expresso.kernel.util.ClassLocator
- Load a class by its name.
- locateComponent(String) - Method in class com.jcorporate.expresso.kernel.util.LocatorUtils
- Allows you to locate the component via a 'bean utils' style string.
- locateConfiguration(String) - Method in class com.jcorporate.expresso.kernel.util.LocatorUtils
- Allows you to locate the component via a 'bean utils' style string.
- locateMetadata(String) - Method in class com.jcorporate.expresso.kernel.util.LocatorUtils
- Allows you to locate the component metadata via a 'bean utils' style string.
M
- makeObject() - Method in class com.jcorporate.expresso.kernel.util.FastStringBuffer.FastStringBufferObjectFactory
N
- NameValuePair - class com.jcorporate.expresso.kernel.util.NameValuePair.
- Object similar to valid values, but it mainly represents the common usage of a name representing a value.
- NameValuePair() - Constructor for class com.jcorporate.expresso.kernel.util.NameValuePair
- Constructor that creates a null name and null value.
- NameValuePair(String, Object) - Constructor for class com.jcorporate.expresso.kernel.util.NameValuePair
- Constructs a name value pair with the given name and given object value.
- name - Variable in class com.jcorporate.expresso.kernel.util.NameValuePair
- The name field
- next - Variable in class com.jcorporate.expresso.kernel.util.DataContextIterator
- next() - Method in class com.jcorporate.expresso.kernel.util.DataContextIterator
- Retrieve the Next Data Context in the sequence.
- nextContext() - Method in class com.jcorporate.expresso.kernel.util.DataContextIterator
- Retrieve the Next Data Context in the sequence.
P
- passivateObject(Object) - Method in class com.jcorporate.expresso.kernel.util.FastStringBuffer.FastStringBufferObjectFactory
- pointerInstance - Static variable in class com.jcorporate.expresso.kernel.util.FastStringBuffer
R
- release() - Method in class com.jcorporate.expresso.kernel.util.FastStringBuffer
- Sends the FastStringBuffer back to the object pool.
- remove() - Method in class com.jcorporate.expresso.kernel.util.DataContextIterator
- Not implemented.
- reverse() - Method in class com.jcorporate.expresso.kernel.util.FastStringBuffer
- The character sequence contained in this string buffer is replaced by the reverse of the sequence.
- root - Variable in class com.jcorporate.expresso.kernel.util.LocatorUtils
- runtime - Variable in class com.jcorporate.expresso.kernel.util.DataContextIterator
S
- sameClassLoader(Object) - Static method in class com.jcorporate.expresso.kernel.util.ClassLoaderComparator
- Checks to make sure an object's classloader is the same as the current Thread's.
- setCharAt(int, char) - Method in class com.jcorporate.expresso.kernel.util.FastStringBuffer
- The character at the specified index of this string buffer is set
to
ch. - setLength(int) - Method in class com.jcorporate.expresso.kernel.util.FastStringBuffer
- Sets the length of this String buffer.
- setName(String) - Method in class com.jcorporate.expresso.kernel.util.NameValuePair
- Set the name for this pair
- setShared() - Method in class com.jcorporate.expresso.kernel.util.FastStringBuffer
- setValue(Object) - Method in class com.jcorporate.expresso.kernel.util.NameValuePair
- Set the value for the name value pair
- shared - Variable in class com.jcorporate.expresso.kernel.util.FastStringBuffer
- A flag indicating whether the buffer is shared
T
- thePool - Static variable in class com.jcorporate.expresso.kernel.util.FastStringBuffer
- The Apache Commons Object Pool
- toString() - Method in class com.jcorporate.expresso.kernel.util.FastStringBuffer
- Converts to a string representing the data in this string buffer.
V
- value - Variable in class com.jcorporate.expresso.kernel.util.FastStringBuffer
- The value is used for character storage.
- value - Variable in class com.jcorporate.expresso.kernel.util.NameValuePair
- The value field
A C D E F G H L M N P R S T V
|
|||||||||
| Home >> All >> com >> jcorporate >> expresso >> kernel >> [ util overview ] | PREV NEXT | ||||||||