Skip navigation links
ModeShape Common 5.5.0.fcr
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 

A

AbstractMultimap<K,V> - Class in org.modeshape.common.collection
A Multimap implementation that uses an ArrayList to store the values associated with a key.
AbstractMultimap(Map<K, Collection<V>>) - Constructor for class org.modeshape.common.collection.AbstractMultimap
 
AbstractMultimap.EntriesCollection - Class in org.modeshape.common.collection
 
AbstractMultimap.EntryIterator - Class in org.modeshape.common.collection
 
AbstractMultimap.ValueIterator - Class in org.modeshape.common.collection
 
AbstractMultimap.ValuesCollection - Class in org.modeshape.common.collection
 
AbstractMultimap.WrappedCollection - Class in org.modeshape.common.collection
 
AbstractMultimap.WrappedCollection.DelegateIterator - Class in org.modeshape.common.collection
 
AbstractMultimap.WrappedKeySet - Class in org.modeshape.common.collection
 
AbstractMultimap.WrappedList - Class in org.modeshape.common.collection
 
AbstractMultimap.WrappedList.DelegateListIterator - Class in org.modeshape.common.collection
 
AbstractMultimap.WrappedMap - Class in org.modeshape.common.collection
 
AbstractMultimap.WrappedMap.WrappedEntrySet - Class in org.modeshape.common.collection
 
AbstractMultimap.WrappedMap.WrappedMapEntryIterator - Class in org.modeshape.common.collection
 
AbstractMultimap.WrappedSortedKeySet - Class in org.modeshape.common.collection
 
AbstractProblems - Class in org.modeshape.common.collection
A list of problems for some execution context.
AbstractProblems() - Constructor for class org.modeshape.common.collection.AbstractProblems
 
accept(T) - Method in interface org.modeshape.common.function.Consumer
Performs this operation on the given argument.
add(V) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedCollection
 
add(int, V) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedList
 
add(V) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedList.DelegateListIterator
 
add(int, T) - Method in class org.modeshape.common.collection.ImmutableAppendedList
 
add(T) - Method in class org.modeshape.common.collection.ImmutableAppendedList
 
add(V) - Method in class org.modeshape.common.collection.LinkedListMultimap.ValueIterator
 
add(T, AtomicReferenceFieldUpdater<T, Pointer[]>, Cursor, Pointer...) - Static method in class org.modeshape.common.collection.ring.Pointers
Atomically add the specified Pointer instance(s) to an array known to the given updator.
add(T) - Method in class org.modeshape.common.collection.ring.RingBuffer
Add to this buffer a single entry.
add(T[]) - Method in class org.modeshape.common.collection.ring.RingBuffer
Add to this buffer multiple entries.
add(Double, Double) - Method in class org.modeshape.common.math.DoubleOperations
 
add(long, TimeUnit) - Method in class org.modeshape.common.math.Duration
Add the supplied duration to this duration, and return the result.
add(Duration) - Method in class org.modeshape.common.math.Duration
Add the supplied duration to this duration, and return the result.
add(Duration, Duration) - Method in class org.modeshape.common.math.DurationOperations
 
add(Float, Float) - Method in class org.modeshape.common.math.FloatOperations
 
add(Integer, Integer) - Method in class org.modeshape.common.math.IntegerOperations
 
add(Long, Long) - Method in class org.modeshape.common.math.LongOperations
 
add(T, T) - Method in interface org.modeshape.common.math.MathOperations
Add the two operands and return the sum.
add(Short, Short) - Method in class org.modeshape.common.math.ShortOperations
 
add(T) - Method in class org.modeshape.common.statistic.SimpleStatistics
Add a new value to these statistics.
add(Position) - Method in class org.modeshape.common.text.Position
Return a new position that is the addition of this position and that supplied.
addAll(Collection<? extends V>) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedCollection
 
addAll(int, Collection<? extends V>) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedList
 
addAll(Collection<? extends T>) - Method in class org.modeshape.common.collection.ImmutableAppendedList
 
addAll(int, Collection<? extends T>) - Method in class org.modeshape.common.collection.ImmutableAppendedList
 
addAll(Iterable<Problem>) - Method in class org.modeshape.common.collection.ImmutableProblems
 
addAll(Iterable<Problem>) - Method in interface org.modeshape.common.collection.Problems
Add all of the problems in the supplied list.
addAll(Iterable<Problem>) - Method in class org.modeshape.common.collection.SimpleProblems
 
addAll(Iterable<Problem>) - Method in class org.modeshape.common.collection.ThreadSafeProblems
 
addConsumer(C) - Method in class org.modeshape.common.collection.ring.RingBuffer
Add the supplied consumer, and have it start processing entries in a separate thread.
addConsumer(C, int) - Method in class org.modeshape.common.collection.ring.RingBuffer
Add the supplied consumer, and have it start processing entries in a separate thread.
addEntries - Variable in class org.modeshape.common.collection.ring.RingBuffer
 
addEntryFor(K, V) - Method in class org.modeshape.common.collection.LinkedListMultimap
 
addError(I18n, Object...) - Method in class org.modeshape.common.collection.AbstractProblems
 
addError(Throwable, I18n, Object...) - Method in class org.modeshape.common.collection.AbstractProblems
 
addError(String, String, I18n, Object...) - Method in class org.modeshape.common.collection.AbstractProblems
 
addError(Throwable, String, String, I18n, Object...) - Method in class org.modeshape.common.collection.AbstractProblems
 
addError(int, I18n, Object...) - Method in class org.modeshape.common.collection.AbstractProblems
 
addError(Throwable, int, I18n, Object...) - Method in class org.modeshape.common.collection.AbstractProblems
 
addError(int, String, String, I18n, Object...) - Method in class org.modeshape.common.collection.AbstractProblems
 
addError(Throwable, int, String, String, I18n, Object...) - Method in class org.modeshape.common.collection.AbstractProblems
 
addError(I18n, Object...) - Method in class org.modeshape.common.collection.ImmutableProblems
 
addError(String, String, I18n, Object...) - Method in class org.modeshape.common.collection.ImmutableProblems
 
addError(int, I18n, Object...) - Method in class org.modeshape.common.collection.ImmutableProblems
 
addError(int, String, String, I18n, Object...) - Method in class org.modeshape.common.collection.ImmutableProblems
 
addError(Throwable, I18n, Object...) - Method in class org.modeshape.common.collection.ImmutableProblems
 
addError(Throwable, String, String, I18n, Object...) - Method in class org.modeshape.common.collection.ImmutableProblems
 
addError(Throwable, int, I18n, Object...) - Method in class org.modeshape.common.collection.ImmutableProblems
 
addError(Throwable, int, String, String, I18n, Object...) - Method in class org.modeshape.common.collection.ImmutableProblems
 
addError(I18n, Object...) - Method in interface org.modeshape.common.collection.Problems
Add an error message with the parameters that should be used when localizing the message.
addError(Throwable, I18n, Object...) - Method in interface org.modeshape.common.collection.Problems
Add an error exception and message with the parameters that should be used when localizing the message.
addError(String, String, I18n, Object...) - Method in interface org.modeshape.common.collection.Problems
Add an error message with a description of the resource, its location, and the parameters that should be used when localizing the message
addError(Throwable, String, String, I18n, Object...) - Method in interface org.modeshape.common.collection.Problems
Add an error exception and message with a description of the resource, its location, and the parameters that should be used when localizing the message
addError(int, I18n, Object...) - Method in interface org.modeshape.common.collection.Problems
Add an error message with the parameters that should be used when localizing the message.
addError(Throwable, int, I18n, Object...) - Method in interface org.modeshape.common.collection.Problems
Add an error exception and message with the parameters that should be used when localizing the message.
addError(int, String, String, I18n, Object...) - Method in interface org.modeshape.common.collection.Problems
Add an error message with a description of the resource, its location, and the parameters that should be used when localizing the message
addError(Throwable, int, String, String, I18n, Object...) - Method in interface org.modeshape.common.collection.Problems
Add an error exception and message with a description of the resource, its location, and the parameters that should be used when localizing the message
addFileToZip(String, String, ZipOutputStream, boolean) - Static method in class org.modeshape.common.util.FileUtil
Appends file to the archive.
addFolderToZip(String, String, ZipOutputStream) - Static method in class org.modeshape.common.util.FileUtil
Adds folder to the archive.
addInfo(I18n, Object...) - Method in class org.modeshape.common.collection.AbstractProblems
 
addInfo(Throwable, I18n, Object...) - Method in class org.modeshape.common.collection.AbstractProblems
 
addInfo(String, String, I18n, Object...) - Method in class org.modeshape.common.collection.AbstractProblems
 
addInfo(Throwable, String, String, I18n, Object...) - Method in class org.modeshape.common.collection.AbstractProblems
 
addInfo(int, I18n, Object...) - Method in class org.modeshape.common.collection.AbstractProblems
 
addInfo(Throwable, int, I18n, Object...) - Method in class org.modeshape.common.collection.AbstractProblems
 
addInfo(int, String, String, I18n, Object...) - Method in class org.modeshape.common.collection.AbstractProblems
 
addInfo(Throwable, int, String, String, I18n, Object...) - Method in class org.modeshape.common.collection.AbstractProblems
 
addInfo(I18n, Object...) - Method in class org.modeshape.common.collection.ImmutableProblems
 
addInfo(String, String, I18n, Object...) - Method in class org.modeshape.common.collection.ImmutableProblems
 
addInfo(int, I18n, Object...) - Method in class org.modeshape.common.collection.ImmutableProblems
 
addInfo(int, String, String, I18n, Object...) - Method in class org.modeshape.common.collection.ImmutableProblems
 
addInfo(Throwable, I18n, Object...) - Method in class org.modeshape.common.collection.ImmutableProblems
 
addInfo(Throwable, String, String, I18n, Object...) - Method in class org.modeshape.common.collection.ImmutableProblems
 
addInfo(Throwable, int, I18n, Object...) - Method in class org.modeshape.common.collection.ImmutableProblems
 
addInfo(Throwable, int, String, String, I18n, Object...) - Method in class org.modeshape.common.collection.ImmutableProblems
 
addInfo(I18n, Object...) - Method in interface org.modeshape.common.collection.Problems
Add a informational message with the parameters that should be used when localizing the message.
addInfo(Throwable, I18n, Object...) - Method in interface org.modeshape.common.collection.Problems
Add an informational exception and message with the parameters that should be used when localizing the message.
addInfo(String, String, I18n, Object...) - Method in interface org.modeshape.common.collection.Problems
Add an informational message with a description of the resource, its location, and the parameters that should be used when localizing the message
addInfo(Throwable, String, String, I18n, Object...) - Method in interface org.modeshape.common.collection.Problems
Add an informational exception and message with a description of the resource, its location, and the parameters that should be used when localizing the message
addInfo(int, I18n, Object...) - Method in interface org.modeshape.common.collection.Problems
Add a informational message with the parameters that should be used when localizing the message.
addInfo(Throwable, int, I18n, Object...) - Method in interface org.modeshape.common.collection.Problems
Add a informational exception and message with the parameters that should be used when localizing the message.
addInfo(int, String, String, I18n, Object...) - Method in interface org.modeshape.common.collection.Problems
Add an informational message with a description of the resource, its location, and the parameters that should be used when localizing the message
addInfo(Throwable, int, String, String, I18n, Object...) - Method in interface org.modeshape.common.collection.Problems
Add an informational exception and message with a description of the resource, its location, and the parameters that should be used when localizing the message
addIrregular(String, String) - Method in class org.modeshape.common.text.Inflector
 
addPluralize(String, String) - Method in class org.modeshape.common.text.Inflector
 
addProblem(Problem) - Method in class org.modeshape.common.collection.AbstractProblems
 
addProblem(Problem) - Method in class org.modeshape.common.collection.SimpleProblems
 
addProblem(Problem) - Method in class org.modeshape.common.collection.ThreadSafeProblems
 
addSingularize(String, String) - Method in class org.modeshape.common.text.Inflector
 
addToEnvironment(String, Object) - Method in class org.modeshape.common.naming.SingletonInitialContext
 
addToken(Position, int, int, int) - Method in class org.modeshape.common.text.TokenStream.CaseInsensitiveTokenFactory
 
addToken(Position, int, int, int) - Method in class org.modeshape.common.text.TokenStream.CaseSensitiveTokenFactory
 
addToken(Position, int) - Method in class org.modeshape.common.text.TokenStream.TokenFactory
 
addToken(Position, int, int) - Method in class org.modeshape.common.text.TokenStream.TokenFactory
 
addToken(Position, int) - Method in interface org.modeshape.common.text.TokenStream.Tokens
Create a single-character token at the supplied index in the character stream.
addToken(Position, int, int) - Method in interface org.modeshape.common.text.TokenStream.Tokens
Create a single- or multi-character token with the characters in the range given by the starting and ending index in the character stream.
addToken(Position, int, int, int) - Method in interface org.modeshape.common.text.TokenStream.Tokens
Create a single- or multi-character token with the supplied type and with the characters in the range given by the starting and ending index in the character stream.
addToMap() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedCollection
 
addUncountable(String...) - Method in class org.modeshape.common.text.Inflector
 
addValue(T) - Method in class org.modeshape.common.statistic.Histogram.Bucket
Add a value to this bucket
addWarning(I18n, Object...) - Method in class org.modeshape.common.collection.AbstractProblems
 
addWarning(Throwable, I18n, Object...) - Method in class org.modeshape.common.collection.AbstractProblems
 
addWarning(String, String, I18n, Object...) - Method in class org.modeshape.common.collection.AbstractProblems
 
addWarning(Throwable, String, String, I18n, Object...) - Method in class org.modeshape.common.collection.AbstractProblems
 
addWarning(int, I18n, Object...) - Method in class org.modeshape.common.collection.AbstractProblems
 
addWarning(Throwable, int, I18n, Object...) - Method in class org.modeshape.common.collection.AbstractProblems
 
addWarning(int, String, String, I18n, Object...) - Method in class org.modeshape.common.collection.AbstractProblems
 
addWarning(Throwable, int, String, String, I18n, Object...) - Method in class org.modeshape.common.collection.AbstractProblems
 
addWarning(I18n, Object...) - Method in class org.modeshape.common.collection.ImmutableProblems
 
addWarning(String, String, I18n, Object...) - Method in class org.modeshape.common.collection.ImmutableProblems
 
addWarning(int, I18n, Object...) - Method in class org.modeshape.common.collection.ImmutableProblems
 
addWarning(int, String, String, I18n, Object...) - Method in class org.modeshape.common.collection.ImmutableProblems
 
addWarning(Throwable, I18n, Object...) - Method in class org.modeshape.common.collection.ImmutableProblems
 
addWarning(Throwable, String, String, I18n, Object...) - Method in class org.modeshape.common.collection.ImmutableProblems
 
addWarning(Throwable, int, I18n, Object...) - Method in class org.modeshape.common.collection.ImmutableProblems
 
addWarning(Throwable, int, String, String, I18n, Object...) - Method in class org.modeshape.common.collection.ImmutableProblems
 
addWarning(I18n, Object...) - Method in interface org.modeshape.common.collection.Problems
Add a warning message with the parameters that should be used when localizing the message.
addWarning(Throwable, I18n, Object...) - Method in interface org.modeshape.common.collection.Problems
Add a warning exception and message with the parameters that should be used when localizing the message.
addWarning(String, String, I18n, Object...) - Method in interface org.modeshape.common.collection.Problems
Add a warning message with a description of the resource, its location, and the parameters that should be used when localizing the message
addWarning(Throwable, String, String, I18n, Object...) - Method in interface org.modeshape.common.collection.Problems
Add a warning exception and message with a description of the resource, its location, and the parameters that should be used when localizing the message
addWarning(int, I18n, Object...) - Method in interface org.modeshape.common.collection.Problems
Add a warning message with the parameters that should be used when localizing the message.
addWarning(Throwable, int, I18n, Object...) - Method in interface org.modeshape.common.collection.Problems
Add a warning exception and message with the parameters that should be used when localizing the message.
addWarning(int, String, String, I18n, Object...) - Method in interface org.modeshape.common.collection.Problems
Add a warning message with a description of the resource, its location, and the parameters that should be used when localizing the message
addWarning(Throwable, int, String, String, I18n, Object...) - Method in interface org.modeshape.common.collection.Problems
Add a warning exception and message with a description of the resource, its location, and the parameters that should be used when localizing the message
AllowedValues - Annotation Type in org.modeshape.common.annotation
Annotation that can be used to specify that the target has certain allowed values.
always() - Static method in class org.modeshape.common.function.Predicate
Return a predicate that is always satisfied.
and(Predicate<T>) - Method in class org.modeshape.common.function.Predicate
Obtain a new predicate that performs the logical AND of this predicate and the supplied predicate.
ANY_TYPE - Static variable in class org.modeshape.common.text.TokenStream
A constant that can be used with the TokenStream.matches(int), TokenStream.matches(int, int...), TokenStream.consume(int), and TokenStream.canConsume(int) methods to signal that any token type is allowed to be matched.
ANY_VALUE - Static variable in class org.modeshape.common.text.TokenStream
apply(Consumer<Problem>) - Method in class org.modeshape.common.collection.AbstractProblems
 
apply(Problem.Status, Consumer<Problem>) - Method in class org.modeshape.common.collection.AbstractProblems
 
apply(EnumSet<Problem.Status>, Consumer<Problem>) - Method in class org.modeshape.common.collection.AbstractProblems
 
apply(Consumer<Problem>) - Method in class org.modeshape.common.collection.ImmutableProblems
 
apply(EnumSet<Problem.Status>, Consumer<Problem>) - Method in class org.modeshape.common.collection.ImmutableProblems
 
apply(Problem.Status, Consumer<Problem>) - Method in class org.modeshape.common.collection.ImmutableProblems
 
apply(Consumer<Problem>) - Method in interface org.modeshape.common.collection.Problems
Apply the consumer to each of the problems.
apply(Problem.Status, Consumer<Problem>) - Method in interface org.modeshape.common.collection.Problems
Apply the consumer to each of the problems with the supplied status.
apply(EnumSet<Problem.Status>, Consumer<Problem>) - Method in interface org.modeshape.common.collection.Problems
Apply the consumer to each of the problems with the supplied status.
apply(T) - Method in class org.modeshape.common.function.Function
 
apply(String) - Method in class org.modeshape.common.text.Inflector.Rule
Apply the rule against the input string, returning the modified string or null if the rule didn't apply (and no modifications were made)
argumentDidNotContainKey - Static variable in class org.modeshape.common.CommonI18n
 
argumentDidNotContainObject - Static variable in class org.modeshape.common.CommonI18n
 
argumentMayNotBeEmpty - Static variable in class org.modeshape.common.CommonI18n
 
argumentMayNotBeGreaterThan - Static variable in class org.modeshape.common.CommonI18n
 
argumentMayNotBeLessThan - Static variable in class org.modeshape.common.CommonI18n
 
argumentMayNotBeNegative - Static variable in class org.modeshape.common.CommonI18n
 
argumentMayNotBeNull - Static variable in class org.modeshape.common.CommonI18n
 
argumentMayNotBeNullOrZeroLength - Static variable in class org.modeshape.common.CommonI18n
 
argumentMayNotBeNullOrZeroLengthOrEmpty - Static variable in class org.modeshape.common.CommonI18n
 
argumentMayNotBePositive - Static variable in class org.modeshape.common.CommonI18n
 
argumentMayNotContainNullValue - Static variable in class org.modeshape.common.CommonI18n
 
argumentMustBeEmpty - Static variable in class org.modeshape.common.CommonI18n
 
argumentMustBeEquals - Static variable in class org.modeshape.common.CommonI18n
 
argumentMustBeGreaterThan - Static variable in class org.modeshape.common.CommonI18n
 
argumentMustBeGreaterThanOrEqualTo - Static variable in class org.modeshape.common.CommonI18n
 
argumentMustBeInstanceOf - Static variable in class org.modeshape.common.CommonI18n
 
argumentMustBeLessThan - Static variable in class org.modeshape.common.CommonI18n
 
argumentMustBeLessThanOrEqualTo - Static variable in class org.modeshape.common.CommonI18n
 
argumentMustBeNegative - Static variable in class org.modeshape.common.CommonI18n
 
argumentMustBeNull - Static variable in class org.modeshape.common.CommonI18n
 
argumentMustBeNumber - Static variable in class org.modeshape.common.CommonI18n
 
argumentMustBeOfMaximumSize - Static variable in class org.modeshape.common.CommonI18n
 
argumentMustBeOfMinimumSize - Static variable in class org.modeshape.common.CommonI18n
 
argumentMustBePositive - Static variable in class org.modeshape.common.CommonI18n
 
argumentMustBePowerOfTwo - Static variable in class org.modeshape.common.CommonI18n
 
argumentMustBeSameAs - Static variable in class org.modeshape.common.CommonI18n
 
argumentMustNotBeEquals - Static variable in class org.modeshape.common.CommonI18n
 
argumentMustNotBeSameAs - Static variable in class org.modeshape.common.CommonI18n
 
around(Iterable<V>, Function<V, T>) - Static method in class org.modeshape.common.collection.DelegateIterable
 
around(Iterator<V>, Function<V, T>) - Static method in class org.modeshape.common.collection.DelegateIterator
 
around(Iterator<T>) - Static method in class org.modeshape.common.collection.ReadOnlyIterator
 
ArrayListMultimap<K,V> - Class in org.modeshape.common.collection
A Multimap implementation that uses an ArrayList to store the values associated with a key.
ArrayListMultimap() - Constructor for class org.modeshape.common.collection.ArrayListMultimap
 
asBigDecimal(Double) - Method in class org.modeshape.common.math.DoubleOperations
 
asBigDecimal(Duration) - Method in class org.modeshape.common.math.DurationOperations
 
asBigDecimal(Float) - Method in class org.modeshape.common.math.FloatOperations
 
asBigDecimal(Integer) - Method in class org.modeshape.common.math.IntegerOperations
 
asBigDecimal(Long) - Method in class org.modeshape.common.math.LongOperations
 
asBigDecimal(T) - Method in interface org.modeshape.common.math.MathOperations
Create a BigDecimal representation of the supplied value.
asBigDecimal(Short) - Method in class org.modeshape.common.math.ShortOperations
 
asHexString(byte[]) - Static method in class org.modeshape.common.util.SecureHash
Get the string representation of the supplied binary hash.
asMap() - Method in class org.modeshape.common.collection.AbstractMultimap
 
asMap() - Method in class org.modeshape.common.collection.LinkedListMultimap
 
asMap() - Method in interface org.modeshape.common.collection.Multimap
Return a map view that associates each key with the corresponding values in the multimap.
available() - Method in class org.modeshape.common.util.SelfClosingInputStream
 
available() - Method in class org.modeshape.common.util.SizeMeasuringInputStream
 

B

Base64 - Class in org.modeshape.common.util
Encodes and decodes to and from Base64 notation.
Base64.InputStream - Class in org.modeshape.common.util
A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream - Class in org.modeshape.common.util
A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
basicTokenizer(boolean) - Static method in class org.modeshape.common.text.TokenStream
Obtain a basic TokenStream.Tokenizer implementation that ignores whitespace but includes tokens for individual symbols, the period ('.'), single-quoted strings, double-quoted strings, whitespace-delimited words, and optionally comments.
BasicTokenizer(boolean) - Constructor for class org.modeshape.common.text.TokenStream.BasicTokenizer
 
bind(Name, Object) - Method in class org.modeshape.common.naming.SingletonInitialContext
 
bind(String, Object) - Method in class org.modeshape.common.naming.SingletonInitialContext
 
BlockingWaitStrategy - Class in org.modeshape.common.collection.ring
A WaitStrategy that blocks the current thread until an entry is available for consumption.
BlockingWaitStrategy() - Constructor for class org.modeshape.common.collection.ring.BlockingWaitStrategy
 
Bucket(T, T) - Constructor for class org.modeshape.common.statistic.Histogram.Bucket
 
BucketingStrategy() - Constructor for class org.modeshape.common.statistic.Histogram.BucketingStrategy
 
build() - Method in class org.modeshape.common.collection.ring.RingBufferBuilder
 
buildArgumentClasses(Object...) - Static method in class org.modeshape.common.util.Reflection
Build the list of classes that correspond to the list of argument objects.
buildArgumentClassList(Object...) - Static method in class org.modeshape.common.util.Reflection
Build the list of classes that correspond to the list of argument objects.

C

camelCase(String, boolean, char...) - Method in class org.modeshape.common.text.Inflector
By default, this method converts strings to UpperCamelCase.
cancel(boolean) - Method in class org.modeshape.common.util.ImmediateFuture
 
canConsume(String) - Method in class org.modeshape.common.text.TokenStream
Attempt to consume this current token if it matches the expected value, and return whether this method was indeed able to consume the token.
canConsume(char) - Method in class org.modeshape.common.text.TokenStream
Attempt to consume this current token if it matches the expected value, and return whether this method was indeed able to consume the token.
canConsume(int) - Method in class org.modeshape.common.text.TokenStream
Attempt to consume this current token if it matches the expected token type, and return whether this method was indeed able to consume the token.
canConsume(String, String...) - Method in class org.modeshape.common.text.TokenStream
Attempt to consume this current token and the next tokens if and only if they match the expected values, and return whether this method was indeed able to consume all of the supplied tokens.
canConsume(String[]) - Method in class org.modeshape.common.text.TokenStream
Attempt to consume this current token and the next tokens if and only if they match the expected values, and return whether this method was indeed able to consume all of the supplied tokens.
canConsume(Iterable<String>) - Method in class org.modeshape.common.text.TokenStream
Attempt to consume this current token and the next tokens if and only if they match the expected values, and return whether this method was indeed able to consume all of the supplied tokens.
canConsumeAnyOf(String, String...) - Method in class org.modeshape.common.text.TokenStream
Attempt to consume the next token if it matches one of the supplied values.
canConsumeAnyOf(String[]) - Method in class org.modeshape.common.text.TokenStream
Attempt to consume the next token if it matches one of the supplied values.
canConsumeAnyOf(Iterable<String>) - Method in class org.modeshape.common.text.TokenStream
Attempt to consume the next token if it matches one of the supplied values.
canConsumeAnyOf(int, int...) - Method in class org.modeshape.common.text.TokenStream
Attempt to consume the next token if it matches one of the supplied types.
canConsumeAnyOf(int[]) - Method in class org.modeshape.common.text.TokenStream
Attempt to consume the next token if it matches one of the supplied types.
capitalize(String) - Method in class org.modeshape.common.text.Inflector
Returns a copy of the input with the first character converted to uppercase and the remainder to lowercase.
CaseInsensitiveToken(int, int, int, Position) - Constructor for class org.modeshape.common.text.TokenStream.CaseInsensitiveToken
 
CaseInsensitiveTokenFactory() - Constructor for class org.modeshape.common.text.TokenStream.CaseInsensitiveTokenFactory
 
CaseSensitiveToken(int, int, int, Position) - Constructor for class org.modeshape.common.text.TokenStream.CaseSensitiveToken
 
CaseSensitiveTokenFactory() - Constructor for class org.modeshape.common.text.TokenStream.CaseSensitiveTokenFactory
 
Category - Annotation Type in org.modeshape.common.annotation
Annotation that can be used provide a human-readable category.
CharacterArrayStream(char[]) - Constructor for class org.modeshape.common.text.TokenStream.CharacterArrayStream
 
characters(char[], int, int) - Method in class org.modeshape.common.xml.StreamingContentHandler
 
CheckArg - Class in org.modeshape.common.util
Utility class that checks arguments to methods.
checkValue(T, boolean) - Method in class org.modeshape.common.statistic.Histogram.Bucket
Check whether the value fits in this bucket.
claim() - Method in interface org.modeshape.common.collection.ring.Cursor
Claim the next position for writing and publishing.
claim(int) - Method in interface org.modeshape.common.collection.ring.Cursor
Claim a batch of positions for writing and publishing.
claim() - Method in class org.modeshape.common.collection.ring.SingleProducerCursor
 
claim(int) - Method in class org.modeshape.common.collection.ring.SingleProducerCursor
 
claimUpTo(int) - Method in class org.modeshape.common.collection.ring.SingleProducerCursor
Claim up to the supplied number of positions.
ClasspathLocalizationRepository - Class in org.modeshape.common.i18n
Class that loads a properties file from the classpath of the supplied class loader.
ClassUtil - Class in org.modeshape.common.util
Static utilities for working with classes.
clear() - Method in class org.modeshape.common.collection.AbstractMultimap
 
clear() - Method in class org.modeshape.common.collection.AbstractMultimap.EntriesCollection
 
clear() - Method in class org.modeshape.common.collection.AbstractMultimap.ValuesCollection
 
clear() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedCollection
 
clear() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedKeySet
 
clear() - Method in class org.modeshape.common.collection.ImmutableAppendedList
 
clear() - Method in class org.modeshape.common.collection.LinkedListMultimap
 
clear() - Method in interface org.modeshape.common.collection.Multimap
Remove all key-value pairs from this multimap.
clear() - Method in class org.modeshape.common.collection.UnmodifiableProperties
 
clear() - Method in class org.modeshape.common.text.Inflector
Completely remove all rules within this inflector.
clearEntry(long) - Method in class org.modeshape.common.collection.ring.RingBuffer
 
clone() - Method in class org.modeshape.common.collection.UnmodifiableProperties
 
clone() - Method in class org.modeshape.common.text.Inflector
 
close() - Method in interface org.modeshape.common.collection.CloseableSupplier
 
close() - Method in class org.modeshape.common.collection.ring.Consumer
Called by the RingBuffer when the buffer has been shutdown and after this consumer's has consumed all entries that remain in the now-closed buffer.
close() - Method in class org.modeshape.common.collection.ring.GarbageCollectingConsumer
 
close() - Method in interface org.modeshape.common.collection.ring.PointerBarrier
Signal that this barrier is closed and should return -1 from PointerBarrier.waitFor(long).
close(ConsumerType) - Method in interface org.modeshape.common.collection.ring.RingBuffer.ConsumerAdapter
Called by the RingBuffer when the RingBuffer.ConsumerAdapter.consume(Object, Object, long, long) method returns false, or when the buffer has been shutdown and the consumer has consumed all entries in the now-closed buffer.
close() - Method in class org.modeshape.common.collection.ring.RingBuffer.ConsumerRunner
 
close() - Method in class org.modeshape.common.naming.SingletonInitialContext
 
close() - Method in class org.modeshape.common.util.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
close() - Method in class org.modeshape.common.util.SecureHash.HashingInputStream
 
close() - Method in class org.modeshape.common.util.SecureHash.HashingReader
close() - Method in class org.modeshape.common.util.SelfClosingInputStream
 
close() - Method in class org.modeshape.common.util.SizeMeasuringInputStream
 
close() - Method in class org.modeshape.common.util.SizeMeasuringReader
 
CloseableSupplier<T extends AutoCloseable> - Interface in org.modeshape.common.collection
A Supplier for AutoCloseable objects that itself can be closed without regard for whether the Supplier.get() method has not yet been called.
closeQuietly(Closeable) - Static method in class org.modeshape.common.util.IoUtil
Closes the closable silently.
collect(long) - Method in interface org.modeshape.common.collection.ring.GarbageCollectingConsumer.Collectable
 
Collections - Class in org.modeshape.common.collection
A set of utilities for more easily creating various kinds of collections.
combineLines(String[]) - Static method in class org.modeshape.common.util.StringUtil
Combine the lines into a single string, using the new line character as the delimiter.
combineLines(String[], char) - Static method in class org.modeshape.common.util.StringUtil
Combine the lines into a single string, using the supplied separator as the delimiter.
COMMENT - Static variable in class org.modeshape.common.text.TokenStream.BasicTokenizer
The token type for tokens that consist of all the characters between "/*" and "*/" or between "//" and the next line terminator (e.g., '\n', '\r' or "\r\n").
CommonI18n - Class in org.modeshape.common
The internationalized string constants for the org.modeshape.common* packages.
comparator() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedSortedKeySet
 
compare(Double, Double) - Method in class org.modeshape.common.math.DoubleOperations
 
compare(Duration, Duration) - Method in class org.modeshape.common.math.DurationOperations
 
compare(Float, Float) - Method in class org.modeshape.common.math.FloatOperations
 
compare(Integer, Integer) - Method in class org.modeshape.common.math.IntegerOperations
 
compare(Long, Long) - Method in class org.modeshape.common.math.LongOperations
 
compare(T, T) - Method in interface org.modeshape.common.math.MathOperations
Compare the two operands and return an integer that describes whether the first value is larger, smaller or the same as the second value.
compare(Short, Short) - Method in class org.modeshape.common.math.ShortOperations
 
compareNoNulls(Comparable, Comparable) - Static method in class org.modeshape.common.util.ObjectUtil
 
compareTo(DatabaseType) - Method in class org.modeshape.common.database.DatabaseType
 
compareTo(Duration) - Method in class org.modeshape.common.math.Duration
 
compareTo(Histogram<T>.Bucket) - Method in class org.modeshape.common.statistic.Histogram.Bucket
 
compareTo(Stopwatch) - Method in class org.modeshape.common.statistic.Stopwatch
 
compareTo(Reflection.Property) - Method in class org.modeshape.common.util.Reflection.Property
compareWithNulls(Comparable, Comparable) - Static method in class org.modeshape.common.util.ObjectUtil
 
complete() - Method in interface org.modeshape.common.collection.ring.Cursor
Signal that no more entries will be written and that the barriers will not block on this cursor and should return a negative number from PointerBarrier.waitFor(long).
complete() - Method in class org.modeshape.common.collection.ring.SingleProducerCursor
 
componentClassnameNotValid - Static variable in class org.modeshape.common.CommonI18n
 
componentConfigClassnamePropertyCategory - Static variable in class org.modeshape.common.CommonI18n
 
componentConfigClassnamePropertyDescription - Static variable in class org.modeshape.common.CommonI18n
 
componentConfigClassnamePropertyLabel - Static variable in class org.modeshape.common.CommonI18n
 
componentConfigClasspathPropertyCategory - Static variable in class org.modeshape.common.CommonI18n
 
componentConfigClasspathPropertyDescription - Static variable in class org.modeshape.common.CommonI18n
 
componentConfigClasspathPropertyLabel - Static variable in class org.modeshape.common.CommonI18n
 
componentConfigDescriptionPropertyCategory - Static variable in class org.modeshape.common.CommonI18n
 
componentConfigDescriptionPropertyDescription - Static variable in class org.modeshape.common.CommonI18n
 
componentConfigDescriptionPropertyLabel - Static variable in class org.modeshape.common.CommonI18n
 
componentConfigNamePropertyCategory - Static variable in class org.modeshape.common.CommonI18n
 
componentConfigNamePropertyDescription - Static variable in class org.modeshape.common.CommonI18n
 
componentConfigNamePropertyLabel - Static variable in class org.modeshape.common.CommonI18n
 
componentNotConfigured - Static variable in class org.modeshape.common.CommonI18n
 
Components(int, int, double) - Constructor for class org.modeshape.common.math.Duration.Components
 
composeName(Name, Name) - Method in class org.modeshape.common.naming.SingletonInitialContext
 
composeName(String, String) - Method in class org.modeshape.common.naming.SingletonInitialContext
 
compute() - Method in class org.modeshape.common.statistic.Histogram
 
compute(Object...) - Static method in class org.modeshape.common.util.HashCode
Compute a combined hash code from the supplied objects.
concat(Iterable<T>, Iterable<T>) - Static method in class org.modeshape.common.collection.Collections
Concatenate two Iterable sources
concat(Iterator<T>, Iterator<T>) - Static method in class org.modeshape.common.collection.Collections
Concatenate two Iterators
consume(T, long, long) - Method in class org.modeshape.common.collection.ring.Consumer
Consume an entry from the ring buffer.
consume(ConsumerType, EntryType, long, long) - Method in interface org.modeshape.common.collection.ring.RingBuffer.ConsumerAdapter
Consume an entry from the ring buffer.
consume() - Method in class org.modeshape.common.text.TokenStream
Return the value of this token and move to the next token.
consume(String) - Method in class org.modeshape.common.text.TokenStream
Attempt to consume this current token as long as it matches the expected value, or throw an exception if the token does not match.
consume(char) - Method in class org.modeshape.common.text.TokenStream
Attempt to consume this current token as long as it matches the expected character, or throw an exception if the token does not match.
consume(int) - Method in class org.modeshape.common.text.TokenStream
Attempt to consume this current token as long as it matches the expected character, or throw an exception if the token does not match.
consume(String, String...) - Method in class org.modeshape.common.text.TokenStream
Attempt to consume this current token as the next tokens as long as they match the expected values, or throw an exception if the token does not match.
consume(String[]) - Method in class org.modeshape.common.text.TokenStream
Attempt to consume this current token as the next tokens as long as they match the expected values, or throw an exception if the token does not match.
consume(Iterable<String>) - Method in class org.modeshape.common.text.TokenStream
Attempt to consume this current token as the next tokens as long as they match the expected values, or throw an exception if the token does not match.
consumeBoolean() - Method in class org.modeshape.common.text.TokenStream
Convert the value of this token to an integer, return it, and move to the next token.
consumeInteger() - Method in class org.modeshape.common.text.TokenStream
Convert the value of this token to an integer, return it, and move to the next token.
consumeLong() - Method in class org.modeshape.common.text.TokenStream
Convert the value of this token to a long, return it, and move to the next token.
Consumer<T> - Class in org.modeshape.common.collection.ring
A consumer of entries that are added to the ring buffer.
Consumer() - Constructor for class org.modeshape.common.collection.ring.Consumer
 
Consumer<T> - Interface in org.modeshape.common.function
Represents an operation that accepts a single input argument and returns no result.
consumerAdapter - Variable in class org.modeshape.common.collection.ring.RingBuffer
 
ConsumerRunner(C, int) - Constructor for class org.modeshape.common.collection.ring.RingBuffer.ConsumerRunner
 
contains(Object) - Method in class org.modeshape.common.collection.AbstractMultimap.EntriesCollection
 
contains(Object) - Method in class org.modeshape.common.collection.AbstractMultimap.ValuesCollection
 
contains(Object) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedCollection
 
contains(Object) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedKeySet
 
contains(Object) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedMap.WrappedEntrySet
 
contains(Object) - Method in class org.modeshape.common.collection.ImmutableAppendedList
 
contains(Object) - Method in class org.modeshape.common.collection.UnmodifiableProperties
 
contains(Collection<?>, Object, String) - Static method in class org.modeshape.common.util.CheckArg
Check that the collection contains the value
containsAll(Collection<?>) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedCollection
 
containsAll(Collection<?>) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedKeySet
 
containsAll(Collection<?>) - Method in class org.modeshape.common.collection.ImmutableAppendedList
 
containsAnyOf(String, char...) - Static method in class org.modeshape.common.util.StringUtil
Return whether the supplied string contains any of the supplied characters.
containsEncodeableCharacters(String) - Static method in class org.modeshape.common.text.Jsr283Encoder
 
containsEntry(Object, Object) - Method in class org.modeshape.common.collection.AbstractMultimap
 
containsEntry(Object, Object) - Method in class org.modeshape.common.collection.LinkedListMultimap
 
containsEntry(Object, Object) - Method in interface org.modeshape.common.collection.Multimap
Determine whether this multimap contains the supplied key-value pair.
containsKey(K) - Method in class org.modeshape.common.collection.AbstractMultimap
 
containsKey(K) - Method in class org.modeshape.common.collection.LinkedListMultimap
 
containsKey(K) - Method in interface org.modeshape.common.collection.Multimap
Determine whether this multimap associates any values with the supplied key.
containsKey(Object) - Method in class org.modeshape.common.collection.UnmodifiableProperties
 
containsKey(Map<?, ?>, Object, String) - Static method in class org.modeshape.common.util.CheckArg
Check that the map contains the key
containsNoNulls(Iterable<?>, String) - Static method in class org.modeshape.common.util.CheckArg
Check that the collection is not null and contains no nulls
containsNoNulls(Object[], String) - Static method in class org.modeshape.common.util.CheckArg
Check that the array is not null and contains no nulls
containsValue(Object) - Method in class org.modeshape.common.collection.AbstractMultimap
 
containsValue(Object) - Method in class org.modeshape.common.collection.LinkedListMultimap
 
containsValue(Object) - Method in interface org.modeshape.common.collection.Multimap
Determine whether this multimap associates at least one key with the supplied value.
containsValue(Object) - Method in class org.modeshape.common.collection.UnmodifiableProperties
 
convertArgumentClassesToPrimitives(Class<?>...) - Static method in class org.modeshape.common.util.Reflection
Convert any argument classes to primitives.
convertFileToURL(String) - Static method in class org.modeshape.common.util.FileUtil
Utility to convert File to URL.
copy(File, File) - Static method in class org.modeshape.common.util.FileUtil
Copy the source file system structure into the supplied target location.
copy(File, File, FilenameFilter) - Static method in class org.modeshape.common.util.FileUtil
Copy the source file system structure into the supplied target location.
create() - Static method in class org.modeshape.common.collection.ArrayListMultimap
Creates a new, empty LinkedHashMultimap (that allows no duplicates) with the default initial capacity.
create() - Static method in class org.modeshape.common.collection.HashMultimap
Creates a new, empty LinkedHashMultimap (that allows no duplicates) with the default initial capacity.
create() - Static method in class org.modeshape.common.collection.LinkedHashMultimap
Creates a new, empty LinkedHashMultimap (that allows no duplicates) with the default initial capacity.
create() - Static method in class org.modeshape.common.collection.LinkedListMultimap
Creates a new, empty LinkedListMultimap with the default initial capacity.
create(Iterator<T>, Iterator<T>) - Static method in class org.modeshape.common.collection.SequentialIterator
 
create(int) - Method in class org.modeshape.common.math.DoubleOperations
 
create(long) - Method in class org.modeshape.common.math.DoubleOperations
 
create(double) - Method in class org.modeshape.common.math.DoubleOperations
 
create(int) - Method in class org.modeshape.common.math.DurationOperations
 
create(long) - Method in class org.modeshape.common.math.DurationOperations
 
create(double) - Method in class org.modeshape.common.math.DurationOperations
 
create(int) - Method in class org.modeshape.common.math.FloatOperations
 
create(long) - Method in class org.modeshape.common.math.FloatOperations
 
create(double) - Method in class org.modeshape.common.math.FloatOperations
 
create(int) - Method in class org.modeshape.common.math.IntegerOperations
 
create(long) - Method in class org.modeshape.common.math.IntegerOperations
 
create(double) - Method in class org.modeshape.common.math.IntegerOperations
 
create(int) - Method in class org.modeshape.common.math.LongOperations
 
create(long) - Method in class org.modeshape.common.math.LongOperations
 
create(double) - Method in class org.modeshape.common.math.LongOperations
 
create(int) - Method in interface org.modeshape.common.math.MathOperations
Convert the integer representation into the natural object representation.
create(long) - Method in interface org.modeshape.common.math.MathOperations
Convert the long representation into the natural object representation.
create(double) - Method in interface org.modeshape.common.math.MathOperations
Convert the double representation into the natural object representation.
create(int) - Method in class org.modeshape.common.math.ShortOperations
 
create(long) - Method in class org.modeshape.common.math.ShortOperations
 
create(double) - Method in class org.modeshape.common.math.ShortOperations
 
create(T) - Static method in class org.modeshape.common.util.ImmediateFuture
Factory method to more easily create an immediate future
create() - Static method in class org.modeshape.common.util.TimeBasedKeys
Create a new generator that uses 16 bits for the counter portion of the keys.
create(int) - Static method in class org.modeshape.common.util.TimeBasedKeys
Create a new generator that uses the specified number of bits for the counter portion of the keys.
createCollection() - Method in class org.modeshape.common.collection.AbstractMultimap
 
createCollection() - Method in class org.modeshape.common.collection.ArrayListMultimap
 
createCollection() - Method in class org.modeshape.common.collection.HashMultimap
 
createCollection() - Method in class org.modeshape.common.collection.LinkedHashMultimap
 
createEntryIterator() - Method in class org.modeshape.common.collection.AbstractMultimap
Return an iterator over all entries in this multimap.
createGarbageCollectingConsumer(GarbageCollectingConsumer.Collectable) - Method in interface org.modeshape.common.collection.ring.Cursor
 
createGarbageCollectingConsumer(GarbageCollectingConsumer.Collectable) - Method in class org.modeshape.common.collection.ring.SingleProducerCursor
 
createHashingReader(SecureHash.Algorithm, Reader, Charset) - Static method in class org.modeshape.common.util.SecureHash
Create an Reader instance that wraps another reader and that computes the secure hash (using the algorithm with the supplied name) as the returned Reader is used.
createHashingReader(String, Reader, Charset) - Static method in class org.modeshape.common.util.SecureHash
Create an Reader instance that wraps another reader and that computes the secure hash (using the algorithm with the supplied name) as the returned Reader is used.
createHashingStream(SecureHash.Algorithm, InputStream) - Static method in class org.modeshape.common.util.SecureHash
Create an InputStream instance that wraps another stream and that computes the secure hash (using the algorithm with the supplied name) as the returned stream is used.
createHashingStream(String, InputStream) - Static method in class org.modeshape.common.util.SecureHash
Create an InputStream instance that wraps another stream and that computes the secure hash (using the algorithm with the supplied name) as the returned stream is used.
createString(String, Object...) - Static method in class org.modeshape.common.util.StringUtil
Create a string by substituting the parameters into all key occurrences in the supplied format.
createString(char, int) - Static method in class org.modeshape.common.util.StringUtil
Create a new string containing the specified character repeated a specific number of times.
createSubcontext(Name) - Method in class org.modeshape.common.naming.SingletonInitialContext
 
createSubcontext(String) - Method in class org.modeshape.common.naming.SingletonInitialContext
 
createUnmodifiable(Collection<V>) - Method in class org.modeshape.common.collection.AbstractMultimap
 
createUnmodifiableEmptyCollection() - Method in class org.modeshape.common.collection.AbstractMultimap
 
createUnmodifiableEmptyCollection() - Method in class org.modeshape.common.collection.ArrayListMultimap
 
createUnmodifiableEmptyCollection() - Method in class org.modeshape.common.collection.HashMultimap
 
createUnmodifiableEmptyCollection() - Method in class org.modeshape.common.collection.LinkedHashMultimap
 
createZeroValue() - Method in class org.modeshape.common.math.DoubleOperations
 
createZeroValue() - Method in class org.modeshape.common.math.DurationOperations
 
createZeroValue() - Method in class org.modeshape.common.math.FloatOperations
 
createZeroValue() - Method in class org.modeshape.common.math.IntegerOperations
 
createZeroValue() - Method in class org.modeshape.common.math.LongOperations
 
createZeroValue() - Method in interface org.modeshape.common.math.MathOperations
Create the object form of the "zero value".
createZeroValue() - Method in class org.modeshape.common.math.ShortOperations
 
current - Variable in class org.modeshape.common.collection.ring.SingleProducerCursor
 
currentCountFor(K) - Method in class org.modeshape.common.collection.LinkedListMultimap
 
currentKey - Variable in class org.modeshape.common.collection.AbstractMultimap.EntryIterator
 
currentValues - Variable in class org.modeshape.common.collection.AbstractMultimap.EntryIterator
 
currentValuesIterator - Variable in class org.modeshape.common.collection.AbstractMultimap.EntryIterator
 
Cursor - Interface in org.modeshape.common.collection.ring
A cursor in a ring buffer at which point information can be added to the buffer.
cursor - Variable in class org.modeshape.common.collection.ring.RingBuffer
 
CUSTOM_LOG_FACTORY_CLASSNAME - Static variable in class org.modeshape.common.logging.LogFactory
The name of the LogFactory implementation that is not provided out of the box but can be created, implemented, and placed on the classpath to have ModeShape send log messages to a custom framework.
customLoggingAvailable - Static variable in class org.modeshape.common.CommonI18n
 

D

DatabaseType - Class in org.modeshape.common.database
Enum for a list of known databases.
DatabaseType(DatabaseType.Name, int, int) - Constructor for class org.modeshape.common.database.DatabaseType
Create a new instance which has a name, major and minor version.
DatabaseType.Name - Enum in org.modeshape.common.database
 
DatabaseUtil - Class in org.modeshape.common.database
Utility for interacting with various databases.
dateParsingFailure - Static variable in class org.modeshape.common.CommonI18n
 
DateTimeUtil - Class in org.modeshape.common.util
Utility for interacting with various date and time objects.
debug(String, Object...) - Method in class org.modeshape.common.logging.Logger
Log a message at the DEBUG level according to the specified format and (optional) parameters.
debug(Throwable, String, Object...) - Method in class org.modeshape.common.logging.Logger
Log an exception (throwable) at the DEBUG level with an accompanying message.
DECIMAL - Static variable in class org.modeshape.common.text.TokenStream.BasicTokenizer
The token type for tokens that consist of an individual '.' character.
decode(String) - Method in class org.modeshape.common.text.Jsr283Encoder
 
decode(String) - Method in class org.modeshape.common.text.NoOpEncoder
 
decode(String) - Method in class org.modeshape.common.text.QuoteEncoder
 
decode(String) - Method in interface org.modeshape.common.text.TextDecoder
Return the decoded version of an encoded string
decode(String) - Method in class org.modeshape.common.text.UrlEncoder
 
decode(String) - Method in class org.modeshape.common.text.XmlNameEncoder
Return the decoded version of an encoded string
decode(String) - Method in class org.modeshape.common.text.XmlValueEncoder
Return the decoded version of an encoded string
DECODE - Static variable in class org.modeshape.common.util.Base64
Specify decoding in first bit.
decode(byte[]) - Static method in class org.modeshape.common.util.Base64
Low-level access to decoding ASCII characters in the form of a byte array.
decode(byte[], int, int, int) - Static method in class org.modeshape.common.util.Base64
Low-level access to decoding ASCII characters in the form of a byte array.
decode(String) - Static method in class org.modeshape.common.util.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode(String, int) - Static method in class org.modeshape.common.util.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decodeFileToFile(String, String) - Static method in class org.modeshape.common.util.Base64
Reads infile and decodes it to outfile.
decodeFromFile(String) - Static method in class org.modeshape.common.util.Base64
Convenience method for reading a base64-encoded file and decoding it.
decodeToFile(String, String) - Static method in class org.modeshape.common.util.Base64
Convenience method for decoding data to a file.
decodeToObject(String) - Static method in class org.modeshape.common.util.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
decodeToObject(String, int, ClassLoader) - Static method in class org.modeshape.common.util.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
decrementEntryCountFor(K) - Method in class org.modeshape.common.collection.LinkedListMultimap
 
DEFAULT_BITS_IN_COUNTER - Static variable in class org.modeshape.common.util.TimeBasedKeys
By default each TimeBasedKeys instance will use 16 bits for the counter.
DEFAULT_BUCKET_COUNT - Static variable in class org.modeshape.common.statistic.Histogram
 
DEFAULT_BUFFER_SIZE - Static variable in class org.modeshape.common.collection.ring.RingBufferBuilder
 
DEFAULT_CODE - Static variable in class org.modeshape.common.collection.Problem
 
DEFAULT_ENCODING - Static variable in class org.modeshape.common.xml.StreamingContentHandler
 
DEFAULT_GARBAGE_COLLECT_ENTITIES - Static variable in class org.modeshape.common.collection.ring.RingBufferBuilder
 
DEFAULT_NAME - Static variable in class org.modeshape.common.collection.ring.RingBufferBuilder
 
DEFAULT_SIGNIFICANT_FIGURES - Static variable in class org.modeshape.common.statistic.Histogram
 
DefaultBucketingStrategy() - Constructor for class org.modeshape.common.statistic.Histogram.DefaultBucketingStrategy
 
defaultCursor(int, WaitStrategy) - Method in class org.modeshape.common.collection.ring.RingBufferBuilder
 
defaultWaitStrategy() - Method in class org.modeshape.common.collection.ring.RingBufferBuilder
 
delegate() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedCollection
 
delegate() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedList
 
delegate() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedMap
 
DelegateIterable<T,V> - Class in org.modeshape.common.collection
An iterable that adapts the values returned by a delegate iterable.
DelegateIterable(Iterable<V>, Function<V, T>) - Constructor for class org.modeshape.common.collection.DelegateIterable
 
DelegateIterator() - Constructor for class org.modeshape.common.collection.AbstractMultimap.WrappedCollection.DelegateIterator
 
DelegateIterator(int) - Constructor for class org.modeshape.common.collection.AbstractMultimap.WrappedCollection.DelegateIterator
 
DelegateIterator<T,V> - Class in org.modeshape.common.collection
An iterator that adapts the value returned by a delegate iterator.
DelegateIterator(Iterator<V>, Function<V, T>) - Constructor for class org.modeshape.common.collection.DelegateIterator
 
DelegateListIterator() - Constructor for class org.modeshape.common.collection.AbstractMultimap.WrappedList.DelegateListIterator
 
DelegateListIterator(int) - Constructor for class org.modeshape.common.collection.AbstractMultimap.WrappedList.DelegateListIterator
 
DelegatingClassLoader - Class in org.modeshape.common.util
Class loader which contains a list of classloaders to which it delegates each operation.
DelegatingClassLoader(ClassLoader, Iterable<? extends ClassLoader>) - Constructor for class org.modeshape.common.util.DelegatingClassLoader
 
delete(String) - Static method in class org.modeshape.common.util.FileUtil
Delete the file or directory at the supplied path.
delete(File) - Static method in class org.modeshape.common.util.FileUtil
Delete the file or directory given by the supplied reference.
DependentOnPointers - Interface in org.modeshape.common.collection.ring
An interface that defines methods to add and remove dependent Pointers.
Description - Annotation Type in org.modeshape.common.annotation
Annotation that can be used provide a human-readable description.
description() - Method in enum org.modeshape.common.util.SecureHash.Algorithm
 
destroySubcontext(Name) - Method in class org.modeshape.common.naming.SingletonInitialContext
 
destroySubcontext(String) - Method in class org.modeshape.common.naming.SingletonInitialContext
 
DetailedStatistics<T extends Number> - Class in org.modeshape.common.statistic
Encapsulation of the statistics for a series of values to which new values are frequently added.
DetailedStatistics(MathOperations<T>) - Constructor for class org.modeshape.common.statistic.DetailedStatistics
 
determineType(DatabaseMetaData) - Static method in class org.modeshape.common.database.DatabaseUtil
Determine the type of a database, based on the metadata information from the DB metadata.
digestName() - Method in enum org.modeshape.common.util.SecureHash.Algorithm
 
disconnect(RingBuffer<T, C>.ConsumerRunner) - Method in class org.modeshape.common.collection.ring.RingBuffer
Method called by the RingBuffer.ConsumerRunner.run() method just before the method returns and the thread terminates.
divide(Double, Double) - Method in class org.modeshape.common.math.DoubleOperations
 
divide(long) - Method in class org.modeshape.common.math.Duration
Divide the duration by the supplied number, and return the result.
divide(Duration) - Method in class org.modeshape.common.math.Duration
Divide the duration by another duration to calculate the ratio.
divide(Duration, Duration) - Method in class org.modeshape.common.math.DurationOperations
 
divide(Float, Float) - Method in class org.modeshape.common.math.FloatOperations
 
divide(Integer, Integer) - Method in class org.modeshape.common.math.IntegerOperations
 
divide(Long, Long) - Method in class org.modeshape.common.math.LongOperations
 
divide(T, T) - Method in interface org.modeshape.common.math.MathOperations
Divide the first operand by the second, and return the result.
divide(Short, Short) - Method in class org.modeshape.common.math.ShortOperations
 
DO_BREAK_LINES - Static variable in class org.modeshape.common.util.Base64
Do break lines when encoding.
doAddValue(T) - Method in class org.modeshape.common.statistic.DetailedStatistics
 
doAddValue(T) - Method in class org.modeshape.common.statistic.SimpleStatistics
A method that can be overridden by subclasses when add is called.
DONT_GUNZIP - Static variable in class org.modeshape.common.util.Base64
Specify that gzipped data should not be automatically gunzipped.
doReset() - Method in class org.modeshape.common.statistic.DetailedStatistics
 
doReset() - Method in class org.modeshape.common.statistic.SimpleStatistics
Method that can be overridden by subclasses when SimpleStatistics.reset() is called.
DOUBLE_QUOTED_STRING - Static variable in class org.modeshape.common.text.TokenStream.BasicTokenizer
The token type for tokens that consist of all the characters within double-quotes.
DoubleOperations - Class in org.modeshape.common.math
The math operations for double numbers.
DoubleOperations() - Constructor for class org.modeshape.common.math.DoubleOperations
 
doubleValue(Double) - Method in class org.modeshape.common.math.DoubleOperations
 
doubleValue() - Method in class org.modeshape.common.math.Duration
 
doubleValue(Duration) - Method in class org.modeshape.common.math.DurationOperations
 
doubleValue(Float) - Method in class org.modeshape.common.math.FloatOperations
 
doubleValue(Integer) - Method in class org.modeshape.common.math.IntegerOperations
 
doubleValue(Long) - Method in class org.modeshape.common.math.LongOperations
 
doubleValue(T) - Method in interface org.modeshape.common.math.MathOperations
Convert the value to a double.
doubleValue(Short) - Method in class org.modeshape.common.math.ShortOperations
 
Duration - Class in org.modeshape.common.math
A number representing an immutable duration of time.
Duration(long) - Constructor for class org.modeshape.common.math.Duration
Create a duration given the number of nanoseconds.
Duration(long, TimeUnit) - Constructor for class org.modeshape.common.math.Duration
Create a duration and the time unit.
Duration.Components - Class in org.modeshape.common.math
The atomic components of this duration, broken down into whole hours, minutes and (fractional) seconds.
DurationOperations - Class in org.modeshape.common.math
DurationOperations() - Constructor for class org.modeshape.common.math.DurationOperations
 

E

elements() - Method in class org.modeshape.common.collection.UnmodifiableProperties
 
EMPTY_CONTENT_POSITION - Static variable in class org.modeshape.common.text.Position
The position is used when there is no content.
EMPTY_PROBLEMS - Static variable in class org.modeshape.common.collection.AbstractProblems
 
EMPTY_STRING_ARRAY - Static variable in class org.modeshape.common.util.StringUtil
 
EmptyIterator<T> - Class in org.modeshape.common.collection
A reusuable Iterator implementation that has no elements.
EmptyIterator() - Constructor for class org.modeshape.common.collection.EmptyIterator
 
encode(String) - Method in class org.modeshape.common.text.FilenameEncoder
 
encode(String) - Method in class org.modeshape.common.text.Jsr283Encoder
 
encode(String) - Method in class org.modeshape.common.text.NoOpEncoder
 
encode(String) - Method in class org.modeshape.common.text.QuoteEncoder
 
encode(String) - Method in class org.modeshape.common.text.SecureHashTextEncoder
Returns the encoded version of a string.
encode(String) - Method in interface org.modeshape.common.text.TextEncoder
Returns the encoded version of a string.
encode(String) - Method in class org.modeshape.common.text.UrlEncoder
 
encode(String, BitSet) - Method in class org.modeshape.common.text.UrlEncoder
 
encode(String) - Method in class org.modeshape.common.text.XmlNameEncoder
 
encode(String) - Method in class org.modeshape.common.text.XmlValueEncoder
Returns the encoded version of a string.
ENCODE - Static variable in class org.modeshape.common.util.Base64
Specify encoding in first bit.
encode(InputStream) - Static method in class org.modeshape.common.util.Base64
Encodes content of the supplied InputStream into Base64 notation.
encode(InputStream, int) - Static method in class org.modeshape.common.util.Base64
Encodes the content of the supplied InputStream into Base64 notation.
encode(ByteBuffer, ByteBuffer) - Static method in class org.modeshape.common.util.Base64
Performs Base64 encoding on the raw ByteBuffer, writing it to the encoded ByteBuffer.
encode(ByteBuffer, CharBuffer) - Static method in class org.modeshape.common.util.Base64
Performs Base64 encoding on the raw ByteBuffer, writing it to the encoded CharBuffer.
encodeBytes(byte[]) - Static method in class org.modeshape.common.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class org.modeshape.common.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class org.modeshape.common.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class org.modeshape.common.util.Base64
Encodes a byte array into Base64 notation.
encodeBytesToBytes(byte[]) - Static method in class org.modeshape.common.util.Base64
Similar to Base64.encodeBytes(byte[]) but returns a byte array instead of instantiating a String.
encodeBytesToBytes(byte[], int, int, int) - Static method in class org.modeshape.common.util.Base64
Similar to Base64.encodeBytes(byte[], int, int, int) but returns a byte array instead of instantiating a String.
encodeFileToFile(String, String) - Static method in class org.modeshape.common.util.Base64
Reads infile and encodes it to outfile.
encodeFromFile(String) - Static method in class org.modeshape.common.util.Base64
Convenience method for reading a binary file and base64-encoding it.
encodeObject(Serializable) - Static method in class org.modeshape.common.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class org.modeshape.common.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeToFile(byte[], String) - Static method in class org.modeshape.common.util.Base64
Convenience method for encoding data to a file.
endDocument() - Method in class org.modeshape.common.xml.StreamingContentHandler
 
endElement(String, String, String) - Method in class org.modeshape.common.xml.StreamingContentHandler
 
endIndex() - Method in class org.modeshape.common.text.TokenStream.CaseSensitiveToken
 
endIndex() - Method in interface org.modeshape.common.text.TokenStream.Token
Get the index in the raw stream past the last character in the token.
endPositionMustBeGreaterThanStartingPosition - Static variable in class org.modeshape.common.CommonI18n
 
entries() - Method in class org.modeshape.common.collection.AbstractMultimap
 
entries() - Method in class org.modeshape.common.collection.LinkedListMultimap
 
entries() - Method in interface org.modeshape.common.collection.Multimap
Return a collection of all key-value pairs.
EntriesCollection() - Constructor for class org.modeshape.common.collection.AbstractMultimap.EntriesCollection
 
Entry(K, V) - Constructor for class org.modeshape.common.collection.LinkedListMultimap.Entry
 
EntryIterator() - Constructor for class org.modeshape.common.collection.LinkedListMultimap.EntryIterator
 
EntryIterator(LinkedListMultimap.Entry<K, V>) - Constructor for class org.modeshape.common.collection.LinkedListMultimap.EntryIterator
 
entrySet() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedMap
 
entrySet() - Method in class org.modeshape.common.collection.LinkedListMultimap.MapView
 
entrySet() - Method in class org.modeshape.common.collection.UnmodifiableProperties
 
equals(Object) - Method in class org.modeshape.common.collection.AbstractMultimap
 
equals(Object) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedCollection
 
equals(Object) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedMap
 
equals(Object) - Method in class org.modeshape.common.collection.ImmutableAppendedList
 
equals(Object) - Method in class org.modeshape.common.collection.ImmutableMapEntry
 
equals(Object) - Method in class org.modeshape.common.collection.LinkedListMultimap
 
equals(Object) - Method in class org.modeshape.common.collection.Problem
 
equals(Object) - Method in class org.modeshape.common.collection.ring.RingBuffer.ConsumerRunner
 
equals(Object) - Method in class org.modeshape.common.collection.UnmodifiableProperties
 
equals(Object) - Method in class org.modeshape.common.database.DatabaseType
 
equals(Object) - Method in class org.modeshape.common.statistic.Histogram.Bucket
 
equals(Object) - Method in class org.modeshape.common.text.Inflector.Rule
 
equals(Object) - Method in class org.modeshape.common.util.Reflection.Property
error(I18nResource, Object...) - Method in class org.modeshape.common.logging.Logger
Log a message at the ERROR level according to the specified format and (optional) parameters.
error(Throwable, I18nResource, Object...) - Method in class org.modeshape.common.logging.Logger
Log an exception (throwable) at the ERROR level with an accompanying message.
errorClosingWrappedStream - Static variable in class org.modeshape.common.CommonI18n
 
errorCount() - Method in class org.modeshape.common.collection.AbstractProblems
 
errorCount() - Method in class org.modeshape.common.collection.ImmutableProblems
 
errorCount() - Method in interface org.modeshape.common.collection.Problems
Determine the number of errors within these results.
errorInitializingCustomLoggerFactory - Static variable in class org.modeshape.common.CommonI18n
 
errorWhileClosingRingBufferConsumer - Static variable in class org.modeshape.common.CommonI18n
 
ESCAPE_CHARACTER - Static variable in class org.modeshape.common.text.FilenameEncoder
 
ESCAPE_CHARACTER - Static variable in class org.modeshape.common.text.QuoteEncoder
 
ESCAPE_CHARACTER - Static variable in class org.modeshape.common.text.UrlEncoder
 
expectingValidBooleanAtLineAndColumn - Static variable in class org.modeshape.common.CommonI18n
 
expectingValidIntegerAtLineAndColumn - Static variable in class org.modeshape.common.CommonI18n
 
expectingValidLongAtLineAndColumn - Static variable in class org.modeshape.common.CommonI18n
 
ExplicitBucketingStrategy(T, T) - Constructor for class org.modeshape.common.statistic.Histogram.ExplicitBucketingStrategy
 
expression - Variable in class org.modeshape.common.text.Inflector.Rule
 
expressionPattern - Variable in class org.modeshape.common.text.Inflector.Rule
 

F

FilenameEncoder - Class in org.modeshape.common.text
An encoder useful for converting text to be used within a filename on common file systems and operating systems, including Linux, OS X, and Windows XP.
FilenameEncoder() - Constructor for class org.modeshape.common.text.FilenameEncoder
 
FileUtil - Class in org.modeshape.common.util
A set of utilities for working with files and directories.
finalPosition - Variable in class org.modeshape.common.collection.ring.SingleProducerCursor
 
findAllMethods(String, boolean) - Method in class org.modeshape.common.util.Reflection
Finds the methods on the target class that match the supplied method name.
findAllMethods(Pattern) - Method in class org.modeshape.common.util.Reflection
Finds the methods on the target class that match the supplied method name.
findBestMethodOnTarget(String, Object...) - Method in class org.modeshape.common.util.Reflection
Find the best method on the target class that matches the signature specified with the specified name and the list of arguments.
findBestMethodWithSignature(String, Class<?>...) - Method in class org.modeshape.common.util.Reflection
Find the best method on the target class that matches the signature specified with the specified name and the list of argument classes.
findBestMethodWithSignature(String, boolean, Class<?>...) - Method in class org.modeshape.common.util.Reflection
Find the best method on the target class that matches the signature specified with the specified name and the list of argument classes.
findClass(String) - Method in class org.modeshape.common.util.DelegatingClassLoader
 
findFieldRecursively(Class<?>, String) - Static method in class org.modeshape.common.util.Reflection
Searches for a given field recursively under a particular class
findFirstMethod(String, boolean) - Method in class org.modeshape.common.util.Reflection
Find the method on the target class that matches the supplied method name.
findFirstMethod(Pattern) - Method in class org.modeshape.common.util.Reflection
Find the method on the target class that matches the supplied method name.
findGetterMethods() - Method in class org.modeshape.common.util.Reflection
Find the getter methods on the target class that begin with "get" or "is", that have no parameters, and that return something other than void.
findGetterPropertyNames() - Method in class org.modeshape.common.util.Reflection
Find the property names with getter methods on the target class.
findMethod(Class<?>, String) - Static method in class org.modeshape.common.util.Reflection
Searches for a method with a given name in a class.
findMethodNames(String) - Method in class org.modeshape.common.util.Reflection
 
findMethods(String, boolean) - Method in class org.modeshape.common.util.Reflection
Find the method on the target class that matches the supplied method name.
findMethods(Pattern) - Method in class org.modeshape.common.util.Reflection
Find the methods on the target class that matches the supplied method name.
findResource(String) - Method in class org.modeshape.common.util.DelegatingClassLoader
 
first() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedSortedKeySet
 
firstEntry - Variable in class org.modeshape.common.collection.LinkedListMultimap
 
firstEntryWithKey - Variable in class org.modeshape.common.collection.LinkedListMultimap
 
FloatOperations - Class in org.modeshape.common.math
The math operations for float numbers.
FloatOperations() - Constructor for class org.modeshape.common.math.FloatOperations
 
floatValue(Double) - Method in class org.modeshape.common.math.DoubleOperations
 
floatValue() - Method in class org.modeshape.common.math.Duration
 
floatValue(Duration) - Method in class org.modeshape.common.math.DurationOperations
 
floatValue(Float) - Method in class org.modeshape.common.math.FloatOperations
 
floatValue(Integer) - Method in class org.modeshape.common.math.IntegerOperations
 
floatValue(Long) - Method in class org.modeshape.common.math.LongOperations
 
floatValue(T) - Method in interface org.modeshape.common.math.MathOperations
Convert the value to a float.
floatValue(Short) - Method in class org.modeshape.common.math.ShortOperations
 
flushBase64() - Method in class org.modeshape.common.util.Base64.OutputStream
Method added by PHIL.
fromBigDecimal(BigDecimal) - Method in class org.modeshape.common.math.DoubleOperations
 
fromBigDecimal(BigDecimal) - Method in class org.modeshape.common.math.DurationOperations
 
fromBigDecimal(BigDecimal) - Method in class org.modeshape.common.math.FloatOperations
 
fromBigDecimal(BigDecimal) - Method in class org.modeshape.common.math.IntegerOperations
 
fromBigDecimal(BigDecimal) - Method in class org.modeshape.common.math.LongOperations
 
fromBigDecimal(BigDecimal) - Method in interface org.modeshape.common.math.MathOperations
Convert the BigDecimal representation into the natural object representation.
fromBigDecimal(BigDecimal) - Method in class org.modeshape.common.math.ShortOperations
 
fromHexString(String) - Static method in class org.modeshape.common.util.StringUtil
 
fromIterables(Iterable<? extends Iterable<E>>) - Static method in class org.modeshape.common.collection.MultiIterator
 
fromIterators(Iterable<Iterator<E>>) - Static method in class org.modeshape.common.collection.MultiIterator
 
Function<T,R> - Class in org.modeshape.common.function
Represents a function that accepts one argument and produces a result.
Function() - Constructor for class org.modeshape.common.function.Function
 

G

garbageCollect(boolean) - Method in class org.modeshape.common.collection.ring.RingBufferBuilder
 
GarbageCollectingConsumer - Class in org.modeshape.common.collection.ring
 
GarbageCollectingConsumer(Cursor, Pointer, WaitStrategy, GarbageCollectingConsumer.Collectable) - Constructor for class org.modeshape.common.collection.ring.GarbageCollectingConsumer
 
GarbageCollectingConsumer.Collectable - Interface in org.modeshape.common.collection.ring
 
get(K) - Method in class org.modeshape.common.collection.AbstractMultimap
 
get(int) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedList
 
get(Object) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedMap
 
get(K) - Method in class org.modeshape.common.collection.ArrayListMultimap
 
get(int) - Method in class org.modeshape.common.collection.ImmutableAppendedList
 
get(K) - Method in class org.modeshape.common.collection.LinkedListMultimap
 
get(K) - Method in interface org.modeshape.common.collection.ListMultimap
Get the collection of values that are associated with the supplied key.
get(K) - Method in interface org.modeshape.common.collection.Multimap
Get the collection of values that are associated with the supplied key.
get() - Method in class org.modeshape.common.collection.ring.Pointer
 
get() - Method in class org.modeshape.common.collection.ring.TrailingPointer
 
get() - Method in interface org.modeshape.common.collection.Supplier
Get the object.
get(Object) - Method in class org.modeshape.common.collection.UnmodifiableProperties
 
get() - Method in class org.modeshape.common.util.ImmediateFuture
 
get(long, TimeUnit) - Method in class org.modeshape.common.util.ImmediateFuture
 
getAlgorithm() - Method in class org.modeshape.common.text.SecureHashTextEncoder
Return the secure hash algorithm used by this encoder.
getAllowedValues() - Method in class org.modeshape.common.util.Reflection.Property
Get the allowed values for this property.
getAllPropertiesByNameOn(Object) - Method in class org.modeshape.common.util.Reflection
Get representations for all of the Java properties on the supplied object.
getAllPropertiesOn(Object) - Method in class org.modeshape.common.util.Reflection
Get representations for all of the Java properties on the supplied object.
getAnnotation(Class<AnnotationType>, Field, Method[], Method[]) - Static method in class org.modeshape.common.util.Reflection
 
getAverageDuration() - Method in class org.modeshape.common.statistic.Stopwatch
Get the average duration that this stopwatch has recorded.
getBucketBoundaries(MathOperations<T>, T, T, T, T, int, int) - Static method in class org.modeshape.common.statistic.Histogram
 
getBucketCount() - Method in class org.modeshape.common.statistic.Histogram
Return the number of buckets in this histogram.
getBuckets() - Method in class org.modeshape.common.statistic.Histogram
Get the buckets in this histogram.
getBufferSize() - Method in interface org.modeshape.common.collection.ring.Cursor
Get the size of the buffer that this cursor operates against.
getBufferSize() - Method in class org.modeshape.common.collection.ring.RingBuffer
 
getBufferSize() - Method in class org.modeshape.common.collection.ring.SingleProducerCursor
 
getCachedTreadPool(String, int) - Method in interface org.modeshape.common.util.ThreadPoolFactory
Signal that the supplied thread pool is no longer needed.
getCachedTreadPool(String, int) - Method in class org.modeshape.common.util.ThreadPools
 
getCategory() - Method in class org.modeshape.common.util.Reflection.Property
Get the name of the category in which this property belongs.
getClassName(Class<?>) - Static method in class org.modeshape.common.util.Reflection
Returns the name of the class.
getCode() - Method in class org.modeshape.common.collection.Problem
 
getColumn() - Method in class org.modeshape.common.text.Position
Get the 1-based column number of the character.
getComparator() - Method in class org.modeshape.common.math.DoubleOperations
 
getComparator() - Method in class org.modeshape.common.math.DurationOperations
 
getComparator() - Method in class org.modeshape.common.math.FloatOperations
 
getComparator() - Method in class org.modeshape.common.math.IntegerOperations
 
getComparator() - Method in class org.modeshape.common.math.LongOperations
 
getComparator() - Method in interface org.modeshape.common.math.MathOperations
Return a Comparator for this operand class.
getComparator() - Method in class org.modeshape.common.math.ShortOperations
 
getComponents() - Method in class org.modeshape.common.math.Duration
Return the duration components.
getConsumer() - Method in class org.modeshape.common.collection.ring.RingBuffer.ConsumerRunner
 
getContentBetween(Position, Position) - Method in class org.modeshape.common.text.TokenStream
Gets the content string starting at the first position (inclusive) and continuing up to the end position (exclusive).
getCount() - Method in class org.modeshape.common.statistic.SimpleStatistics
Get the number of values that have been measured.
getCount() - Method in class org.modeshape.common.statistic.Stopwatch
Return the number of runs (complete starts and stops) this stopwatch has undergone.
getCounterEndingAfter(long) - Method in class org.modeshape.common.util.TimeBasedKeys
Obtain the first (earliest) key that would have been generated after the specified UTC time.
getCounterEndingAt(long) - Method in class org.modeshape.common.util.TimeBasedKeys
Obtain the largest (latest) key that would have been generated at the specified UTC time.
getCounterStartingAt(long) - Method in class org.modeshape.common.util.TimeBasedKeys
Obtain the first (earliest) key that would have been generated at the specified UTC time.
getCurrent() - Method in interface org.modeshape.common.collection.ring.Cursor
Get the current position that can be read.
getCurrent() - Method in class org.modeshape.common.collection.ring.SingleProducerCursor
 
getDescription() - Method in class org.modeshape.common.statistic.Stopwatch
 
getDescription() - Method in class org.modeshape.common.util.Reflection.Property
Get the description for this property.
getDetailedStatistics() - Method in class org.modeshape.common.statistic.Stopwatch
Return this stopwatch's detailed statistics, if they are being kept.
getDuratinInNanoseconds() - Method in class org.modeshape.common.math.Duration
Return the total duration in nanoseconds.
getDuration(TimeUnit) - Method in class org.modeshape.common.math.Duration
Get the duration value in the supplied unit of time.
getDurationInMicroseconds() - Method in class org.modeshape.common.math.Duration
Return the total duration in microseconds, which may contain a fraction part for the sub-microsecond component.
getDurationInMilliseconds() - Method in class org.modeshape.common.math.Duration
Return the total duration in microseconds, which may contain a fraction part for the sub-microsecond component.
getDurationInSeconds() - Method in class org.modeshape.common.math.Duration
Return the total duration in microseconds, which may contain a fraction part for the sub-microsecond component.
getEntry(long) - Method in class org.modeshape.common.collection.ring.RingBuffer
 
getEnvironment() - Method in class org.modeshape.common.naming.SingletonInitialContext
 
getExponentInScientificNotation(Double) - Method in class org.modeshape.common.math.DoubleOperations
 
getExponentInScientificNotation(Duration) - Method in class org.modeshape.common.math.DurationOperations
 
getExponentInScientificNotation(Float) - Method in class org.modeshape.common.math.FloatOperations
 
getExponentInScientificNotation(Integer) - Method in class org.modeshape.common.math.IntegerOperations
 
getExponentInScientificNotation(Long) - Method in class org.modeshape.common.math.LongOperations
 
getExponentInScientificNotation(T) - Method in interface org.modeshape.common.math.MathOperations
Get the exponent if the number were written in exponential form.
getExponentInScientificNotation(Short) - Method in class org.modeshape.common.math.ShortOperations
 
getExtension(String) - Static method in class org.modeshape.common.util.FileUtil
Returns the extension of a file, including the dot.
getField(String, Class<?>) - Static method in class org.modeshape.common.util.Reflection
Retrieves the field with the given name from a class
getField(Class<?>, String) - Method in class org.modeshape.common.util.Reflection
Get a Field intance for a given class and property.
getHash(SecureHash.Algorithm, byte[]) - Static method in class org.modeshape.common.util.SecureHash
Get the hash of the supplied content, using the supplied digest algorithm.
getHash(SecureHash.Algorithm, File) - Static method in class org.modeshape.common.util.SecureHash
Get the hash of the supplied content, using the supplied digest algorithm.
getHash(SecureHash.Algorithm, InputStream) - Static method in class org.modeshape.common.util.SecureHash
Get the hash of the supplied content, using the supplied digest algorithm.
getHash(String, byte[]) - Static method in class org.modeshape.common.util.SecureHash
Get the hash of the supplied content, using the digest identified by the supplied name.
getHash(String, File) - Static method in class org.modeshape.common.util.SecureHash
Get the hash of the supplied content, using the digest identified by the supplied name.
getHash(String, InputStream) - Static method in class org.modeshape.common.util.SecureHash
Get the hash of the supplied content, using the digest identified by the supplied name.
getHash() - Method in class org.modeshape.common.util.SecureHash.HashingInputStream
Get the hash of the content read by this stream.
getHash() - Method in class org.modeshape.common.util.SecureHash.HashingReader
Get the hash of the content read by this reader.
getHashAsHexString() - Method in class org.modeshape.common.util.SecureHash.HashingInputStream
Get the string representation of the binary hash of the content read by this stream.
getHashAsHexString() - Method in class org.modeshape.common.util.SecureHash.HashingReader
Get the string representation of the binary hash of the content read by this reader.
getHexadecimalStringLength() - Method in enum org.modeshape.common.util.SecureHash.Algorithm
Get the length of the hexadecimal representation.
getHexString(byte[]) - Static method in class org.modeshape.common.util.StringUtil
Get the hexadecimal string representation of the supplied byte array.
getHighestPublishedPosition(long, long) - Method in interface org.modeshape.common.collection.ring.Cursor
Get the highest published position that is equal to or between the supplied lower and upper positions.
getHighestPublishedPosition(long, long) - Method in class org.modeshape.common.collection.ring.SingleProducerCursor
 
getHistogram() - Method in class org.modeshape.common.statistic.DetailedStatistics
Return the histogram of the values.
getHistogram(int) - Method in class org.modeshape.common.statistic.DetailedStatistics
Return the histogram of the values.
getHistogram(int) - Method in class org.modeshape.common.statistic.Stopwatch
Return the histogram of this stopwatch's individual runs.
getHours() - Method in class org.modeshape.common.math.Duration.Components
Get the whole hours in this duration.
getIndexInContent() - Method in class org.modeshape.common.text.Position
Get the 0-based index of this position in the content character array.
getInitialContext(Hashtable<?, ?>) - Method in class org.modeshape.common.naming.SingletonInitialContextFactory
 
getInstance(Hashtable<?, ?>) - Static method in class org.modeshape.common.naming.SingletonInitialContextFactory
Return the Context singleton instance.
getInstance() - Static method in class org.modeshape.common.naming.SingletonInitialContextFactory
Return the previously-configured Context singleton instance.
getInstance() - Static method in class org.modeshape.common.text.Inflector
 
getInstance() - Static method in class org.modeshape.common.text.NoOpEncoder
 
getInstance(String, ClassLoader) - Static method in class org.modeshape.common.util.Reflection
Instantiates a class based on the class name provided.
getInstanceOf(Object, Class<C>, String) - Static method in class org.modeshape.common.util.CheckArg
Checks that the object is an instance of the specified Class and then returns the object cast to the specified Class
getKey() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedCollection
 
getKey() - Method in class org.modeshape.common.collection.ImmutableMapEntry
 
getLabel() - Method in class org.modeshape.common.util.Reflection.Property
Get the human-readable label for the property.
getLine() - Method in class org.modeshape.common.text.Position
Get the 1-based line number of the character.
getLocalizationBundle(ClassLoader, String, Locale) - Static method in class org.modeshape.common.i18n.ClasspathLocalizationRepository
Obtain the URL to the properties file containing the localized messages given the supplied bundle name.
getLocalizationProblemLocales(Class<?>) - Static method in class org.modeshape.common.i18n.I18n
Note, calling this method will not trigger localization of the supplied internationalization class.
getLocalizationProblems(Class<?>) - Static method in class org.modeshape.common.i18n.I18n
Note, calling this method will not trigger localization of the supplied internationalization class.
getLocalizationProblems(Class<?>, Locale) - Static method in class org.modeshape.common.i18n.I18n
Note, calling this method will not trigger localization of the supplied internationalization class.
getLocation() - Method in class org.modeshape.common.collection.Problem
 
getLock() - Method in class org.modeshape.common.statistic.SimpleStatistics
 
getLogger(String) - Method in class org.modeshape.common.logging.jdk.JdkLoggerFactory
 
getLogger(String) - Method in class org.modeshape.common.logging.log4j.Log4jLoggerFactory
 
getLogger(String) - Method in class org.modeshape.common.logging.LogFactory
Return a logger named according to the name parameter.
getLogger(Class<?>) - Static method in class org.modeshape.common.logging.Logger
Return a logger named corresponding to the class passed as parameter.
getLogger(String) - Static method in class org.modeshape.common.logging.Logger
Return a logger named according to the name parameter.
getLogger(String) - Method in class org.modeshape.common.logging.slf4j.SLF4JLoggerFactory
 
getLoggingLocale() - Static method in class org.modeshape.common.logging.Logger
Get the locale used for the logs.
getLogLevel() - Method in enum org.modeshape.common.collection.Problem.Status
 
getLowerBound() - Method in class org.modeshape.common.statistic.Histogram.Bucket
Get the lower bound of this bucket.
getLowerBound() - Method in class org.modeshape.common.statistic.Histogram.BucketingStrategy
 
getLowerBound() - Method in class org.modeshape.common.statistic.Histogram.DefaultBucketingStrategy
 
getLowerBound() - Method in class org.modeshape.common.statistic.Histogram.ExplicitBucketingStrategy
 
getLowerBound() - Method in class org.modeshape.common.statistic.Histogram.StandardDeviationBucketingStrategy
 
getMathOperations() - Method in class org.modeshape.common.statistic.Histogram
 
getMathOperations() - Method in class org.modeshape.common.statistic.SimpleStatistics
 
getMaximum() - Method in class org.modeshape.common.statistic.SimpleStatistics
Get the maximum value in the series.
getMaximumCount() - Method in class org.modeshape.common.statistic.Histogram
 
getMaximumDuration() - Method in class org.modeshape.common.statistic.Stopwatch
Get the maximum duration that this stopwatch has recorded.
getMaximumPercentage() - Method in class org.modeshape.common.statistic.Histogram
 
getMaxLength() - Method in class org.modeshape.common.text.SecureHashTextEncoder
Get the maximum length of the encoded string, or Integer.MAX_VALUE if there is no maximum.
getMean() - Method in class org.modeshape.common.statistic.SimpleStatistics
Return the approximate mean (average) value represented as an instance of the operand type.
getMeanValue() - Method in class org.modeshape.common.statistic.SimpleStatistics
Return the mean (average) value.
getMedian() - Method in class org.modeshape.common.statistic.DetailedStatistics
Return the approximate mean (average) value represented as an instance of the operand type.
getMedianDuration() - Method in class org.modeshape.common.statistic.Stopwatch
Get the median duration that this stopwatch has recorded.
getMedianValue() - Method in class org.modeshape.common.statistic.DetailedStatistics
Return the median value.
getMessage() - Method in class org.modeshape.common.collection.Problem
 
getMessageString() - Method in class org.modeshape.common.collection.Problem
Get the message written in the current locale.
getMinimum(Pointer[], long) - Static method in class org.modeshape.common.collection.ring.Pointers
 
getMinimum() - Method in class org.modeshape.common.statistic.SimpleStatistics
Get the minimum value in the series.
getMinimumDuration() - Method in class org.modeshape.common.statistic.Stopwatch
Get the minimum duration that this stopwatch has recorded.
getMinutes() - Method in class org.modeshape.common.math.Duration.Components
Get the whole minutes in this duration.
getName() - Method in class org.modeshape.common.logging.Logger
Return the name of this logger instance.
getName() - Method in class org.modeshape.common.util.Reflection.Property
Get the property name in camel case.
getNameInNamespace() - Method in class org.modeshape.common.naming.SingletonInitialContext
 
getNameParser(Name) - Method in class org.modeshape.common.naming.SingletonInitialContext
 
getNameParser(String) - Method in class org.modeshape.common.naming.SingletonInitialContext
 
getNamespaceURI(String) - Method in class org.modeshape.common.xml.SimpleNamespaceContext
 
getNotNull(T, String) - Static method in class org.modeshape.common.util.CheckArg
Returns the specified argument if it is not null.
getNumberClass() - Method in class org.modeshape.common.statistic.Histogram.Bucket
 
getNumberOfBits() - Method in enum org.modeshape.common.util.SecureHash.Algorithm
Get the number of bits that make up a digest.
getNumberOfBytes() - Method in enum org.modeshape.common.util.SecureHash.Algorithm
Get the length of the hexadecimal representation.
getNumberOfValues() - Method in class org.modeshape.common.statistic.Histogram.Bucket
Get the number of values in this bucket.
getObjectName(Object) - Static method in class org.modeshape.common.util.CheckArg
 
getOperandClass() - Method in class org.modeshape.common.math.DoubleOperations
 
getOperandClass() - Method in class org.modeshape.common.math.DurationOperations
 
getOperandClass() - Method in class org.modeshape.common.math.FloatOperations
 
getOperandClass() - Method in class org.modeshape.common.math.IntegerOperations
 
getOperandClass() - Method in class org.modeshape.common.math.LongOperations
 
getOperandClass() - Method in interface org.modeshape.common.math.MathOperations
Return the class that these operations operate upon.
getOperandClass() - Method in class org.modeshape.common.math.ShortOperations
 
getOrCreateCollection(K) - Method in class org.modeshape.common.collection.AbstractMultimap
 
getParameters() - Method in class org.modeshape.common.collection.Problem
 
getPercentageOfValues() - Method in class org.modeshape.common.statistic.Histogram.Bucket
Return the percentage of values in the histogram that appear in this bucket.
getPointer() - Method in class org.modeshape.common.collection.ring.RingBuffer.ConsumerRunner
 
getPosition() - Method in exception org.modeshape.common.text.ParsingException
 
getPrefix(String) - Method in class org.modeshape.common.xml.SimpleNamespaceContext
 
getPrefixes(String) - Method in class org.modeshape.common.xml.SimpleNamespaceContext
 
getProblems() - Method in class org.modeshape.common.collection.AbstractProblems
 
getProblems() - Method in class org.modeshape.common.collection.SimpleProblems
 
getProblems() - Method in class org.modeshape.common.collection.ThreadSafeProblems
 
getProperty(String, String) - Method in class org.modeshape.common.collection.UnmodifiableProperties
 
getProperty(String) - Method in class org.modeshape.common.collection.UnmodifiableProperties
 
getProperty(Object, String, String, String, String, Object...) - Method in class org.modeshape.common.util.Reflection
Get the representation of the named property (with the supplied labe, category, description, and allowed values) on the target object.
getProperty(Object, String, String) - Method in class org.modeshape.common.util.Reflection
Get the representation of the named property (with the supplied description) on the target object.
getProperty(Object, String) - Method in class org.modeshape.common.util.Reflection
Get the representation of the named property on the target object.
getProperty(Object, Reflection.Property) - Method in class org.modeshape.common.util.Reflection
Get current value for the property on the supplied target object.
getPropertyAsString(Object, Reflection.Property) - Method in class org.modeshape.common.util.Reflection
Get current value represented as a string for the property on the supplied target object.
getResource() - Method in class org.modeshape.common.collection.Problem
 
getResourceAsStream(String, ClassLoader, Class<?>) - Static method in class org.modeshape.common.util.IoUtil
Get the input stream to the resource given by the supplied path.
getScheduledThreadPool(String) - Method in interface org.modeshape.common.util.ThreadPoolFactory
Obtain a scheduled thread pool with the supplied name, or create and return one if no thread pool exists with that name.
getScheduledThreadPool(String) - Method in class org.modeshape.common.util.ThreadPools
 
getSeconds() - Method in class org.modeshape.common.math.Duration.Components
Get the duration's seconds component.
getSignificantFigures() - Method in class org.modeshape.common.statistic.Histogram
 
getSimpleStatistics() - Method in class org.modeshape.common.statistic.Stopwatch
Return this stopwatch's simple statistics.
getStackTrace(Throwable) - Static method in class org.modeshape.common.util.StringUtil
Get the stack trace of the supplied exception.
getStandardDeviation() - Method in class org.modeshape.common.statistic.DetailedStatistics
Return the standard deviation.
getStatus() - Method in class org.modeshape.common.collection.Problem
 
getStrategy() - Method in class org.modeshape.common.statistic.Histogram
 
getTargetClass() - Method in class org.modeshape.common.util.Reflection
Return the class that is the target for the reflection methods.
getTextGraph(int) - Method in class org.modeshape.common.statistic.Histogram
Generate a textual (horizontal) bar graph of this histogram.
getThreadPool(String) - Method in interface org.modeshape.common.util.ThreadPoolFactory
Obtain a thread pool with the supplied name, or create and return one if no thread pool exists with that name.
getThreadPool(String) - Method in class org.modeshape.common.util.ThreadPools
 
getThrowable() - Method in class org.modeshape.common.collection.Problem
 
getTimeGenerated(long) - Method in class org.modeshape.common.util.TimeBasedKeys
Obtain the milliseconds since epoch in UTC that the supplied key was generated.
getTokens() - Method in class org.modeshape.common.text.TokenStream.TokenFactory
 
getTotal() - Method in class org.modeshape.common.statistic.SimpleStatistics
Get the aggregate sum of the values in the series.
getTotalDuration() - Method in class org.modeshape.common.statistic.Stopwatch
Get the total duration that this stopwatch has recorded.
getTotalNumberOfValues() - Method in class org.modeshape.common.statistic.Histogram
Return the total number of values that have gone into this histogram.
getType() - Method in class org.modeshape.common.util.Reflection.Property
Get the class to which the value must belong (excluding null values).
getUncountables() - Method in class org.modeshape.common.text.Inflector
Get the set of words that are not processed by the Inflector.
getUpperBound() - Method in class org.modeshape.common.statistic.Histogram.Bucket
Get the upper bound of this bucket.
getUpperBound() - Method in class org.modeshape.common.statistic.Histogram.BucketingStrategy
 
getUpperBound() - Method in class org.modeshape.common.statistic.Histogram.DefaultBucketingStrategy
 
getUpperBound() - Method in class org.modeshape.common.statistic.Histogram.ExplicitBucketingStrategy
 
getUpperBound() - Method in class org.modeshape.common.statistic.Histogram.StandardDeviationBucketingStrategy
 
getValue() - Method in class org.modeshape.common.collection.ImmutableMapEntry
 
getValues() - Method in class org.modeshape.common.statistic.DetailedStatistics
Get the values that have been recorded in these statistics.
getValues() - Method in class org.modeshape.common.statistic.Histogram.BucketingStrategy
 
getWidth() - Method in class org.modeshape.common.statistic.Histogram.Bucket
Get the width of this bucket.
GuardedBy - Annotation Type in org.modeshape.common.annotation
Copyright (c) 2005 Brian Goetz and Tim Peierls.
Released under the Creative Commons Attribution License
(http://creativecommons.org/licenses/by/2.5)
Official home: http://www.jcip.net
Adopted from Java Concurrency in Practice.
GZIP - Static variable in class org.modeshape.common.util.Base64
Specify that data should be gzip-compressed in second bit.

H

handleException(ConsumerType, Throwable, EntryType, long, long) - Method in interface org.modeshape.common.collection.ring.RingBuffer.ConsumerAdapter
Handle an exception that was thrown from the RingBuffer.ConsumerAdapter.consume(Object, Object, long, long).
hasConsumers() - Method in class org.modeshape.common.collection.ring.RingBuffer
Checks if there are any consumers registered.
hasErrors() - Method in class org.modeshape.common.collection.AbstractProblems
 
hasErrors() - Method in class org.modeshape.common.collection.ImmutableProblems
 
hasErrors() - Method in interface org.modeshape.common.collection.Problems
Determine if there is at least one error in this collection.
hasErrors() - Method in class org.modeshape.common.collection.ThreadSafeProblems
 
hashCode() - Method in class org.modeshape.common.collection.AbstractMultimap
 
hashCode() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedCollection
 
hashCode() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedList
hashCode() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedMap
 
hashCode() - Method in class org.modeshape.common.collection.ImmutableAppendedList
 
hashCode() - Method in class org.modeshape.common.collection.ImmutableMapEntry
 
hashCode() - Method in class org.modeshape.common.collection.LinkedListMultimap
 
hashCode() - Method in class org.modeshape.common.collection.Problem
 
hashCode() - Method in class org.modeshape.common.collection.ring.RingBuffer.ConsumerRunner
 
hashCode() - Method in class org.modeshape.common.collection.UnmodifiableProperties
 
hashCode() - Method in class org.modeshape.common.database.DatabaseType
 
hashCode() - Method in class org.modeshape.common.statistic.Histogram.Bucket
 
hashCode() - Method in class org.modeshape.common.text.Inflector.Rule
 
hashCode() - Method in class org.modeshape.common.text.Position
 
HashCode - Class in org.modeshape.common.util
Utilities for easily computing hash codes.
hashCode() - Method in class org.modeshape.common.util.Reflection.Property
hashCode() - Method in class org.modeshape.common.util.SelfClosingInputStream
 
HashingInputStream(MessageDigest, InputStream) - Constructor for class org.modeshape.common.util.SecureHash.HashingInputStream
 
HashingReader(MessageDigest, Reader, Charset) - Constructor for class org.modeshape.common.util.SecureHash.HashingReader
 
HashMultimap<K,V> - Class in org.modeshape.common.collection
A Multimap implementation that uses an HashSet to store the values associated with a key.
HashMultimap() - Constructor for class org.modeshape.common.collection.HashMultimap
 
hasInfo() - Method in class org.modeshape.common.collection.AbstractProblems
 
hasInfo() - Method in class org.modeshape.common.collection.ImmutableProblems
 
hasInfo() - Method in interface org.modeshape.common.collection.Problems
Determine if there is at least one informational problem in this collection.
hasInfo() - Method in class org.modeshape.common.collection.ThreadSafeProblems
 
hasNext() - Method in class org.modeshape.common.collection.AbstractMultimap.EntryIterator
 
hasNext() - Method in class org.modeshape.common.collection.AbstractMultimap.ValueIterator
 
hasNext() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedCollection.DelegateIterator
 
hasNext() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedMap.WrappedMapEntryIterator
 
hasNext() - Method in class org.modeshape.common.collection.DelegateIterator
 
hasNext() - Method in class org.modeshape.common.collection.EmptyIterator
 
hasNext() - Method in class org.modeshape.common.collection.LinkedListMultimap.EntryIterator
 
hasNext() - Method in class org.modeshape.common.collection.LinkedListMultimap.KeyIterator
 
hasNext() - Method in class org.modeshape.common.collection.LinkedListMultimap.ValueIterator
 
hasNext() - Method in class org.modeshape.common.collection.MultiIterator
 
hasNext() - Method in class org.modeshape.common.collection.ReadOnlyIterator
 
hasNext() - Method in class org.modeshape.common.collection.SequentialIterator
 
hasNext() - Method in class org.modeshape.common.collection.SingleIterator
 
hasNext() - Method in class org.modeshape.common.text.TokenStream.CharacterArrayStream
 
hasNext() - Method in interface org.modeshape.common.text.TokenStream.CharacterStream
Determine if there is another character available in this stream.
hasNext() - Method in class org.modeshape.common.text.TokenStream
Determine if this stream has another token to be consumed.
hasPrevious() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedList.DelegateListIterator
 
hasPrevious() - Method in class org.modeshape.common.collection.LinkedListMultimap.ValueIterator
 
hasProblem() - Method in class org.modeshape.common.i18n.I18n
 
hasProblem(Locale) - Method in class org.modeshape.common.i18n.I18n
 
hasProblems() - Method in class org.modeshape.common.collection.AbstractProblems
 
hasProblems() - Method in class org.modeshape.common.collection.ImmutableProblems
 
hasProblems() - Method in interface org.modeshape.common.collection.Problems
Determine if there are problems in this collection.
hasProblems() - Method in class org.modeshape.common.collection.ThreadSafeProblems
 
hasSizeOfAtLeast(Collection<?>, int, String) - Static method in class org.modeshape.common.util.CheckArg
Check that the collection contains at least the supplied number of elements
hasSizeOfAtLeast(Map<?, ?>, int, String) - Static method in class org.modeshape.common.util.CheckArg
Check that the map contains at least the supplied number of entries
hasSizeOfAtLeast(Object[], int, String) - Static method in class org.modeshape.common.util.CheckArg
Check that the array contains at least the supplied number of elements
hasSizeOfAtMost(Collection<?>, int, String) - Static method in class org.modeshape.common.util.CheckArg
Check that the collection contains no more than the supplied number of elements
hasSizeOfAtMost(Map<?, ?>, int, String) - Static method in class org.modeshape.common.util.CheckArg
Check that the map contains no more than the supplied number of entries
hasSizeOfAtMost(Object[], int, String) - Static method in class org.modeshape.common.util.CheckArg
Check that the array contains no more than the supplied number of elements
hasWarnings() - Method in class org.modeshape.common.collection.AbstractProblems
 
hasWarnings() - Method in class org.modeshape.common.collection.ImmutableProblems
 
hasWarnings() - Method in interface org.modeshape.common.collection.Problems
Determine if there is at least one warning in this collection.
hasWarnings() - Method in class org.modeshape.common.collection.ThreadSafeProblems
 
headSet(K) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedSortedKeySet
 
Histogram<T extends Number> - Class in org.modeshape.common.statistic
A representation of a histogram of values.
Histogram(MathOperations<T>, List<T>) - Constructor for class org.modeshape.common.statistic.Histogram
 
Histogram(MathOperations<T>, T...) - Constructor for class org.modeshape.common.statistic.Histogram
 
Histogram.Bucket - Class in org.modeshape.common.statistic
Represents a bucket in a histogram.
Histogram.BucketingStrategy - Class in org.modeshape.common.statistic
 
Histogram.DefaultBucketingStrategy - Class in org.modeshape.common.statistic
 
Histogram.ExplicitBucketingStrategy - Class in org.modeshape.common.statistic
 
Histogram.StandardDeviationBucketingStrategy - Class in org.modeshape.common.statistic
 
humanize(String, String...) - Method in class org.modeshape.common.text.Inflector
Capitalizes the first word and turns underscores into spaces and strips trailing "_id" and any supplied removable tokens.

I

I18n - Class in org.modeshape.common.i18n
An internalized string object, which manages the initialization of internationalization (i18n) files, substitution of values within i18n message placeholders, and dynamically reading properties from i18n property files.
i18nBundleNotFoundInClasspath - Static variable in class org.modeshape.common.CommonI18n
 
i18nClassInterface - Static variable in class org.modeshape.common.CommonI18n
 
i18nClassNotPublic - Static variable in class org.modeshape.common.CommonI18n
 
i18nFieldFinal - Static variable in class org.modeshape.common.CommonI18n
 
i18nFieldInvalidType - Static variable in class org.modeshape.common.CommonI18n
 
i18nFieldNotPublic - Static variable in class org.modeshape.common.CommonI18n
 
i18nFieldNotStatic - Static variable in class org.modeshape.common.CommonI18n
 
i18nLocalizationFileNotFound - Static variable in class org.modeshape.common.CommonI18n
 
i18nLocalizationProblems - Static variable in class org.modeshape.common.CommonI18n
 
i18nPropertyDuplicate - Static variable in class org.modeshape.common.CommonI18n
 
i18nPropertyMissing - Static variable in class org.modeshape.common.CommonI18n
 
i18nPropertyUnused - Static variable in class org.modeshape.common.CommonI18n
 
i18nRequiredToSuppliedParameterMismatch - Static variable in class org.modeshape.common.CommonI18n
 
I18nResource - Interface in org.modeshape.common.i18n
Interface which should be implemented by any i18n compliant resource.
id() - Method in class org.modeshape.common.i18n.I18n
 
ignore(Pointer) - Method in interface org.modeshape.common.collection.ring.DependentOnPointers
Ignore the specified pointer that cursor had previously stayed behind.
ignore(Pointer) - Method in class org.modeshape.common.collection.ring.GarbageCollectingConsumer
 
ignore(Pointer) - Method in class org.modeshape.common.collection.ring.SingleProducerCursor
 
ignore(Pointer) - Method in class org.modeshape.common.collection.ring.TrailingPointer
 
ImmediateFuture<V> - Class in org.modeshape.common.util
A Future implementation that is immediately done.
ImmediateFuture(V) - Constructor for class org.modeshape.common.util.ImmediateFuture
Create a new Future instance that is completed immediately and returns the supplied result.
Immutable - Annotation Type in org.modeshape.common.annotation
Copyright (c) 2005 Brian Goetz and Tim Peierls.
Released under the Creative Commons Attribution License
(http://creativecommons.org/licenses/by/2.5)
Official home: http://www.jcip.net
Adopted from Java Concurrency in Practice.
ImmutableAppendedList<T> - Class in org.modeshape.common.collection
An immutable List that consists of a single element appended to another existing List.
ImmutableAppendedList(List<T>, T) - Constructor for class org.modeshape.common.collection.ImmutableAppendedList
Create an instance using the supplied parent list and an element to be virtually appended to the parent.
ImmutableMapEntry<K,V> - Class in org.modeshape.common.collection
An immutable Map.Entry implementation.
ImmutableMapEntry(K, V) - Constructor for class org.modeshape.common.collection.ImmutableMapEntry
 
ImmutableMapEntry(Map.Entry<K, V>) - Constructor for class org.modeshape.common.collection.ImmutableMapEntry
 
ImmutableProblems - Class in org.modeshape.common.collection
An immutable wrapper for a mutable Problems.
ImmutableProblems(Problems) - Constructor for class org.modeshape.common.collection.ImmutableProblems
 
incorrectRingBufferSize - Static variable in class org.modeshape.common.CommonI18n
 
increment(Double) - Method in class org.modeshape.common.math.DoubleOperations
 
increment(Duration) - Method in class org.modeshape.common.math.DurationOperations
 
increment(Float) - Method in class org.modeshape.common.math.FloatOperations
 
increment(Integer) - Method in class org.modeshape.common.math.IntegerOperations
 
increment(Long) - Method in class org.modeshape.common.math.LongOperations
 
increment(T) - Method in interface org.modeshape.common.math.MathOperations
Increment the supplied operand by 1.
increment(Short) - Method in class org.modeshape.common.math.ShortOperations
 
incrementAndGet() - Method in class org.modeshape.common.collection.ring.Pointer
 
incrementEntryCountFor(K) - Method in class org.modeshape.common.collection.LinkedListMultimap
 
index() - Method in class org.modeshape.common.text.TokenStream.CharacterArrayStream
 
index() - Method in interface org.modeshape.common.text.TokenStream.CharacterStream
Get the index for the last character returned from TokenStream.CharacterStream.next().
indexOf(Object) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedList
 
indexOf(Object) - Method in class org.modeshape.common.collection.ImmutableAppendedList
 
Inflector - Class in org.modeshape.common.text
Transforms words to singular, plural, humanized (human readable), underscore, camel case, or ordinal form.
Inflector() - Constructor for class org.modeshape.common.text.Inflector
 
Inflector(Inflector) - Constructor for class org.modeshape.common.text.Inflector
 
INFLECTOR - Static variable in class org.modeshape.common.util.Reflection
 
Inflector.Rule - Class in org.modeshape.common.text
 
info(I18nResource, Object...) - Method in class org.modeshape.common.logging.Logger
Log a message at the INFO level according to the specified format and (optional) parameters.
info(Throwable, I18nResource, Object...) - Method in class org.modeshape.common.logging.Logger
Log an exception (throwable) at the INFO level with an accompanying message.
infoCount() - Method in class org.modeshape.common.collection.AbstractProblems
 
infoCount() - Method in class org.modeshape.common.collection.ImmutableProblems
 
infoCount() - Method in interface org.modeshape.common.collection.Problems
Determine the number of information messages within these results.
INITIAL_VALUE - Static variable in class org.modeshape.common.collection.ring.Pointer
 
initialActivityMonitorTaskName - Static variable in class org.modeshape.common.CommonI18n
 
initialize(Class<?>) - Static method in class org.modeshape.common.i18n.I18n
Initializes the internationalization fields declared on the supplied class.
initialize() - Static method in class org.modeshape.common.naming.SingletonInitialContextFactory
Set the Context.INITIAL_CONTEXT_FACTORY system property to the name of this context's factory class.
initialize() - Method in class org.modeshape.common.text.Inflector
 
initializeTokens(List<TokenStream.Token>) - Method in class org.modeshape.common.text.TokenStream
Method to allow subclasses to preprocess the set of tokens and return the correct tokens to use.
InputStream(InputStream) - Constructor for class org.modeshape.common.util.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
InputStream(InputStream, int) - Constructor for class org.modeshape.common.util.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
inputString - Variable in class org.modeshape.common.text.TokenStream
 
insertEntryBefore(K, V, LinkedListMultimap.Entry<K, V>) - Method in class org.modeshape.common.collection.LinkedListMultimap
 
INSTANCE - Static variable in class org.modeshape.common.text.Inflector
 
IntegerOperations - Class in org.modeshape.common.math
The math operations for integer numbers.
IntegerOperations() - Constructor for class org.modeshape.common.math.IntegerOperations
 
intValue(Double) - Method in class org.modeshape.common.math.DoubleOperations
 
intValue() - Method in class org.modeshape.common.math.Duration
 
intValue(Duration) - Method in class org.modeshape.common.math.DurationOperations
 
intValue(Float) - Method in class org.modeshape.common.math.FloatOperations
 
intValue(Integer) - Method in class org.modeshape.common.math.IntegerOperations
 
intValue(Long) - Method in class org.modeshape.common.math.LongOperations
 
intValue(T) - Method in interface org.modeshape.common.math.MathOperations
Convert the value to an integer.
intValue(Short) - Method in class org.modeshape.common.math.ShortOperations
 
invokeAccessibly(Object, Method, Object[]) - Static method in class org.modeshape.common.util.Reflection
Invokes a method using reflection, in an accessible manner (by using AccessibleObject.setAccessible(boolean)
invokeBestMethodOnTarget(String[], Object, Object...) - Method in class org.modeshape.common.util.Reflection
Find and execute the best method on the target class that matches the signature specified with one of the specified names and the list of arguments.
invokeGetterMethodOnTarget(String, Object) - Method in class org.modeshape.common.util.Reflection
Find and execute the getter method on the target class for the supplied property name.
invokeSetterMethodOnTarget(String, Object, Object) - Method in class org.modeshape.common.util.Reflection
Find and execute the best setter method on the target class for the supplied property name and the supplied list of arguments.
IoUtil - Class in org.modeshape.common.util
A set of utilities for more easily performing I/O.
isArrayType() - Method in class org.modeshape.common.util.Reflection.Property
Determine if this is property's (the type is an array.
isBlank(String) - Static method in class org.modeshape.common.util.StringUtil
Returns true if the given string is null or represents the empty string
isBooleanType() - Method in class org.modeshape.common.util.Reflection.Property
Determine if this is a boolean property (the type is a Boolean or boolean).
isCancelled() - Method in class org.modeshape.common.util.ImmediateFuture
 
isComplete() - Method in interface org.modeshape.common.collection.ring.Cursor
Return whether this cursor has completed normally.
isComplete() - Method in interface org.modeshape.common.collection.ring.PointerBarrier
Return whether this barrier has completed and should no longer be used.
isComplete() - Method in class org.modeshape.common.collection.ring.SingleProducerCursor
 
isDebugEnabled() - Method in class org.modeshape.common.logging.Logger
Return whether messages at the DEBUG level are being logged.
isDetailedStatistics() - Method in class org.modeshape.common.statistic.Stopwatch
Return true if detailed statistics are being kept.
isDone() - Method in class org.modeshape.common.util.ImmediateFuture
 
isEmpty() - Method in class org.modeshape.common.collection.AbstractMultimap
 
isEmpty() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedCollection
 
isEmpty() - Method in class org.modeshape.common.collection.AbstractProblems
 
isEmpty() - Method in class org.modeshape.common.collection.ImmutableAppendedList
 
isEmpty() - Method in class org.modeshape.common.collection.ImmutableProblems
 
isEmpty() - Method in class org.modeshape.common.collection.LinkedListMultimap
 
isEmpty() - Method in interface org.modeshape.common.collection.Multimap
 
isEmpty() - Method in interface org.modeshape.common.collection.Problems
Determine if this collection is empty.
isEmpty() - Method in class org.modeshape.common.collection.ThreadSafeProblems
 
isEmpty() - Method in class org.modeshape.common.collection.UnmodifiableProperties
 
isEmpty(Object[], String) - Static method in class org.modeshape.common.util.CheckArg
Check that the array is empty
isEqual(Object) - Static method in class org.modeshape.common.function.Predicate
Return a predicate that is equivalent to Objects.equals(Object, Object) called with the supplied object and the object passed as a parameter to the Predicate.test(Object) method.
isEqualNoNulls(Type, Type) - Static method in class org.modeshape.common.util.ObjectUtil
 
isEquals(T, String, T, String) - Static method in class org.modeshape.common.util.CheckArg
Asserts that the specified first object is equal to the specified second object.
isEqualWithNulls(Type, Type) - Static method in class org.modeshape.common.util.ObjectUtil
 
isErrorEnabled() - Method in class org.modeshape.common.logging.Logger
Return whether messages at the ERROR level are being logged.
isFullyQualifiedClassname(String) - Static method in class org.modeshape.common.util.ClassUtil
Determine whether the supplied string represents a well-formed fully-qualified Java classname.
isGreaterThan(int, int, String) - Static method in class org.modeshape.common.util.CheckArg
Check that the argument is greater than the supplied value
isGreaterThan(double, double, String) - Static method in class org.modeshape.common.util.CheckArg
Check that the argument is greater than the supplied value
isGreaterThanOrEqualTo(int, int, String) - Static method in class org.modeshape.common.util.CheckArg
Check that the argument is greater than or equal to the supplied value
isHexadecimal(String) - Method in enum org.modeshape.common.util.SecureHash.Algorithm
Determine whether the supplied string is of the correct format to contain a hexadecimal representation of this algorithm.
isHexCharacter(char) - Static method in class org.modeshape.common.util.StringUtil
 
isHexString(String) - Static method in class org.modeshape.common.util.StringUtil
 
isInferred() - Method in class org.modeshape.common.util.Reflection.Property
Return whether this property was inferred purely by reflection, or whether annotations were used for its definition.
isInfoEnabled() - Method in class org.modeshape.common.logging.Logger
Return whether messages at the INFORMATION level are being logged.
isInstanceOf(Object, Class<?>, String) - Static method in class org.modeshape.common.util.CheckArg
Check that the object is an instance of the specified Class
isLessThan(int, int, String) - Static method in class org.modeshape.common.util.CheckArg
Check that the argument is less than the supplied value
isLessThanOrEqualTo(int, int, String) - Static method in class org.modeshape.common.util.CheckArg
Check that the argument is less than or equal to the supplied value
isNegative(int, String) - Static method in class org.modeshape.common.util.CheckArg
Check that the argument is negative (<0).
isNegative(long, String) - Static method in class org.modeshape.common.util.CheckArg
Check that the argument is negative (<0).
isNegative(double, String) - Static method in class org.modeshape.common.util.CheckArg
Check that the argument is negative (<0).
isNext(char) - Method in class org.modeshape.common.text.TokenStream.CharacterArrayStream
 
isNext(char, char) - Method in class org.modeshape.common.text.TokenStream.CharacterArrayStream
 
isNext(char, char, char) - Method in class org.modeshape.common.text.TokenStream.CharacterArrayStream
 
isNext(char) - Method in interface org.modeshape.common.text.TokenStream.CharacterStream
Determine if the next character on the sream is the supplied value.
isNext(char, char) - Method in interface org.modeshape.common.text.TokenStream.CharacterStream
Determine if the next two characters on the stream match the supplied values.
isNext(char, char, char) - Method in interface org.modeshape.common.text.TokenStream.CharacterStream
Determine if the next three characters on the sream match the supplied values.
isNextAnyOf(char[]) - Method in class org.modeshape.common.text.TokenStream.CharacterArrayStream
 
isNextAnyOf(String) - Method in class org.modeshape.common.text.TokenStream.CharacterArrayStream
 
isNextAnyOf(char[]) - Method in interface org.modeshape.common.text.TokenStream.CharacterStream
Determine if the next character on the stream matches one of the supplied characters.
isNextAnyOf(String) - Method in interface org.modeshape.common.text.TokenStream.CharacterStream
Determine if the next character on the stream matches one of the supplied characters.
isNextLetterOrDigit() - Method in class org.modeshape.common.text.TokenStream.CharacterArrayStream
 
isNextLetterOrDigit() - Method in interface org.modeshape.common.text.TokenStream.CharacterStream
Determine if the next character on the sream is a letter or digit.
isNextValidXmlCharacter() - Method in class org.modeshape.common.text.TokenStream.CharacterArrayStream
 
isNextValidXmlCharacter() - Method in interface org.modeshape.common.text.TokenStream.CharacterStream
Determine if the next character on the sream is a valid XML character.
isNextValidXmlNameCharacter() - Method in class org.modeshape.common.text.TokenStream.CharacterArrayStream
 
isNextValidXmlNameCharacter() - Method in interface org.modeshape.common.text.TokenStream.CharacterStream
Determine if the next character on the sream is a valid XML NCName character.
isNextValidXmlNcNameCharacter() - Method in class org.modeshape.common.text.TokenStream.CharacterArrayStream
 
isNextValidXmlNcNameCharacter() - Method in interface org.modeshape.common.text.TokenStream.CharacterStream
Determine if the next character on the sream is a valid XML NCName character.
isNextWhitespace() - Method in class org.modeshape.common.text.TokenStream.CharacterArrayStream
 
isNextWhitespace() - Method in interface org.modeshape.common.text.TokenStream.CharacterStream
Determine if the next character on the sream is a whitespace character.
isNonNegative(int, String) - Static method in class org.modeshape.common.util.CheckArg
Check that the argument is non-negative (>=0).
isNonNegative(long, String) - Static method in class org.modeshape.common.util.CheckArg
Check that the argument is non-negative (>=0).
isNonNegative(double, String) - Static method in class org.modeshape.common.util.CheckArg
Check that the argument is non-negative (>=0).
isNonPositive(int, String) - Static method in class org.modeshape.common.util.CheckArg
Check that the argument is non-positive (<=0).
isNonPositive(long, String) - Static method in class org.modeshape.common.util.CheckArg
Check that the argument is non-positive (<=0).
isNonPositive(double, String) - Static method in class org.modeshape.common.util.CheckArg
Check that the argument is non-positive (<=0).
isNotEmpty(String, String) - Static method in class org.modeshape.common.util.CheckArg
Check that the string is not empty, is not null, and does not contain only whitespace.
isNotEmpty(Iterator<?>, String) - Static method in class org.modeshape.common.util.CheckArg
Checks that the iterator is not empty, and throws an exception if it is.
isNotEmpty(Collection<?>, String) - Static method in class org.modeshape.common.util.CheckArg
Check that the collection is not empty
isNotEmpty(Map<?, ?>, String) - Static method in class org.modeshape.common.util.CheckArg
Check that the map is not empty
isNotEmpty(Object[], String) - Static method in class org.modeshape.common.util.CheckArg
Check that the array is not empty
isNotEquals(T, String, T, String) - Static method in class org.modeshape.common.util.CheckArg
Asserts that the specified first object is not equal to the specified second object.
isNotGreaterThan(int, int, String) - Static method in class org.modeshape.common.util.CheckArg
Check that the argument is not greater than the supplied value
isNotLessThan(int, int, String) - Static method in class org.modeshape.common.util.CheckArg
Check that the argument is not less than the supplied value
isNotNan(double, String) - Static method in class org.modeshape.common.util.CheckArg
Check that the argument is not NaN.
isNotNull(Object, String) - Static method in class org.modeshape.common.util.CheckArg
Check that the specified argument is non-null
isNotSame(T, String, T, String) - Static method in class org.modeshape.common.util.CheckArg
Asserts that the specified first object is not the same as (==) the specified second object.
isNotZeroLength(String, String) - Static method in class org.modeshape.common.util.CheckArg
Check that the string is non-null and has length > 0
isNull(Object, String) - Static method in class org.modeshape.common.util.CheckArg
Check that the argument is null
isPositive(int, String) - Static method in class org.modeshape.common.util.CheckArg
Check that the argument is positive (>0).
isPositive(long, String) - Static method in class org.modeshape.common.util.CheckArg
Check that the argument is positive (>0).
isPositive(double, String) - Static method in class org.modeshape.common.util.CheckArg
Check that the argument is positive (>0).
isPowerOfTwo(int, String) - Static method in class org.modeshape.common.util.CheckArg
Check that the argument is a power of 2.
isPrimitive() - Method in class org.modeshape.common.util.Reflection.Property
Determine if this is property's (the type is a primitive.
isReadOnly() - Method in class org.modeshape.common.util.Reflection.Property
Return whether this property is read-only.
isRunning() - Method in class org.modeshape.common.statistic.Stopwatch
Return whether this stopwatch is currently running.
isSame(T, String, T, String) - Static method in class org.modeshape.common.util.CheckArg
Asserts that the specified first object is the same as (==) the specified second object.
isSame(InputStream, InputStream) - Static method in class org.modeshape.common.util.IoUtil
Write the entire contents of the supplied string to the given stream.
isSlashEncoded() - Method in class org.modeshape.common.text.UrlEncoder
 
isTraceEnabled() - Method in class org.modeshape.common.logging.Logger
Return whether messages at the TRACE level are being logged.
isUncountable(String) - Method in class org.modeshape.common.text.Inflector
Determine whether the supplied word is considered uncountable by the pluralize and singularize methods.
isValid(LinkedListMultimap.Entry<K, V>) - Method in class org.modeshape.common.collection.LinkedListMultimap
 
isValid(int) - Static method in class org.modeshape.common.xml.XmlCharacters
Determine whether the supplied character is a valid character in XML.
isValidContent(int) - Static method in class org.modeshape.common.xml.XmlCharacters
Determine whether the supplied character is a valid character in XML content
isValidName(int) - Static method in class org.modeshape.common.xml.XmlCharacters
Determine whether the supplied character is a valid non-first character in an XML Name.
isValidName(String) - Static method in class org.modeshape.common.xml.XmlCharacters
Determine if the supplied name is a valid XML Name.
isValidNameStart(int) - Static method in class org.modeshape.common.xml.XmlCharacters
Determine whether the supplied character is a valid first character in an XML Name.
isValidNcName(int) - Static method in class org.modeshape.common.xml.XmlCharacters
Determine whether the supplied character is a valid non-first character in an XML NCName.
isValidNcName(String) - Static method in class org.modeshape.common.xml.XmlCharacters
Determine if the supplied name is a valid XML NCName.
isValidNcNameStart(int) - Static method in class org.modeshape.common.xml.XmlCharacters
Determine whether the supplied character is a valid first character in an XML NCName.
isValidPubid(int) - Static method in class org.modeshape.common.xml.XmlCharacters
Determine whether the supplied character is a valid character in an XML Pubid.
isValidSpace(int) - Static method in class org.modeshape.common.xml.XmlCharacters
Determine whether the supplied character is a valid whitespace character in XML
isWarnEnabled() - Method in class org.modeshape.common.logging.Logger
Return whether messages at the WARNING level are being logged.
iterator() - Method in class org.modeshape.common.collection.AbstractMultimap.EntriesCollection
 
iterator() - Method in class org.modeshape.common.collection.AbstractMultimap.ValuesCollection
 
iterator() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedCollection.DelegateIterator
 
iterator() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedCollection
 
iterator() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedKeySet
 
iterator() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedList.DelegateListIterator
 
iterator() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedMap.WrappedEntrySet
 
iterator() - Method in class org.modeshape.common.collection.AbstractProblems
 
iterator() - Method in class org.modeshape.common.collection.DelegateIterable
 
iterator() - Method in class org.modeshape.common.collection.ImmutableAppendedList
 
iterator() - Method in class org.modeshape.common.collection.ImmutableProblems
 
iterator() - Method in class org.modeshape.common.collection.LinkedListMultimap.MapEntries
 
iterator() - Method in interface org.modeshape.common.collection.Problems
 

J

jdkFallback - Static variable in class org.modeshape.common.CommonI18n
 
JdkLoggerFactory - Class in org.modeshape.common.logging.jdk
Factory used to create the Logger implementation that uses the JDK logging framework.
JdkLoggerFactory() - Constructor for class org.modeshape.common.logging.jdk.JdkLoggerFactory
 
jodaFormat(ZonedDateTime) - Static method in class org.modeshape.common.util.DateTimeUtil
Returns the ISO8601 string of a given date-time instance with timezone information, trying to be as closed as possible to what the JODA date-time library would return.
jodaParse(String) - Static method in class org.modeshape.common.util.DateTimeUtil
Creates a ZonedDateTime instance based on the given pattern in ISO 8601 format, compatible with the Joda date-time library.
join(Object[], String) - Static method in class org.modeshape.common.util.StringUtil
Combine the supplied values into a single string, using the supplied string to delimit values.
join(Iterable<?>, String) - Static method in class org.modeshape.common.util.StringUtil
Combine the supplied values into a single string, using the supplied string to delimit values.
Jsr283Encoder - Class in org.modeshape.common.text
Encoder that escapes characters that are not allowed in JCR names.
Jsr283Encoder() - Constructor for class org.modeshape.common.text.Jsr283Encoder
 
justify(StringUtil.Justify, String, int, char) - Static method in class org.modeshape.common.util.StringUtil
Justify the contents of the string.
justifyCenter(String, int, char) - Static method in class org.modeshape.common.util.StringUtil
Center the contents of the string.
justifyLeft(String, int, char) - Static method in class org.modeshape.common.util.StringUtil
Left justify the contents of the string, ensuring that the supplied string begins at the first character and that the resulting string is of the desired length.
justifyLeft(String, int, char, boolean) - Static method in class org.modeshape.common.util.StringUtil
 
justifyRight(String, int, char) - Static method in class org.modeshape.common.util.StringUtil
Right justify the contents of the string, ensuring that the string ends at the last character.

K

keepSignificantFigures(Double, int) - Method in class org.modeshape.common.math.DoubleOperations
 
keepSignificantFigures(Duration, int) - Method in class org.modeshape.common.math.DurationOperations
 
keepSignificantFigures(Float, int) - Method in class org.modeshape.common.math.FloatOperations
 
keepSignificantFigures(Integer, int) - Method in class org.modeshape.common.math.IntegerOperations
 
keepSignificantFigures(Long, int) - Method in class org.modeshape.common.math.LongOperations
 
keepSignificantFigures(T, int) - Method in interface org.modeshape.common.math.MathOperations
 
keepSignificantFigures(Short, int) - Method in class org.modeshape.common.math.ShortOperations
 
KeyIterator() - Constructor for class org.modeshape.common.collection.LinkedListMultimap.KeyIterator
 
keys() - Method in class org.modeshape.common.collection.UnmodifiableProperties
 
keySet() - Method in class org.modeshape.common.collection.AbstractMultimap
 
keySet() - Method in class org.modeshape.common.collection.LinkedListMultimap
 
keySet() - Method in interface org.modeshape.common.collection.Multimap
Return the set of keys in this multimap.
keySet() - Method in class org.modeshape.common.collection.UnmodifiableProperties
 

L

Label - Annotation Type in org.modeshape.common.annotation
Annotation that can be used provide a human-readable label.
lap() - Method in class org.modeshape.common.statistic.Stopwatch
Record the statistics for the latest run, but keep the stopwatch going.
last() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedSortedKeySet
 
lastEntry - Variable in class org.modeshape.common.collection.LinkedListMultimap
 
lastEntryWithKey - Variable in class org.modeshape.common.collection.LinkedListMultimap
 
lastIndexOf(Object) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedList
 
lastIndexOf(Object) - Method in class org.modeshape.common.collection.ImmutableAppendedList
 
length - Variable in class org.modeshape.common.collection.LinkedListMultimap
 
length() - Method in class org.modeshape.common.text.TokenStream.CaseSensitiveToken
 
length() - Method in interface org.modeshape.common.text.TokenStream.Token
Get the length of the token, which is equivalent to endIndex() - startIndex().
LinkedHashMultimap<K,V> - Class in org.modeshape.common.collection
A Multimap implementation that uses an LinkedHashSet to store the values associated with a key.
LinkedHashMultimap() - Constructor for class org.modeshape.common.collection.LinkedHashMultimap
 
LinkedListMultimap<K,V> - Class in org.modeshape.common.collection
A Multimap implementation that uses an LinkedList to store the values associated with a key.
LinkedListMultimap() - Constructor for class org.modeshape.common.collection.LinkedListMultimap
 
LinkedListMultimap.Entry<K,V> - Class in org.modeshape.common.collection
 
LinkedListMultimap.EntryIterator - Class in org.modeshape.common.collection
 
LinkedListMultimap.KeyIterator - Class in org.modeshape.common.collection
 
LinkedListMultimap.MapEntries - Class in org.modeshape.common.collection
 
LinkedListMultimap.MapView - Class in org.modeshape.common.collection
 
LinkedListMultimap.ValueIterator - Class in org.modeshape.common.collection
 
list(PrintStream) - Method in class org.modeshape.common.collection.UnmodifiableProperties
 
list(PrintWriter) - Method in class org.modeshape.common.collection.UnmodifiableProperties
 
list(Name) - Method in class org.modeshape.common.naming.SingletonInitialContext
 
list(String) - Method in class org.modeshape.common.naming.SingletonInitialContext
 
listBindings(Name) - Method in class org.modeshape.common.naming.SingletonInitialContext
 
listBindings(String) - Method in class org.modeshape.common.naming.SingletonInitialContext
 
listIterator() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedList
 
listIterator(int) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedList
 
listIterator() - Method in class org.modeshape.common.collection.ImmutableAppendedList
 
listIterator(int) - Method in class org.modeshape.common.collection.ImmutableAppendedList
 
ListMultimap<K,V> - Interface in org.modeshape.common.collection
A collection similar to Map, but which may associate multiple values with any single key.
load(InputStream) - Method in class org.modeshape.common.collection.UnmodifiableProperties
 
loadFromXML(InputStream) - Method in class org.modeshape.common.collection.UnmodifiableProperties
 
localDateTimeUTC(long) - Static method in class org.modeshape.common.util.DateTimeUtil
Creates a new UTC LocalDateTime instance based on the given millis value
localizedString(Class<?>, String) - Static method in class org.modeshape.common.util.Reflection
 
lock() - Method in class org.modeshape.common.collection.ring.RingBuffer.NoOpLock
 
lockInterruptibly() - Method in class org.modeshape.common.collection.ring.RingBuffer.NoOpLock
 
log(Logger.Level, I18nResource, Object...) - Method in class org.modeshape.common.logging.Logger
Log a message at the supplied level according to the specified format and (optional) parameters.
log(Logger.Level, Throwable, I18nResource, Object...) - Method in class org.modeshape.common.logging.Logger
Log an exception (throwable) at the supplied level with an accompanying message.
log4jAvailable - Static variable in class org.modeshape.common.CommonI18n
 
Log4jLoggerFactory - Class in org.modeshape.common.logging.log4j
A LogFactory extension which creates a Log4jLoggerImpl instance to use for logging
Log4jLoggerFactory() - Constructor for class org.modeshape.common.logging.log4j.Log4jLoggerFactory
 
LogFactory - Class in org.modeshape.common.logging
The abstract class for the LogFactory, which is called to create a specific implementation of the Logger.
LogFactory() - Constructor for class org.modeshape.common.logging.LogFactory
 
logger - Variable in class org.modeshape.common.collection.ring.RingBuffer
 
Logger - Class in org.modeshape.common.logging
A simple logging interface that is fully compatible with multiple logging implementations.
Logger() - Constructor for class org.modeshape.common.logging.Logger
 
Logger.Level - Enum in org.modeshape.common.logging
 
logLevelFor(Problem.Status) - Method in class org.modeshape.common.collection.AbstractProblems
 
LongOperations - Class in org.modeshape.common.math
The math operations for long numbers.
LongOperations() - Constructor for class org.modeshape.common.math.LongOperations
 
longValue(Double) - Method in class org.modeshape.common.math.DoubleOperations
 
longValue() - Method in class org.modeshape.common.math.Duration
 
longValue(Duration) - Method in class org.modeshape.common.math.DurationOperations
 
longValue(Float) - Method in class org.modeshape.common.math.FloatOperations
 
longValue(Integer) - Method in class org.modeshape.common.math.IntegerOperations
 
longValue(Long) - Method in class org.modeshape.common.math.LongOperations
 
longValue(T) - Method in interface org.modeshape.common.math.MathOperations
Convert the value to a long integer.
longValue(Short) - Method in class org.modeshape.common.math.ShortOperations
 
lookup(Name) - Method in class org.modeshape.common.naming.SingletonInitialContext
 
lookup(String) - Method in class org.modeshape.common.naming.SingletonInitialContext
 
lookupLink(String) - Method in class org.modeshape.common.naming.SingletonInitialContext
 
lookupLink(Name) - Method in class org.modeshape.common.naming.SingletonInitialContext
 
lowerCamelCase(String, char...) - Method in class org.modeshape.common.text.Inflector
Converts strings to lowerCamelCase.

M

majorVersion() - Method in class org.modeshape.common.database.DatabaseType
Get the DB major version
makeAccessible(AccessibleObject) - Static method in class org.modeshape.common.util.ClassUtil
 
MapEntries() - Constructor for class org.modeshape.common.collection.LinkedListMultimap.MapEntries
 
MapView() - Constructor for class org.modeshape.common.collection.LinkedListMultimap.MapView
 
mark(int) - Method in class org.modeshape.common.util.SelfClosingInputStream
 
mark(int) - Method in class org.modeshape.common.util.SizeMeasuringInputStream
 
mark(int) - Method in class org.modeshape.common.util.SizeMeasuringReader
 
markSupported() - Method in class org.modeshape.common.util.SelfClosingInputStream
 
markSupported() - Method in class org.modeshape.common.util.SizeMeasuringInputStream
 
markSupported() - Method in class org.modeshape.common.util.SizeMeasuringReader
 
matches(String) - Method in class org.modeshape.common.text.TokenStream.CaseInsensitiveToken
 
matches(char) - Method in class org.modeshape.common.text.TokenStream.CaseSensitiveToken
 
matches(String) - Method in class org.modeshape.common.text.TokenStream.CaseSensitiveToken
 
matches(int) - Method in class org.modeshape.common.text.TokenStream.CaseSensitiveToken
 
matches(String) - Method in class org.modeshape.common.text.TokenStream
Determine if the current token matches the expected value.
matches(char) - Method in class org.modeshape.common.text.TokenStream
Determine if the current token matches the expected value.
matches(int) - Method in class org.modeshape.common.text.TokenStream
Determine if the current token matches the expected token type.
matches(String, String...) - Method in class org.modeshape.common.text.TokenStream
Determine if the next few tokens match the expected values.
matches(String[]) - Method in class org.modeshape.common.text.TokenStream
Determine if the next few tokens match the expected values.
matches(Iterable<String>) - Method in class org.modeshape.common.text.TokenStream
Determine if the next few tokens match the expected values.
matches(int, int...) - Method in class org.modeshape.common.text.TokenStream
Determine if the next few tokens have the supplied types.
matches(int[]) - Method in class org.modeshape.common.text.TokenStream
Determine if the next few tokens have the supplied types.
matches(String) - Method in interface org.modeshape.common.text.TokenStream.Token
Determine if the token matches the supplied string.
matches(char) - Method in interface org.modeshape.common.text.TokenStream.Token
Determine if the token matches the supplied character.
matches(int) - Method in interface org.modeshape.common.text.TokenStream.Token
Determine if the token matches the supplied type.
matchesAnyOf(String, String...) - Method in class org.modeshape.common.text.TokenStream
Determine if the next token matches one of the supplied values.
matchesAnyOf(String[]) - Method in class org.modeshape.common.text.TokenStream
Determine if the next token matches one of the supplied values.
matchesAnyOf(Iterable<String>) - Method in class org.modeshape.common.text.TokenStream
Determine if the next token matches one of the supplied values.
matchesAnyOf(int, int...) - Method in class org.modeshape.common.text.TokenStream
Determine if the next token have one of the supplied types.
matchesAnyOf(int[]) - Method in class org.modeshape.common.text.TokenStream
Determine if the next token have one of the supplied types.
matchString() - Method in class org.modeshape.common.text.TokenStream.CaseSensitiveToken
 
math - Variable in class org.modeshape.common.statistic.Histogram
 
math - Variable in class org.modeshape.common.statistic.SimpleStatistics
 
MathOperations<T> - Interface in org.modeshape.common.math
The set of mathematic operations for a particular class of values.
maximum(Double, Double) - Method in class org.modeshape.common.math.DoubleOperations
 
maximum(Duration, Duration) - Method in class org.modeshape.common.math.DurationOperations
 
maximum(Float, Float) - Method in class org.modeshape.common.math.FloatOperations
 
maximum(Integer, Integer) - Method in class org.modeshape.common.math.IntegerOperations
 
maximum(Long, Long) - Method in class org.modeshape.common.math.LongOperations
 
maximum(T, T) - Method in interface org.modeshape.common.math.MathOperations
Compare the two operands and return the one that is larger.
maximum(Short, Short) - Method in class org.modeshape.common.math.ShortOperations
 
minimum(Double, Double) - Method in class org.modeshape.common.math.DoubleOperations
 
minimum(Duration, Duration) - Method in class org.modeshape.common.math.DurationOperations
 
minimum(Float, Float) - Method in class org.modeshape.common.math.FloatOperations
 
minimum(Integer, Integer) - Method in class org.modeshape.common.math.IntegerOperations
 
minimum(Long, Long) - Method in class org.modeshape.common.math.LongOperations
 
minimum(T, T) - Method in interface org.modeshape.common.math.MathOperations
Compare the two operands and return the one that is smaller.
minimum(Short, Short) - Method in class org.modeshape.common.math.ShortOperations
 
minorVersion() - Method in class org.modeshape.common.database.DatabaseType
Get the DB minor version
MultiIterator<E> - Class in org.modeshape.common.collection
An iterator implementation that wraps multiple other iterators.
MultiIterator(Iterable<Iterator<E>>) - Constructor for class org.modeshape.common.collection.MultiIterator
 
Multimap<K,V> - Interface in org.modeshape.common.collection
A collection similar to Map, but which may associate multiple values with any single key.
multipleProducers() - Method in class org.modeshape.common.collection.ring.RingBufferBuilder
 
multiply(Double, Double) - Method in class org.modeshape.common.math.DoubleOperations
 
multiply(long) - Method in class org.modeshape.common.math.Duration
Multiply the duration by the supplied scale factor, and return the result.
multiply(Duration, Duration) - Method in class org.modeshape.common.math.DurationOperations
 
multiply(Float, Float) - Method in class org.modeshape.common.math.FloatOperations
 
multiply(Integer, Integer) - Method in class org.modeshape.common.math.IntegerOperations
 
multiply(Long, Long) - Method in class org.modeshape.common.math.LongOperations
 
multiply(T, T) - Method in interface org.modeshape.common.math.MathOperations
Multiply the two operands and return the product.
multiply(Short, Short) - Method in class org.modeshape.common.math.ShortOperations
 

N

name() - Method in class org.modeshape.common.database.DatabaseType
Get the name of the database
named(String) - Method in class org.modeshape.common.collection.ring.RingBufferBuilder
 
NamedThreadFactory - Class in org.modeshape.common.util
The thread factory that lets us adjust the names of the threads.
NamedThreadFactory(String) - Constructor for class org.modeshape.common.util.NamedThreadFactory
 
nameString() - Method in class org.modeshape.common.database.DatabaseType
Get the name of the database as a string
negate() - Method in class org.modeshape.common.function.Predicate
Obtain a new predicate that performs the logical NOT of this predicate.
negate(Double) - Method in class org.modeshape.common.math.DoubleOperations
 
negate(Duration) - Method in class org.modeshape.common.math.DurationOperations
 
negate(Float) - Method in class org.modeshape.common.math.FloatOperations
 
negate(Integer) - Method in class org.modeshape.common.math.IntegerOperations
 
negate(Long) - Method in class org.modeshape.common.math.LongOperations
 
negate(T) - Method in interface org.modeshape.common.math.MathOperations
Negate the supplied operand.
negate(Short) - Method in class org.modeshape.common.math.ShortOperations
 
never() - Static method in class org.modeshape.common.function.Predicate
Return a predicate that is never satisfied.
newBarrier() - Method in interface org.modeshape.common.collection.ring.Cursor
Add a new barrier that a consumer can use the wait for the next available positions.
newBarrier() - Method in class org.modeshape.common.collection.ring.SingleProducerCursor
 
newCondition() - Method in class org.modeshape.common.collection.ring.RingBuffer.NoOpLock
 
newPointer() - Method in interface org.modeshape.common.collection.ring.Cursor
Return a new pointer that starts at this cursor's current position, ensuring that this cursor always stays behind it on the ring buffer.
newPointer() - Method in class org.modeshape.common.collection.ring.SingleProducerCursor
 
newThread(Runnable) - Method in class org.modeshape.common.util.NamedThreadFactory
 
next() - Method in class org.modeshape.common.collection.AbstractMultimap.EntryIterator
 
next() - Method in class org.modeshape.common.collection.AbstractMultimap.ValueIterator
 
next() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedCollection.DelegateIterator
 
next() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedMap.WrappedMapEntryIterator
 
next() - Method in class org.modeshape.common.collection.DelegateIterator
 
next() - Method in class org.modeshape.common.collection.EmptyIterator
 
next() - Method in class org.modeshape.common.collection.LinkedListMultimap.EntryIterator
 
next() - Method in class org.modeshape.common.collection.LinkedListMultimap.KeyIterator
 
next() - Method in class org.modeshape.common.collection.LinkedListMultimap.ValueIterator
 
next() - Method in class org.modeshape.common.collection.MultiIterator
 
next() - Method in class org.modeshape.common.collection.ReadOnlyIterator
 
next() - Method in class org.modeshape.common.collection.SequentialIterator
 
next() - Method in class org.modeshape.common.collection.SingleIterator
 
next() - Method in class org.modeshape.common.text.TokenStream.CharacterArrayStream
 
next() - Method in interface org.modeshape.common.text.TokenStream.CharacterStream
Obtain the next character value, and advance the stream.
nextIndex() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedList.DelegateListIterator
 
nextIndex() - Method in class org.modeshape.common.collection.LinkedListMultimap.ValueIterator
 
nextIterator() - Method in class org.modeshape.common.collection.MultiIterator
 
nextKey() - Method in class org.modeshape.common.collection.AbstractMultimap.EntryIterator
 
nextKey() - Method in class org.modeshape.common.util.TimeBasedKeys
Get the next key for the current time in UTC.
nextPosition() - Method in class org.modeshape.common.text.TokenStream
Get the position of the next (or current) token.
NO_OPTIONS - Static variable in class org.modeshape.common.util.Base64
No options specified.
noMatchingDoubleQuoteFound - Static variable in class org.modeshape.common.CommonI18n
 
noMatchingSingleQuoteFound - Static variable in class org.modeshape.common.CommonI18n
 
noMoreContent - Static variable in class org.modeshape.common.CommonI18n
 
noMoreContentButWasExpectingCharacter - Static variable in class org.modeshape.common.CommonI18n
 
noMoreContentButWasExpectingToken - Static variable in class org.modeshape.common.CommonI18n
 
noMoreContentButWasExpectingTokenType - Static variable in class org.modeshape.common.CommonI18n
 
nonPackageQualifiedName(Class<?>) - Static method in class org.modeshape.common.util.ClassUtil
 
nonPackageQualifiedName(Object) - Static method in class org.modeshape.common.util.ClassUtil
 
NoOpEncoder - Class in org.modeshape.common.text
An encoder implementation that does nothing.
NoOpEncoder() - Constructor for class org.modeshape.common.text.NoOpEncoder
 
NoOpLock() - Constructor for class org.modeshape.common.collection.ring.RingBuffer.NoOpLock
 
normalize(String) - Static method in class org.modeshape.common.util.StringUtil
Removes leading and trailing whitespace from the supplied text, and reduces other consecutive whitespace characters to a single space.
notBlank(String) - Static method in class org.modeshape.common.util.StringUtil
Returns true if the given string is not null and does not represents the empty string
NotThreadSafe - Annotation Type in org.modeshape.common.annotation
Copyright (c) 2005 Brian Goetz and Tim Peierls.
Released under the Creative Commons Attribution License
(http://creativecommons.org/licenses/by/2.5)
Official home: http://www.jcip.net
Adopted from Java Concurrency in Practice.
nullActivityMonitorTaskName - Static variable in class org.modeshape.common.CommonI18n
 
numberOfEntriesForKey - Variable in class org.modeshape.common.collection.LinkedListMultimap
 

O

ObjectUtil - Class in org.modeshape.common.util
Common utility methods for general objects.
ofSize(int) - Method in class org.modeshape.common.collection.ring.RingBufferBuilder
 
or(Predicate<T>) - Method in class org.modeshape.common.function.Predicate
Obtain a new predicate that performs the logical OR of this predicate and the supplied predicate.
ORDERED - Static variable in class org.modeshape.common.util.Base64
Encode using the special "ordered" dialect of Base64 described here: http://www.faqs.org/qa/rfcc-1940.html.
ordinalize(int) - Method in class org.modeshape.common.text.Inflector
Turns a non-negative number into an ordinal string used to denote the position in an ordered sequence, such as 1st, 2nd, 3rd, 4th.
org.modeshape.common - package org.modeshape.common
The parent package for the common, low-level utilities and simple frameworks for all of ModeShape.
org.modeshape.common.annotation - package org.modeshape.common.annotation
 
org.modeshape.common.collection - package org.modeshape.common.collection
A set of common classes for dealing with collections of other objects.
org.modeshape.common.collection.ring - package org.modeshape.common.collection.ring
A ring buffer and the components it uses internally.
org.modeshape.common.database - package org.modeshape.common.database
 
org.modeshape.common.function - package org.modeshape.common.function
 
org.modeshape.common.i18n - package org.modeshape.common.i18n
A simple framework for defining internationalized strings and obtaining the localized forms.
org.modeshape.common.logging - package org.modeshape.common.logging
 
org.modeshape.common.logging.jdk - package org.modeshape.common.logging.jdk
 
org.modeshape.common.logging.log4j - package org.modeshape.common.logging.log4j
 
org.modeshape.common.logging.slf4j - package org.modeshape.common.logging.slf4j
 
org.modeshape.common.math - package org.modeshape.common.math
A set of classes that define mathematic operations for a particular class of values.
org.modeshape.common.naming - package org.modeshape.common.naming
A simple and limited JNDI naming context and InitialContext factory implementation that can be used in unit tests or other code that uses JNDI to looks up objects.
org.modeshape.common.statistic - package org.modeshape.common.statistic
A set of utilities for working with statistics, including a Stopwatch and Histograms.
org.modeshape.common.text - package org.modeshape.common.text
A set of utilities for working with text.
org.modeshape.common.util - package org.modeshape.common.util
A set of miscellaneous utilities.
org.modeshape.common.xml - package org.modeshape.common.xml
A set of utilities for working with XML documents.
OutputStream(OutputStream) - Constructor for class org.modeshape.common.util.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
OutputStream(OutputStream, int) - Constructor for class org.modeshape.common.util.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.

P

ParsingException - Exception in org.modeshape.common.text
An exception representing a problem during parsing of text.
ParsingException(Position) - Constructor for exception org.modeshape.common.text.ParsingException
 
ParsingException(Position, String, Throwable) - Constructor for exception org.modeshape.common.text.ParsingException
 
ParsingException(Position, String) - Constructor for exception org.modeshape.common.text.ParsingException
 
pathAncestorDegreeIsInvalid - Static variable in class org.modeshape.common.CommonI18n
 
pathCannotBeNormalized - Static variable in class org.modeshape.common.CommonI18n
 
pathIsAlreadyAbsolute - Static variable in class org.modeshape.common.CommonI18n
 
pathIsNotAbsolute - Static variable in class org.modeshape.common.CommonI18n
 
pathIsNotRelative - Static variable in class org.modeshape.common.CommonI18n
 
pluralize(Object) - Method in class org.modeshape.common.text.Inflector
Returns the plural form of the word in the string.
pluralize(Object, int) - Method in class org.modeshape.common.text.Inflector
 
Pointer - Class in org.modeshape.common.collection.ring
A sequence of long values that are updated atomically.
Pointer() - Constructor for class org.modeshape.common.collection.ring.Pointer
 
Pointer(long) - Constructor for class org.modeshape.common.collection.ring.Pointer
 
PointerBarrier - Interface in org.modeshape.common.collection.ring
A barrier that encapsulates a Pointer and that will wait to advance it until it is safe to do so and there are entries available to read.
Pointers - Class in org.modeshape.common.collection.ring
Static methods for atomically modifying an array of Pointer instances.
Position - Class in org.modeshape.common.text
A class that represents the position of a particular character in terms of the lines and columns of a character sequence.
Position(int, int, int) - Constructor for class org.modeshape.common.text.Position
 
position() - Method in class org.modeshape.common.text.TokenStream.CaseSensitiveToken
 
position(int) - Method in class org.modeshape.common.text.TokenStream.CharacterArrayStream
 
position(int) - Method in interface org.modeshape.common.text.TokenStream.CharacterStream
Get the position for the last character returned from TokenStream.CharacterStream.next().
position() - Method in interface org.modeshape.common.text.TokenStream.Token
Get the position of this token, which includes the line number and column number of the first character in the token.
positionOfSlowestConsumer() - Method in class org.modeshape.common.collection.ring.SingleProducerCursor
 
positionOfSlowestPointer(long) - Method in class org.modeshape.common.collection.ring.SingleProducerCursor
 
Predicate<T> - Class in org.modeshape.common.function
A simple predicate that takes a single argument.
Predicate() - Constructor for class org.modeshape.common.function.Predicate
 
previous() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedList.DelegateListIterator
 
previous() - Method in class org.modeshape.common.collection.LinkedListMultimap.ValueIterator
 
previousIndex() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedList.DelegateListIterator
 
previousIndex() - Method in class org.modeshape.common.collection.LinkedListMultimap.ValueIterator
 
previousPosition() - Method in class org.modeshape.common.text.TokenStream
Get the position of the previous token.
Problem - Class in org.modeshape.common.collection
An immutable representation of a problem, with a status, code, internationalized and parameterized message, values for the parameters, information about the resource and location, and an optional exception.
Problem(Problem.Status, int, I18n, Object[], String, String, Throwable) - Constructor for class org.modeshape.common.collection.Problem
 
problem() - Method in class org.modeshape.common.i18n.I18n
 
problem(Locale) - Method in class org.modeshape.common.i18n.I18n
 
Problem.Status - Enum in org.modeshape.common.collection
 
problemCount() - Method in class org.modeshape.common.collection.AbstractProblems
 
problemCount() - Method in class org.modeshape.common.collection.ImmutableProblems
 
problemCount() - Method in interface org.modeshape.common.collection.Problems
Determine the number of problems (that is, errors and warnings) within these results.
Problems - Interface in org.modeshape.common.collection
An interface for a collection of Problem objects, with multiple overloaded methods for adding errors, warnings, and informational messages.
Property() - Constructor for class org.modeshape.common.util.Reflection.Property
Create a new object property that has no fields initialized.
Property(String, String, String, boolean) - Constructor for class org.modeshape.common.util.Reflection.Property
Create a new object property with the supplied parameters set.
Property(String, String, String, String, boolean, Class<?>, Object...) - Constructor for class org.modeshape.common.util.Reflection.Property
Create a new object property with the supplied parameters set.
propertyNames() - Method in class org.modeshape.common.collection.UnmodifiableProperties
 
publish(long) - Method in interface org.modeshape.common.collection.ring.Cursor
Publish the supplied position, making it available for consumers.
publish(long) - Method in class org.modeshape.common.collection.ring.SingleProducerCursor
 
put(K, V) - Method in class org.modeshape.common.collection.AbstractMultimap
 
put(K, V) - Method in class org.modeshape.common.collection.LinkedListMultimap
 
put(K, V) - Method in interface org.modeshape.common.collection.Multimap
Associate the supplied value with the given key, returning true if the size of this multimap was increased.
put(Object, Object) - Method in class org.modeshape.common.collection.UnmodifiableProperties
 
putAll(Map<? extends Object, ? extends Object>) - Method in class org.modeshape.common.collection.UnmodifiableProperties
 

Q

QuoteEncoder - Class in org.modeshape.common.text
 
QuoteEncoder() - Constructor for class org.modeshape.common.text.QuoteEncoder
 

R

random(Double, Double, Random) - Method in class org.modeshape.common.math.DoubleOperations
 
random(Duration, Duration, Random) - Method in class org.modeshape.common.math.DurationOperations
 
random(Float, Float, Random) - Method in class org.modeshape.common.math.FloatOperations
 
random(Integer, Integer, Random) - Method in class org.modeshape.common.math.IntegerOperations
 
random(Long, Long, Random) - Method in class org.modeshape.common.math.LongOperations
 
random(T, T, Random) - Method in interface org.modeshape.common.math.MathOperations
Generate a random instance within the specified range.
random(Short, Short, Random) - Method in class org.modeshape.common.math.ShortOperations
 
rawData() - Method in class org.modeshape.common.collection.AbstractMultimap
 
read() - Method in class org.modeshape.common.util.Base64.InputStream
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
read(byte[], int, int) - Method in class org.modeshape.common.util.Base64.InputStream
Calls Base64.InputStream.read() repeatedly until the end of stream is reached or len bytes are read.
read(Reader) - Static method in class org.modeshape.common.util.IoUtil
Read and return the entire contents of the supplied Reader.
read(InputStream) - Static method in class org.modeshape.common.util.IoUtil
Read and return the entire contents of the supplied InputStream.
read(InputStream, String) - Static method in class org.modeshape.common.util.IoUtil
Read and return the entire contents of the supplied InputStream.
read(File) - Static method in class org.modeshape.common.util.IoUtil
Read and return the entire contents of the supplied File.
read(String, ClassLoader, boolean) - Static method in class org.modeshape.common.util.ResourceLookup
Returns the stream of a resource at a given path, using some optional class loaders.
read(String, Class<?>, boolean) - Static method in class org.modeshape.common.util.ResourceLookup
Returns the stream of a resource at a given path, using the CL of a class.
read() - Method in class org.modeshape.common.util.SecureHash.HashingInputStream
 
read(byte[], int, int) - Method in class org.modeshape.common.util.SecureHash.HashingInputStream
 
read(byte[]) - Method in class org.modeshape.common.util.SecureHash.HashingInputStream
 
read() - Method in class org.modeshape.common.util.SecureHash.HashingReader
read(char[], int, int) - Method in class org.modeshape.common.util.SecureHash.HashingReader
read(char[]) - Method in class org.modeshape.common.util.SecureHash.HashingReader
read(byte[], int, int) - Method in class org.modeshape.common.util.SelfClosingInputStream
 
read(byte[]) - Method in class org.modeshape.common.util.SelfClosingInputStream
 
read() - Method in class org.modeshape.common.util.SelfClosingInputStream
 
read() - Method in class org.modeshape.common.util.SizeMeasuringInputStream
 
read(byte[], int, int) - Method in class org.modeshape.common.util.SizeMeasuringInputStream
 
read(byte[]) - Method in class org.modeshape.common.util.SizeMeasuringInputStream
 
read(char[], int, int) - Method in class org.modeshape.common.util.SizeMeasuringReader
 
read() - Method in class org.modeshape.common.util.SizeMeasuringReader
 
read(Reader) - Static method in class org.modeshape.common.util.StringUtil
Read and return the entire contents of the supplied Reader.
read(InputStream) - Static method in class org.modeshape.common.util.StringUtil
Read and return the entire contents of the supplied InputStream.
readBytes(InputStream) - Static method in class org.modeshape.common.util.IoUtil
Read and return the entire contents of the supplied stream.
readBytes(File) - Static method in class org.modeshape.common.util.IoUtil
Read and return the entire contents of the supplied file.
ReadOnly - Annotation Type in org.modeshape.common.annotation
Annotation that can be used to specify that the target field, method, constructor, package or type is read-only.
ReadOnlyIterator<T> - Class in org.modeshape.common.collection
An Iterator implementation that only allows reading elements, used as a wrapper around another iterator to make the contents immutable to the user of this iterator.
ReadOnlyIterator(Iterator<T>) - Constructor for class org.modeshape.common.collection.ReadOnlyIterator
 
rebind(Name, Object) - Method in class org.modeshape.common.naming.SingletonInitialContext
 
rebind(String, Object) - Method in class org.modeshape.common.naming.SingletonInitialContext
 
Reflection - Class in org.modeshape.common.util
Utility class for working reflectively with objects.
Reflection(Class<?>) - Constructor for class org.modeshape.common.util.Reflection
Construct a Reflection instance that cache's some information about the target class.
Reflection.Property - Class in org.modeshape.common.util
A representation of a property on a Java object.
register(String, Object) - Static method in class org.modeshape.common.naming.SingletonInitialContext
A convenience method that registers the supplied object with the supplied name.
register(String, Object, String, Object) - Static method in class org.modeshape.common.naming.SingletonInitialContext
A convenience method that registers the supplied objects with the supplied names.
register(String, Object, String, Object, String, Object) - Static method in class org.modeshape.common.naming.SingletonInitialContext
A convenience method that registers the supplied objects with the supplied names.
releaseThreadPool(ExecutorService) - Method in interface org.modeshape.common.util.ThreadPoolFactory
Performs a ExecutorService.shutdownNow() on the given pool, if the pool has been created previously by this class.
releaseThreadPool(ExecutorService) - Method in class org.modeshape.common.util.ThreadPools
 
remove() - Method in class org.modeshape.common.collection.AbstractMultimap.EntryIterator
 
remove(K, V) - Method in class org.modeshape.common.collection.AbstractMultimap
 
remove() - Method in class org.modeshape.common.collection.AbstractMultimap.ValueIterator
 
remove() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedCollection.DelegateIterator
 
remove(Object) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedCollection
 
remove(Object) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedKeySet
 
remove(int) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedList
 
remove(Object) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedMap
 
remove(Object) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedMap.WrappedEntrySet
 
remove() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedMap.WrappedMapEntryIterator
 
remove() - Method in class org.modeshape.common.collection.DelegateIterator
 
remove() - Method in class org.modeshape.common.collection.EmptyIterator
 
remove(Object) - Method in class org.modeshape.common.collection.ImmutableAppendedList
 
remove(int) - Method in class org.modeshape.common.collection.ImmutableAppendedList
 
remove() - Method in class org.modeshape.common.collection.LinkedListMultimap.EntryIterator
 
remove() - Method in class org.modeshape.common.collection.LinkedListMultimap.KeyIterator
 
remove(K, V) - Method in class org.modeshape.common.collection.LinkedListMultimap
 
remove() - Method in class org.modeshape.common.collection.LinkedListMultimap.ValueIterator
 
remove() - Method in class org.modeshape.common.collection.MultiIterator
 
remove(K, V) - Method in interface org.modeshape.common.collection.Multimap
Remove the supplied key-value pair from this multi-map.
remove() - Method in class org.modeshape.common.collection.ReadOnlyIterator
 
remove(T, AtomicReferenceFieldUpdater<T, Pointer[]>, Pointer) - Static method in class org.modeshape.common.collection.ring.Pointers
Atomically remove the specified Pointer instance from an array known to the given updator.
remove(C) - Method in class org.modeshape.common.collection.ring.RingBuffer
Remove the supplied consumer, and block until it stops running and is closed and removed from this buffer.
remove() - Method in class org.modeshape.common.collection.SequentialIterator
 
remove() - Method in class org.modeshape.common.collection.SingleIterator
 
remove(Object) - Method in class org.modeshape.common.collection.UnmodifiableProperties
removeAll(K) - Method in class org.modeshape.common.collection.AbstractMultimap
 
removeAll(Collection<?>) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedCollection
 
removeAll(Collection<?>) - Method in class org.modeshape.common.collection.ImmutableAppendedList
 
removeAll(K) - Method in class org.modeshape.common.collection.LinkedListMultimap
 
removeAll(K) - Method in interface org.modeshape.common.collection.Multimap
Remove all of the key-value pairs that use the supplied key, returning the collection of values.
removeAllValuesForKey(Object) - Method in class org.modeshape.common.collection.AbstractMultimap
 
removeEntry(LinkedListMultimap.Entry<K, V>) - Method in class org.modeshape.common.collection.LinkedListMultimap
 
removeFromEnvironment(String) - Method in class org.modeshape.common.naming.SingletonInitialContext
 
removeIfEmpty() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedCollection
 
rename(Name, Name) - Method in class org.modeshape.common.naming.SingletonInitialContext
 
rename(String, String) - Method in class org.modeshape.common.naming.SingletonInitialContext
 
replaceAllWithUppercase(String, String, int) - Static method in class org.modeshape.common.text.Inflector
Utility method to replace all occurrences given by the specific backreference with its uppercased form, and remove all other backreferences.
replacement - Variable in class org.modeshape.common.text.Inflector.Rule
 
requiredToSuppliedParameterMismatch - Static variable in class org.modeshape.common.CommonI18n
 
reset() - Method in class org.modeshape.common.statistic.SimpleStatistics
Reset the statistics in this object, and clear out any stored information.
reset() - Method in class org.modeshape.common.statistic.Stopwatch
Reset this stopwatch and clear all statistics.
reset() - Method in class org.modeshape.common.util.SelfClosingInputStream
 
reset() - Method in class org.modeshape.common.util.SizeMeasuringInputStream
 
reset() - Method in class org.modeshape.common.util.SizeMeasuringReader
 
ResourceLookup - Class in org.modeshape.common.util
Utility to search and load resources from the CP.
resumeEncoding() - Method in class org.modeshape.common.util.Base64.OutputStream
Resumes encoding of the stream.
retainAll(Collection<?>) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedCollection
 
retainAll(Collection<?>) - Method in class org.modeshape.common.collection.ImmutableAppendedList
 
rewind() - Method in class org.modeshape.common.text.TokenStream
Method to allow tokens to be re-used from the start without re-tokenizing content.
RingBuffer<T,C> - Class in org.modeshape.common.collection.ring
A circular or "ring" buffer that allows entries supplied by a producer to be easily, quickly, and independently consumed by multiple consumers.
RingBuffer.ConsumerAdapter<EntryType,ConsumerType> - Interface in org.modeshape.common.collection.ring
RingBuffer.ConsumerRunner - Class in org.modeshape.common.collection.ring
 
RingBuffer.NoOpLock - Class in org.modeshape.common.collection.ring
 
RingBufferBuilder<T,C> - Class in org.modeshape.common.collection.ring
 
RingBufferBuilder(Executor, RingBuffer.ConsumerAdapter<T, C>) - Constructor for class org.modeshape.common.collection.ring.RingBufferBuilder
 
roundDown(Double, int) - Method in class org.modeshape.common.math.DoubleOperations
 
roundDown(Duration, int) - Method in class org.modeshape.common.math.DurationOperations
 
roundDown(Float, int) - Method in class org.modeshape.common.math.FloatOperations
 
roundDown(Integer, int) - Method in class org.modeshape.common.math.IntegerOperations
 
roundDown(Long, int) - Method in class org.modeshape.common.math.LongOperations
 
roundDown(T, int) - Method in interface org.modeshape.common.math.MathOperations
Round down the supplied value to the desired scale.
roundDown(Short, int) - Method in class org.modeshape.common.math.ShortOperations
 
roundUp(Double, int) - Method in class org.modeshape.common.math.DoubleOperations
 
roundUp(Duration, int) - Method in class org.modeshape.common.math.DurationOperations
 
roundUp(Float, int) - Method in class org.modeshape.common.math.FloatOperations
 
roundUp(Integer, int) - Method in class org.modeshape.common.math.IntegerOperations
 
roundUp(Long, int) - Method in class org.modeshape.common.math.LongOperations
 
roundUp(T, int) - Method in interface org.modeshape.common.math.MathOperations
Round up the supplied value to the desired scale.
roundUp(Short, int) - Method in class org.modeshape.common.math.ShortOperations
 
Rule(String, String) - Constructor for class org.modeshape.common.text.Inflector.Rule
 
run() - Method in class org.modeshape.common.collection.ring.GarbageCollectingConsumer
 
run() - Method in class org.modeshape.common.collection.ring.RingBuffer.ConsumerRunner
 

S

SecureHash - Class in org.modeshape.common.util
A simple utility to generate various kinds of secure hashes.
SecureHash.Algorithm - Enum in org.modeshape.common.util
Commonly-used hashing algorithms.
SecureHash.HashingInputStream - Class in org.modeshape.common.util
 
SecureHash.HashingReader - Class in org.modeshape.common.util
 
SecureHashTextEncoder - Class in org.modeshape.common.text
A text encoder that performs a secure hash of the input text and returns that hash as the encoded text.
SecureHashTextEncoder(SecureHash.Algorithm) - Constructor for class org.modeshape.common.text.SecureHashTextEncoder
Create an encoder that uses the supplied algorithm and returns only the supplied number of characters in the hash.
SecureHashTextEncoder(SecureHash.Algorithm, int) - Constructor for class org.modeshape.common.text.SecureHashTextEncoder
Create an encoder that uses the supplied algorithm and returns only the supplied number of characters in the hash.
SelfClosingInputStream - Class in org.modeshape.common.util
An InputStream implementation that wraps another stream and makes sure that InputStream.close() is always called on the wrapped stream when there is no more content to read or when an unexpected exception occurs.
SelfClosingInputStream(InputStream) - Constructor for class org.modeshape.common.util.SelfClosingInputStream
Create a self-closing InputStream that wraps another input stream.
SequentialIterator<T> - Class in org.modeshape.common.collection
An iterator that abstracts iterating over two other iterators.
SequentialIterator(Iterator<T>, Iterator<T>) - Constructor for class org.modeshape.common.collection.SequentialIterator
 
set(V) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedList.DelegateListIterator
 
set(int, V) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedList
 
set(int, T) - Method in class org.modeshape.common.collection.ImmutableAppendedList
 
set(V) - Method in class org.modeshape.common.collection.LinkedListMultimap.ValueIterator
 
set(long) - Method in class org.modeshape.common.collection.ring.Pointer
 
setAllowedValues(Collection<?>) - Method in class org.modeshape.common.util.Reflection.Property
Set the allowed values for this property.
setAllowedValues(Object...) - Method in class org.modeshape.common.util.Reflection.Property
Set the allowed values for this property.
setBucketCount(int) - Method in class org.modeshape.common.statistic.Histogram
Set the number of buckets that this histogram will use.
setCategory(String) - Method in class org.modeshape.common.util.Reflection.Property
Set the name of the category in which this property belongs.
setDescription(String) - Method in class org.modeshape.common.util.Reflection.Property
Set the description for this property.
setInferred(boolean) - Method in class org.modeshape.common.util.Reflection.Property
Set whether this property was inferred purely by reflection.
setLabel(String) - Method in class org.modeshape.common.util.Reflection.Property
Set the human-readable label for the property.
setLength(String, int, char) - Static method in class org.modeshape.common.util.StringUtil
Set the length of the string, padding with the supplied character if the supplied string is shorter than desired, or truncating the string if it is longer than desired.
setLoggingLocale(Locale) - Static method in class org.modeshape.common.logging.Logger
Set the locale used for the logs.
setName(String) - Method in class org.modeshape.common.util.Reflection.Property
Set the property name in camel case.
setNamespace(String, String) - Method in class org.modeshape.common.xml.SimpleNamespaceContext
 
setProperty(String, String) - Method in class org.modeshape.common.collection.UnmodifiableProperties
setProperty(Object, Reflection.Property, Object) - Method in class org.modeshape.common.util.Reflection
Set the property on the supplied target object to the specified value.
setReadOnly(boolean) - Method in class org.modeshape.common.util.Reflection.Property
Set whether this property is read-only.
setSignificantFigures(int) - Method in class org.modeshape.common.statistic.Histogram
Set the number of significant figures used in the calculation of the bucket widths.
setSlashEncoded(boolean) - Method in class org.modeshape.common.text.FilenameEncoder
Set whether this encoder should use slash encoding.
setSlashEncoded(boolean) - Method in class org.modeshape.common.text.UrlEncoder
 
setStrategy(double, double, int) - Method in class org.modeshape.common.statistic.Histogram
Set the histogram to use the standard deviation to determine the bucket sizes.
setStrategy(T, T) - Method in class org.modeshape.common.statistic.Histogram
Set the histogram to use the supplied minimum and maximum values to determine the bucket size.
setStrategyToDefault() - Method in class org.modeshape.common.statistic.Histogram
Set the histogram to use the actual minimum and maximum values to determine the bucket sizes.
setType(Class<?>) - Method in class org.modeshape.common.util.Reflection.Property
Set the class to which the value must belong (excluding null values).
setValue(V) - Method in class org.modeshape.common.collection.ImmutableMapEntry
 
setValue(Object, String, Object) - Static method in class org.modeshape.common.util.Reflection
Sets the value of a field of an object instance via reflection
sha1(String) - Static method in class org.modeshape.common.util.SecureHash
Computes the sha1 value for the given string.
ShortOperations - Class in org.modeshape.common.math
The math operations for short numbers.
ShortOperations() - Constructor for class org.modeshape.common.math.ShortOperations
 
shortValue(Double) - Method in class org.modeshape.common.math.DoubleOperations
 
shortValue(Duration) - Method in class org.modeshape.common.math.DurationOperations
 
shortValue(Float) - Method in class org.modeshape.common.math.FloatOperations
 
shortValue(Integer) - Method in class org.modeshape.common.math.IntegerOperations
 
shortValue(Long) - Method in class org.modeshape.common.math.LongOperations
 
shortValue(T) - Method in interface org.modeshape.common.math.MathOperations
Convert the value to a short.
shortValue(Short) - Method in class org.modeshape.common.math.ShortOperations
 
shutdown() - Method in class org.modeshape.common.collection.ring.RingBuffer
Shutdown this ring buffer by preventing any further entries, but allowing all existing entries to be processed by all consumers.
signalAllWhenBlocking() - Method in class org.modeshape.common.collection.ring.BlockingWaitStrategy
 
signalAllWhenBlocking() - Method in interface org.modeshape.common.collection.ring.WaitStrategy
Signal all components that want to be notified that the pointer has advanced.
signalConsumers() - Method in interface org.modeshape.common.collection.ring.Cursor
Signal that the consumers should wake up if they are blocked on the barrier.
signalConsumers() - Method in class org.modeshape.common.collection.ring.SingleProducerCursor
 
SimpleNamespaceContext - Class in org.modeshape.common.xml
A simple NamespaceContext implementation that maintains the namespace and prefix mappings discovered within an XML document.
SimpleNamespaceContext() - Constructor for class org.modeshape.common.xml.SimpleNamespaceContext
 
SimpleProblems - Class in org.modeshape.common.collection
A simple Problems collection.
SimpleProblems() - Constructor for class org.modeshape.common.collection.SimpleProblems
 
SimpleStatistics<T extends Number> - Class in org.modeshape.common.statistic
Encapsulation of the statistics for a series of values to which new values are frequently added.
SimpleStatistics(MathOperations<T>) - Constructor for class org.modeshape.common.statistic.SimpleStatistics
 
SINGLE_QUOTED_STRING - Static variable in class org.modeshape.common.text.TokenStream.BasicTokenizer
The token type for tokens that consist of all the characters within single-quotes.
SingleIterator<T> - Class in org.modeshape.common.collection
An Iterator that is used to iterate over a single, fixed value.
SingleIterator(T) - Constructor for class org.modeshape.common.collection.SingleIterator
 
singleProducer() - Method in class org.modeshape.common.collection.ring.RingBufferBuilder
 
SingleProducerCursor - Class in org.modeshape.common.collection.ring
A single-threaded cursor for a ring buffer that ensures it does not pass the slowest Pointer that is consuming entries.
SingleProducerCursor(int, WaitStrategy) - Constructor for class org.modeshape.common.collection.ring.SingleProducerCursor
 
SingletonInitialContext - Class in org.modeshape.common.naming
A simple and limited JNDI naming context that can be used in unit tests for code that looks up objects.
SingletonInitialContextFactory - Class in org.modeshape.common.naming
An InitialContextFactory that provides a singleton JNDI naming context.
SingletonInitialContextFactory() - Constructor for class org.modeshape.common.naming.SingletonInitialContextFactory
 
singularize(Object) - Method in class org.modeshape.common.text.Inflector
Returns the singular form of the word in the string.
size() - Method in class org.modeshape.common.collection.AbstractMultimap.EntriesCollection
 
size() - Method in class org.modeshape.common.collection.AbstractMultimap
 
size() - Method in class org.modeshape.common.collection.AbstractMultimap.ValuesCollection
 
size() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedCollection
 
size() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedKeySet
 
size() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedMap.WrappedEntrySet
 
size() - Method in class org.modeshape.common.collection.AbstractProblems
 
size() - Method in class org.modeshape.common.collection.ImmutableAppendedList
 
size() - Method in class org.modeshape.common.collection.ImmutableProblems
 
size() - Method in class org.modeshape.common.collection.LinkedListMultimap.MapEntries
 
size() - Method in class org.modeshape.common.collection.LinkedListMultimap
 
size() - Method in interface org.modeshape.common.collection.Multimap
Return the number of key-value pairs in this multimap.
size() - Method in interface org.modeshape.common.collection.Problems
Get the number of problems that are in this collection
size() - Method in class org.modeshape.common.collection.ThreadSafeProblems
 
size() - Method in class org.modeshape.common.collection.UnmodifiableProperties
 
size(String) - Static method in class org.modeshape.common.util.FileUtil
Determines the size (in bytes) of the file or directory at the given path.
SizeMeasuringInputStream - Class in org.modeshape.common.util
An InputStream implementation that can wrap another input stream and determine the number of bytes read.
SizeMeasuringInputStream(InputStream, AtomicLong) - Constructor for class org.modeshape.common.util.SizeMeasuringInputStream
 
SizeMeasuringReader - Class in org.modeshape.common.util
An Reader implementation that can wrap another input stream and determine the number of bytes read.
SizeMeasuringReader(Reader, AtomicLong) - Constructor for class org.modeshape.common.util.SizeMeasuringReader
 
skip(long) - Method in class org.modeshape.common.util.SelfClosingInputStream
 
slf4jAvailable - Static variable in class org.modeshape.common.CommonI18n
 
SLF4JLoggerFactory - Class in org.modeshape.common.logging.slf4j
Factory used to create the Logger implementation that uses the SLF4J logging framework.
SLF4JLoggerFactory() - Constructor for class org.modeshape.common.logging.slf4j.SLF4JLoggerFactory
 
splitLines(String) - Static method in class org.modeshape.common.util.StringUtil
Split the supplied content into lines, returning each line as an element in the returned list.
sqrt(Double) - Method in class org.modeshape.common.math.DoubleOperations
 
sqrt(Duration) - Method in class org.modeshape.common.math.DurationOperations
 
sqrt(Float) - Method in class org.modeshape.common.math.FloatOperations
 
sqrt(Integer) - Method in class org.modeshape.common.math.IntegerOperations
 
sqrt(Long) - Method in class org.modeshape.common.math.LongOperations
 
sqrt(T) - Method in interface org.modeshape.common.math.MathOperations
Return the square root of the supplied operand.
sqrt(Short) - Method in class org.modeshape.common.math.ShortOperations
 
StandardDeviationBucketingStrategy(double, double, int) - Constructor for class org.modeshape.common.statistic.Histogram.StandardDeviationBucketingStrategy
 
start() - Method in class org.modeshape.common.statistic.Stopwatch
Start the stopwatch and begin recording the statistics a new run.
start() - Method in class org.modeshape.common.text.TokenStream
Begin the token stream, including (if required) the tokenization of the input content.
startDocument() - Method in class org.modeshape.common.xml.StreamingContentHandler
 
startElement(String, String, String, Attributes) - Method in class org.modeshape.common.xml.StreamingContentHandler
 
startIndex() - Method in class org.modeshape.common.text.TokenStream.CaseSensitiveToken
 
startIndex() - Method in interface org.modeshape.common.text.TokenStream.Token
Get the index in the raw stream for the first character in the token.
startMethodMustBeCalledBeforeConsumingOrMatching - Static variable in class org.modeshape.common.CommonI18n
 
startMethodMustBeCalledBeforeNext - Static variable in class org.modeshape.common.CommonI18n
 
startPrefixMapping(String, String) - Method in class org.modeshape.common.xml.StreamingContentHandler
 
stayBehind(Pointer...) - Method in interface org.modeshape.common.collection.ring.DependentOnPointers
Ensure that this cursor always remains behind the specified pointer.
stayBehind(Pointer...) - Method in class org.modeshape.common.collection.ring.GarbageCollectingConsumer
 
stayBehind(Pointer...) - Method in class org.modeshape.common.collection.ring.SingleProducerCursor
 
stayBehind(Pointer...) - Method in class org.modeshape.common.collection.ring.TrailingPointer
 
stayBehinds - Variable in class org.modeshape.common.collection.ring.SingleProducerCursor
 
stop() - Method in class org.modeshape.common.statistic.Stopwatch
Stop the stopwatch and record the statistics for the latest run.
Stopwatch - Class in org.modeshape.common.statistic
Provides a mechanism to measure time in the same way as a physical stopwatch.
Stopwatch() - Constructor for class org.modeshape.common.statistic.Stopwatch
 
Stopwatch(boolean) - Constructor for class org.modeshape.common.statistic.Stopwatch
 
Stopwatch(boolean, String) - Constructor for class org.modeshape.common.statistic.Stopwatch
 
store(OutputStream, String) - Method in class org.modeshape.common.collection.UnmodifiableProperties
 
storeToXML(OutputStream, String, String) - Method in class org.modeshape.common.collection.UnmodifiableProperties
 
storeToXML(OutputStream, String) - Method in class org.modeshape.common.collection.UnmodifiableProperties
 
StreamingContentHandler - Class in org.modeshape.common.xml
Class that adapts an arbitrary, open OutputStream to the ContentHandler interface.
StreamingContentHandler(OutputStream) - Constructor for class org.modeshape.common.xml.StreamingContentHandler
 
StreamingContentHandler(OutputStream, Collection<String>) - Constructor for class org.modeshape.common.xml.StreamingContentHandler
 
StreamingContentHandler(OutputStream, Collection<String>, String) - Constructor for class org.modeshape.common.xml.StreamingContentHandler
 
StringURLClassLoader - Class in org.modeshape.common.util
Extension of a URLClassLoader which accepts a list of strings instead of urls, trying to convert each string to an url.
StringURLClassLoader(List<String>) - Constructor for class org.modeshape.common.util.StringURLClassLoader
 
StringUtil - Class in org.modeshape.common.util
Utilities for string processing and manipulation.
StringUtil.Justify - Enum in org.modeshape.common.util
 
subList(int, int) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedList
 
subList(int, int) - Method in class org.modeshape.common.collection.ImmutableAppendedList
 
subSet(K, K) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedSortedKeySet
 
subtract(Double, Double) - Method in class org.modeshape.common.math.DoubleOperations
 
subtract(long, TimeUnit) - Method in class org.modeshape.common.math.Duration
Subtract the supplied duration from this duration, and return the result.
subtract(Duration) - Method in class org.modeshape.common.math.Duration
Subtract the supplied duration from this duration, and return the result.
subtract(Duration, Duration) - Method in class org.modeshape.common.math.DurationOperations
 
subtract(Float, Float) - Method in class org.modeshape.common.math.FloatOperations
 
subtract(Integer, Integer) - Method in class org.modeshape.common.math.IntegerOperations
 
subtract(Long, Long) - Method in class org.modeshape.common.math.LongOperations
 
subtract(T, T) - Method in interface org.modeshape.common.math.MathOperations
Subtract the second operand from the first, and return the difference.
subtract(Short, Short) - Method in class org.modeshape.common.math.ShortOperations
 
Supplier<T> - Interface in org.modeshape.common.collection
A basic supplier for another object.
suspendEncoding() - Method in class org.modeshape.common.util.Base64.OutputStream
Suspends encoding of the stream.
SYMBOL - Static variable in class org.modeshape.common.text.TokenStream.BasicTokenizer
The token type for tokens that consist of an individual "symbol" character.
SystemFailureException - Exception in org.modeshape.common
A generic runtime exception representing a catastrophic and/or unrecoverable failure of the system.
SystemFailureException() - Constructor for exception org.modeshape.common.SystemFailureException
Construct a system failure exception with no message.
SystemFailureException(String) - Constructor for exception org.modeshape.common.SystemFailureException
Construct a system failure exception with a single message.
SystemFailureException(Throwable) - Constructor for exception org.modeshape.common.SystemFailureException
Construct a system failure exception with another exception that is the cause of the failure.
SystemFailureException(String, Throwable) - Constructor for exception org.modeshape.common.SystemFailureException
Construct a system failure exception with a single message and another exception that is the cause of the failure.

T

tailSet(K) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedSortedKeySet
 
tearDown() - Static method in class org.modeshape.common.naming.SingletonInitialContextFactory
Release any existing singleton naming context.
terminateAllPools(long, TimeUnit) - Method in interface org.modeshape.common.util.ThreadPoolFactory
Terminates all the existing thread pool, by waiting for them maximum maxWaitTimeMillis milliseconds, after which calling ExecutorService.shutdownNow().
terminateAllPools(long, TimeUnit) - Method in class org.modeshape.common.util.ThreadPools
 
test(T) - Method in class org.modeshape.common.function.Predicate
 
text(Object...) - Method in class org.modeshape.common.i18n.I18n
Get the localized text for the current (default) locale, replacing the parameters in the text with those supplied.
text(Locale, Object...) - Method in class org.modeshape.common.i18n.I18n
Get the localized text for the supplied locale, replacing the parameters in the text with those supplied.
text(Object...) - Method in interface org.modeshape.common.i18n.I18nResource
Get the localized text for the current (default) locale, replacing the parameters in the text with those supplied.
text(Locale, Object...) - Method in interface org.modeshape.common.i18n.I18nResource
Get the localized text for the supplied locale, replacing the parameters in the text with those supplied.
text(Object...) - Method in class org.modeshape.common.i18n.TextI18n
 
text(Locale, Object...) - Method in class org.modeshape.common.i18n.TextI18n
 
TextDecoder - Interface in org.modeshape.common.text
Interface for components that can decode text.
TextEncoder - Interface in org.modeshape.common.text
Interface for components that can encode text.
TextI18n - Class in org.modeshape.common.i18n
A pass-through implementation of I18nResource which uses an underlying text as the real value, ignoring any kind of internationalization.
TextI18n(String) - Constructor for class org.modeshape.common.i18n.TextI18n
 
ThreadPoolFactory - Interface in org.modeshape.common.util
Factory interface for creating/obtaining named thread pools.
ThreadPools - Class in org.modeshape.common.util
A simple ThreadPoolFactory implementation.
ThreadPools() - Constructor for class org.modeshape.common.util.ThreadPools
 
ThreadSafe - Annotation Type in org.modeshape.common.annotation
Copyright (c) 2005 Brian Goetz and Tim Peierls.
Released under the Creative Commons Attribution License
(http://creativecommons.org/licenses/by/2.5)
Official home: http://www.jcip.net
Adopted from Java Concurrency in Practice.
ThreadSafeProblems - Class in org.modeshape.common.collection
A thread-safe Problems collection.
ThreadSafeProblems() - Constructor for class org.modeshape.common.collection.ThreadSafeProblems
 
throwNoMoreContent() - Method in class org.modeshape.common.text.TokenStream
 
TimeBasedKeys - Class in org.modeshape.common.util
This is a generator of simple unique and (non-monotonically) increasing long-value keys that incorporate the time in which they were generated.
TimeBasedKeys(short) - Constructor for class org.modeshape.common.util.TimeBasedKeys
Create a new key generator.
titleCase(String, String...) - Method in class org.modeshape.common.text.Inflector
Capitalizes all the words and replaces some characters in the string to create a nicer looking title.
toArray() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedCollection
 
toArray(T[]) - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedCollection
 
toArray() - Method in class org.modeshape.common.collection.ImmutableAppendedList
 
toArray(X[]) - Method in class org.modeshape.common.collection.ImmutableAppendedList
 
toBigDecimal() - Method in class org.modeshape.common.math.Duration
 
TokenFactory() - Constructor for class org.modeshape.common.text.TokenStream.TokenFactory
 
tokenize(TokenStream.CharacterStream, TokenStream.Tokens) - Method in class org.modeshape.common.text.TokenStream.BasicTokenizer
 
tokenize(TokenStream.CharacterStream, TokenStream.Tokens) - Method in interface org.modeshape.common.text.TokenStream.Tokenizer
Process the supplied characters and construct the appropriate TokenStream.Token objects.
tokens - Variable in class org.modeshape.common.text.TokenStream.TokenFactory
 
TokenStream - Class in org.modeshape.common.text
A foundation for basic parsers that tokenizes input content and allows parsers to easily access and use those tokens.
TokenStream(String, TokenStream.Tokenizer, boolean) - Constructor for class org.modeshape.common.text.TokenStream
 
TokenStream.BasicTokenizer - Class in org.modeshape.common.text
A basic TokenStream.Tokenizer implementation that ignores whitespace but includes tokens for individual symbols, the period ('.'), single-quoted strings, double-quoted strings, whitespace-delimited words, and optionally comments.
TokenStream.CaseInsensitiveToken - Class in org.modeshape.common.text
 
TokenStream.CaseInsensitiveTokenFactory - Class in org.modeshape.common.text
 
TokenStream.CaseSensitiveToken - Class in org.modeshape.common.text
An immutable TokenStream.Token that implements matching using case-sensitive logic.
TokenStream.CaseSensitiveTokenFactory - Class in org.modeshape.common.text
 
TokenStream.CharacterArrayStream - Class in org.modeshape.common.text
An implementation of TokenStream.CharacterStream that works with a single character array.
TokenStream.CharacterStream - Interface in org.modeshape.common.text
Interface used by a TokenStream.Tokenizer to iterate through the characters in the content input to the TokenStream.
TokenStream.Token - Interface in org.modeshape.common.text
The interface defining a token, which references the characters in the actual input character stream.
TokenStream.TokenFactory - Class in org.modeshape.common.text
 
TokenStream.Tokenizer - Interface in org.modeshape.common.text
Interface for a Tokenizer component responsible for processing the characters in a TokenStream.CharacterStream and constructing the appropriate TokenStream.Token objects.
TokenStream.Tokens - Interface in org.modeshape.common.text
A factory for Token objects, used by a TokenStream.Tokenizer to create tokens in the correct order.
toSimpleString() - Method in class org.modeshape.common.math.Duration.Components
Return the duration as a string in a form containing hours, minutes, and seconds, excluding the fractional part of the seconds.
toSimpleString() - Method in class org.modeshape.common.math.Duration
Writes the duration in a form containing hours, minutes, and seconds, excluding the fractional part of the seconds.
toString() - Method in class org.modeshape.common.collection.AbstractMultimap
 
toString() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedCollection
 
toString() - Method in class org.modeshape.common.collection.AbstractMultimap.WrappedMap
 
toString() - Method in class org.modeshape.common.collection.AbstractProblems
 
toString() - Method in class org.modeshape.common.collection.ImmutableAppendedList
 
toString() - Method in class org.modeshape.common.collection.ImmutableMapEntry
 
toString() - Method in class org.modeshape.common.collection.ImmutableProblems
 
toString() - Method in class org.modeshape.common.collection.LinkedListMultimap.Entry
toString() - Method in class org.modeshape.common.collection.LinkedListMultimap
 
toString() - Method in class org.modeshape.common.collection.Problem
 
toString() - Method in class org.modeshape.common.collection.ring.Pointer
 
toString() - Method in class org.modeshape.common.collection.ring.TrailingPointer
 
toString() - Method in class org.modeshape.common.collection.UnmodifiableProperties
 
toString() - Method in class org.modeshape.common.database.DatabaseType
 
toString() - Method in class org.modeshape.common.i18n.I18n
 
toString() - Method in class org.modeshape.common.math.Duration.Components
Return the duration as a string in a form containing hours, minutes, and seconds, including the fractional part of the seconds.
toString() - Method in class org.modeshape.common.math.Duration
Writes the duration in a form containing hours, minutes, and seconds, including the fractional part of the seconds.
toString() - Method in class org.modeshape.common.statistic.DetailedStatistics
 
toString() - Method in class org.modeshape.common.statistic.Histogram.Bucket
 
toString() - Method in class org.modeshape.common.statistic.SimpleStatistics
 
toString() - Method in class org.modeshape.common.statistic.Stopwatch
 
toString() - Method in class org.modeshape.common.text.Inflector.Rule
 
toString() - Method in class org.modeshape.common.text.Position
 
toString() - Method in class org.modeshape.common.text.TokenStream.CaseSensitiveToken
 
toString() - Method in class org.modeshape.common.text.TokenStream
 
toString(Object, int) - Static method in class org.modeshape.common.util.ClassUtil
 
toString() - Method in class org.modeshape.common.util.Reflection.Property
toString() - Method in enum org.modeshape.common.util.SecureHash.Algorithm
 
toString() - Method in class org.modeshape.common.util.SelfClosingInputStream
 
trace(String, Object...) - Method in class org.modeshape.common.logging.Logger
Log a message at the TRACE level according to the specified format and (optional) parameters.
trace(Throwable, String, Object...) - Method in class org.modeshape.common.logging.Logger
Log an exception (throwable) at the TRACE level with an accompanying message.
trailingPointer - Variable in class org.modeshape.common.collection.ring.GarbageCollectingConsumer
 
TrailingPointer - Class in org.modeshape.common.collection.ring
A Pointer that will always stay behind a number of other Pointer instances, which can be safely and dynamically added or removed.
TrailingPointer(Pointer...) - Constructor for class org.modeshape.common.collection.ring.TrailingPointer
 
TrailingPointer(long, Pointer...) - Constructor for class org.modeshape.common.collection.ring.TrailingPointer
 
truncate(Object, int) - Static method in class org.modeshape.common.util.StringUtil
Truncate the supplied string to be no more than the specified length.
truncate(Object, int, String) - Static method in class org.modeshape.common.util.StringUtil
Truncate the supplied string to be no more than the specified length.
tryLock() - Method in class org.modeshape.common.collection.ring.RingBuffer.NoOpLock
 
tryLock(long, TimeUnit) - Method in class org.modeshape.common.collection.ring.RingBuffer.NoOpLock
 
type() - Method in class org.modeshape.common.text.TokenStream.CaseSensitiveToken
 
type() - Method in interface org.modeshape.common.text.TokenStream.Token
Get the type of the token.

U

unableToAccessResourceFileFromClassLoader - Static variable in class org.modeshape.common.CommonI18n
 
unbind(String) - Method in class org.modeshape.common.naming.SingletonInitialContext
 
unbind(Name) - Method in class org.modeshape.common.naming.SingletonInitialContext
 
underscore(String, char...) - Method in class org.modeshape.common.text.Inflector
Makes an underscored form from the expression in the string (the reverse of the camelCase method.
unexpectedCharacter - Static variable in class org.modeshape.common.CommonI18n
 
unexpectedToken - Static variable in class org.modeshape.common.CommonI18n
 
unexpectedTokenType - Static variable in class org.modeshape.common.CommonI18n
 
UNKNOWN - Static variable in class org.modeshape.common.database.DatabaseType
 
unlock() - Method in class org.modeshape.common.collection.ring.RingBuffer.NoOpLock
 
UnmodifiableProperties - Class in org.modeshape.common.collection
An immutable Properties implementation.
UnmodifiableProperties(Properties) - Constructor for class org.modeshape.common.collection.UnmodifiableProperties
 
unmodifiableSet(T...) - Static method in class org.modeshape.common.collection.Collections
 
unmodifiableSet(Collection<T>) - Static method in class org.modeshape.common.collection.Collections
 
unmodifiableSet(Set<T>) - Static method in class org.modeshape.common.collection.Collections
 
unzip(InputStream, String) - Static method in class org.modeshape.common.util.FileUtil
Unzip archive to the specified destination.
upperCamelCase(String, char...) - Method in class org.modeshape.common.text.Inflector
Converts strings to UpperCamelCase.
URL_SAFE - Static variable in class org.modeshape.common.util.Base64
Encode using Base64-like encoding that is URL- and Filename-safe as described in Section 4 of RFC3548: http://www.faqs.org/rfcs/rfc3548.html.
UrlEncoder - Class in org.modeshape.common.text
An encoder useful for converting text to be used within a URL, as defined by Section 2.3 of RFC 2396.
UrlEncoder() - Constructor for class org.modeshape.common.text.UrlEncoder
 
UTC - Static variable in class org.modeshape.common.util.DateTimeUtil
UTC zone id

V

value() - Method in class org.modeshape.common.text.TokenStream.CaseSensitiveToken
 
value() - Method in interface org.modeshape.common.text.TokenStream.Token
Get the value of the token, in actual case.
ValueIterator() - Constructor for class org.modeshape.common.collection.AbstractMultimap.ValueIterator
 
ValueIterator(K) - Constructor for class org.modeshape.common.collection.LinkedListMultimap.ValueIterator
 
ValueIterator(K, int) - Constructor for class org.modeshape.common.collection.LinkedListMultimap.ValueIterator
 
valueOf(String) - Static method in enum org.modeshape.common.collection.Problem.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.modeshape.common.database.DatabaseType.Name
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.modeshape.common.logging.Logger.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.modeshape.common.util.SecureHash.Algorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.modeshape.common.util.StringUtil.Justify
Returns the enum constant of this type with the specified name.
values() - Method in class org.modeshape.common.collection.AbstractMultimap
 
values() - Method in class org.modeshape.common.collection.LinkedListMultimap
 
values() - Method in interface org.modeshape.common.collection.Multimap
Return a collection of all values in this multimap.
values() - Static method in enum org.modeshape.common.collection.Problem.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.modeshape.common.collection.UnmodifiableProperties
 
values() - Static method in enum org.modeshape.common.database.DatabaseType.Name
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.modeshape.common.logging.Logger.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.modeshape.common.statistic.Histogram
 
values() - Static method in enum org.modeshape.common.util.SecureHash.Algorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.modeshape.common.util.StringUtil.Justify
Returns an array containing the constants of this enum type, in the order they are declared.
ValuesCollection() - Constructor for class org.modeshape.common.collection.AbstractMultimap.ValuesCollection
 

W

waitFor(long, Pointer, Pointer, PointerBarrier) - Method in class org.modeshape.common.collection.ring.BlockingWaitStrategy
 
waitFor(long) - Method in interface org.modeshape.common.collection.ring.PointerBarrier
Wait for the given position to be available for consumption.
waitFor(long, Pointer, Pointer, PointerBarrier) - Method in interface org.modeshape.common.collection.ring.WaitStrategy
Wait for the given position to be available.
waitForCompletion() - Method in class org.modeshape.common.collection.ring.RingBuffer.ConsumerRunner
 
waitStrategy - Variable in class org.modeshape.common.collection.ring.SingleProducerCursor
 
WaitStrategy - Interface in org.modeshape.common.collection.ring
Strategy that encapsulates how to wait for a Pointer to make the supplied position available.
waitUsing(WaitStrategy) - Method in class org.modeshape.common.collection.ring.RingBufferBuilder
 
warn(I18nResource, Object...) - Method in class org.modeshape.common.logging.Logger
Log a message at the WARNING level according to the specified format and (optional) parameters.
warn(Throwable, I18nResource, Object...) - Method in class org.modeshape.common.logging.Logger
Log an exception (throwable) at the WARNING level with an accompanying message.
warningCount() - Method in class org.modeshape.common.collection.AbstractProblems
 
warningCount() - Method in class org.modeshape.common.collection.ImmutableProblems
 
warningCount() - Method in interface org.modeshape.common.collection.Problems
Determine the number of warnings within these results.
withMultipleProducers(Executor, RingBuffer.ConsumerAdapter<T, C>) - Static method in class org.modeshape.common.collection.ring.RingBufferBuilder
Create a builder for ring buffers that use the supplied Executor to create consumer threads and the supplied RingBuffer.ConsumerAdapter to adapt to custom consumer implementations.
withMultipleProducers(Executor, Class<T>) - Static method in class org.modeshape.common.collection.ring.RingBufferBuilder
Create a builder for ring buffers that use the supplied Executor to create threads for each Consumer instance.
withSingleProducer(Executor, RingBuffer.ConsumerAdapter<T, C>) - Static method in class org.modeshape.common.collection.ring.RingBufferBuilder
Create a builder for ring buffers that use the supplied Executor to create consumer threads and the supplied RingBuffer.ConsumerAdapter to adapt to custom consumer implementations.
withSingleProducer(Executor, Class<T>) - Static method in class org.modeshape.common.collection.ring.RingBufferBuilder
Create a builder for ring buffers that use the supplied Executor to create threads for each Consumer instance.
withType(int) - Method in class org.modeshape.common.text.TokenStream.CaseInsensitiveToken
 
withType(int) - Method in class org.modeshape.common.text.TokenStream.CaseSensitiveToken
 
withType(int) - Method in interface org.modeshape.common.text.TokenStream.Token
Bitmask ORed with existing type value.
WORD - Static variable in class org.modeshape.common.text.TokenStream.BasicTokenizer
The token type for tokens that represent an unquoted string containing a character sequence made up of non-whitespace and non-symbol characters.
wrapCollection(K, Collection<V>) - Method in class org.modeshape.common.collection.AbstractMultimap
 
wrapKeySet() - Method in class org.modeshape.common.collection.AbstractMultimap
 
wrapList(K, List<V>) - Method in class org.modeshape.common.collection.AbstractMultimap
 
wrapMap(Map<K, Collection<V>>) - Method in class org.modeshape.common.collection.AbstractMultimap
 
WrappedCollection(K, Collection<V>) - Constructor for class org.modeshape.common.collection.AbstractMultimap.WrappedCollection
 
WrappedEntrySet() - Constructor for class org.modeshape.common.collection.AbstractMultimap.WrappedMap.WrappedEntrySet
 
WrappedKeySet(Map<K, Collection<V>>) - Constructor for class org.modeshape.common.collection.AbstractMultimap.WrappedKeySet
 
WrappedList(K, Collection<V>) - Constructor for class org.modeshape.common.collection.AbstractMultimap.WrappedList
 
WrappedMap(Map<K, Collection<V>>) - Constructor for class org.modeshape.common.collection.AbstractMultimap.WrappedMap
 
WrappedMapEntryIterator() - Constructor for class org.modeshape.common.collection.AbstractMultimap.WrappedMap.WrappedMapEntryIterator
 
WrappedSortedKeySet(SortedMap<K, Collection<V>>) - Constructor for class org.modeshape.common.collection.AbstractMultimap.WrappedSortedKeySet
 
wrappedStream() - Method in class org.modeshape.common.util.SelfClosingInputStream
Returns the stream that this instance wraps.
write(int) - Method in class org.modeshape.common.util.Base64.OutputStream
Writes the byte to the output stream after converting to/from Base64 notation.
write(byte[], int, int) - Method in class org.modeshape.common.util.Base64.OutputStream
Calls Base64.OutputStream.write(int) repeatedly until len bytes are written.
write(String, File) - Static method in class org.modeshape.common.util.IoUtil
Write the entire contents of the supplied string to the given file.
write(String, OutputStream) - Static method in class org.modeshape.common.util.IoUtil
Write the entire contents of the supplied string to the given stream.
write(String, Writer) - Static method in class org.modeshape.common.util.IoUtil
Write the entire contents of the supplied string to the given writer.
write(InputStream, OutputStream) - Static method in class org.modeshape.common.util.IoUtil
Write the entire contents of the supplied string to the given stream.
write(InputStream, OutputStream, int) - Static method in class org.modeshape.common.util.IoUtil
Write the entire contents of the supplied string to the given stream.
write(Reader, Writer) - Static method in class org.modeshape.common.util.IoUtil
Write the entire contents of the supplied string to the given writer.
write(String, OutputStream) - Static method in class org.modeshape.common.util.StringUtil
Write the entire contents of the supplied string to the given stream.
write(String, Writer) - Static method in class org.modeshape.common.util.StringUtil
Write the entire contents of the supplied string to the given writer.
writeObjectAsString(Object, StringBuilder, boolean) - Method in class org.modeshape.common.util.Reflection
 
writeTo(Logger) - Method in class org.modeshape.common.collection.AbstractProblems
 
writeTo(Logger, Problem.Status, Problem.Status...) - Method in class org.modeshape.common.collection.AbstractProblems
 
writeTo(Logger) - Method in class org.modeshape.common.collection.ImmutableProblems
 
writeTo(Logger, Problem.Status, Problem.Status...) - Method in class org.modeshape.common.collection.ImmutableProblems
 
writeTo(Logger) - Method in interface org.modeshape.common.collection.Problems
Write the problems to the supplied logger.
writeTo(Logger, Problem.Status, Problem.Status...) - Method in interface org.modeshape.common.collection.Problems
Write the problems to the supplied logger.

X

XmlCharacters - Class in org.modeshape.common.xml
A utility class for determining the validity of various XML names, per the XML 1.0 Specification.
XmlNameEncoder - Class in org.modeshape.common.text
An encoder and decoder for XML element and attribute names.
XmlNameEncoder() - Constructor for class org.modeshape.common.text.XmlNameEncoder
 
XmlValueEncoder - Class in org.modeshape.common.text
An encoder useful for converting text to be used within XML attribute values.
XmlValueEncoder() - Constructor for class org.modeshape.common.text.XmlValueEncoder
 

Z

zipDir(String, String) - Static method in class org.modeshape.common.util.FileUtil
Compresses directory into zip archive.

_

_compute(int, Object...) - Static method in class org.modeshape.common.util.HashCode
Compute a combined hash code from the supplied objects using the supplied seed.
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 
Skip navigation links
ModeShape Common 5.5.0.fcr

Copyright © 2008–2021 JBoss, a division of Red Hat. All rights reserved.