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

V

valueOf(String) - Static method in enum org.clapper.util.io.CombinationFilterMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.clapper.util.io.FileFilterMatchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.clapper.util.io.JustifyStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.clapper.util.io.MultipleRegexFilenameFilter.MatchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.clapper.util.io.RollingFileWriter.Compression
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.clapper.util.logging.LogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.clapper.util.scripting.ScriptFrameworkType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.clapper.util.io.CombinationFilterMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.clapper.util.io.FileFilterMatchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.clapper.util.io.JustifyStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.clapper.util.io.MultipleRegexFilenameFilter.MatchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.clapper.util.io.RollingFileWriter.Compression
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.clapper.util.logging.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.clapper.util.misc.FileHashMap
Returns a collection view of the values contained in this map.
values() - Method in class org.clapper.util.misc.LRUMap
Returns a collection view of the values contained in this map.
values() - Method in class org.clapper.util.misc.MultiValueMap
Returns a collection view of the values contained in this map.
values() - Static method in enum org.clapper.util.scripting.ScriptFrameworkType
Returns an array containing the constants of this enum type, in the order they are declared.
VARIABLE_METACHARACTERS - Static variable in class org.clapper.util.text.UnixShellVariableSubstituter
List of metacharacters that are used to introduce a variable reference.
VariableDereferencer - Interface in org.clapper.util.text
The VariableDereferencer interface defines the behavior of classes that can look up variables by name, returning their values.
VariableNameChecker - Interface in org.clapper.util.text
This interface defines the methods for a class that checks characters to determine whether they're legal for a variable name that's to be substituted by a VariableSubstituter object.
VariableSubstituter - Interface in org.clapper.util.text
This interface defines the methods for a class that does inline variable substitution, converting strings containing variable references into strings where the variables are replaced with their corresponding values.
VariableSubstitutionException - Exception in org.clapper.util.text
A VariableSubstitutionException is thrown by the VariableSubstituter subclasses and VariableDereferencer subclasses to indicate a variable substitution problem.
VariableSubstitutionException() - Constructor for exception org.clapper.util.text.VariableSubstitutionException
Default constructor, for an exception with no nested exception and no message.
VariableSubstitutionException(Throwable) - Constructor for exception org.clapper.util.text.VariableSubstitutionException
Constructs an exception containing another exception, but no message of its own.
VariableSubstitutionException(String) - Constructor for exception org.clapper.util.text.VariableSubstitutionException
Constructs an exception containing an error message, but no nested exception.
VariableSubstitutionException(String, Throwable) - Constructor for exception org.clapper.util.text.VariableSubstitutionException
Constructs an exception containing another exception and a message.
VariableSubstitutionException(String, String, String) - Constructor for exception org.clapper.util.text.VariableSubstitutionException
Constructs an exception containing a resource bundle name, a message key, and a default message (in case the resource bundle can't be found).
VariableSubstitutionException(String, String, String, Object[]) - Constructor for exception org.clapper.util.text.VariableSubstitutionException
Constructs an exception containing a resource bundle name, a message key, a default message format (in case the resource bundle can't be found), and arguments to be incorporated in the message via java.text.MessageFormat.
VariableSubstitutionException(String, String, String, Throwable) - Constructor for exception org.clapper.util.text.VariableSubstitutionException
Constructs an exception containing a resource bundle name, a message key, a default message (in case the resource bundle can't be found), and another exception.
VariableSubstitutionException(String, String, String, Object[], Throwable) - Constructor for exception org.clapper.util.text.VariableSubstitutionException
Constructs an exception containing a resource bundle name, a message key, a default message format (in case the resource bundle can't be found), arguments to be incorporated in the message via java.text.MessageFormat, and another exception.
VariableSyntaxException - Exception in org.clapper.util.text
A VariableSyntaxException is thrown by the VariableSubstituter subclasses and VariableDereferencer subclasses to indicate a syntax error in a variable reference.
VariableSyntaxException() - Constructor for exception org.clapper.util.text.VariableSyntaxException
Default constructor, for an exception with no nested exception and no message.
VariableSyntaxException(Throwable) - Constructor for exception org.clapper.util.text.VariableSyntaxException
Constructs an exception containing another exception, but no message of its own.
VariableSyntaxException(String) - Constructor for exception org.clapper.util.text.VariableSyntaxException
Constructs an exception containing an error message, but no nested exception.
VariableSyntaxException(String, Throwable) - Constructor for exception org.clapper.util.text.VariableSyntaxException
Constructs an exception containing another exception and a message.
VariableSyntaxException(String, String, String) - Constructor for exception org.clapper.util.text.VariableSyntaxException
Constructs an exception containing a resource bundle name, a message key, and a default message (in case the resource bundle can't be found).
VariableSyntaxException(String, String, String, Object[]) - Constructor for exception org.clapper.util.text.VariableSyntaxException
Constructs an exception containing a resource bundle name, a message key, a default message format (in case the resource bundle can't be found), and arguments to be incorporated in the message via java.text.MessageFormat.
VariableSyntaxException(String, String, String, Throwable) - Constructor for exception org.clapper.util.text.VariableSyntaxException
Constructs an exception containing a resource bundle name, a message key, a default message (in case the resource bundle can't be found), and another exception.
VariableSyntaxException(String, String, String, Object[], Throwable) - Constructor for exception org.clapper.util.text.VariableSyntaxException
Constructs an exception containing a resource bundle name, a message key, a default message format (in case the resource bundle can't be found), arguments to be incorporated in the message via java.text.MessageFormat, and another exception.
Version - Class in org.clapper.util.misc
Contains the software version for the org.clapper.util library.
VersionBase - Class in org.clapper.util.misc
Base class for classes that want to access and display version information that's stored in a resource bundle generated by BuildInfo.makeBuildInfoBundle() as well as a static resource bundle containing non-build related strings.
VersionBase() - Constructor for class org.clapper.util.misc.VersionBase
Creates a new instance of VersionBase
VersionMismatchException - Exception in org.clapper.util.misc
Thrown by version-sensitive classes to indicate a fatal version mismatch.
VersionMismatchException(String, String, String) - Constructor for exception org.clapper.util.misc.VersionMismatchException
Constructs an exception containing an error message, but no nested exception.
VersionMismatchException(String, Throwable, String, String) - Constructor for exception org.clapper.util.misc.VersionMismatchException
Constructs an exception containing another exception and a message.
VersionMismatchException(String, String, String, String, String) - Constructor for exception org.clapper.util.misc.VersionMismatchException
Constructs an exception containing a resource bundle name, a message key, and a default message (in case the resource bundle can't be found).
VersionMismatchException(String, String, String, Object[], String, String) - Constructor for exception org.clapper.util.misc.VersionMismatchException
Constructs an exception containing a resource bundle name, a message key, and a default message (in case the resource bundle can't be found).
VersionMismatchException(String, String, String, Throwable, String, String) - Constructor for exception org.clapper.util.misc.VersionMismatchException
Constructs an exception containing a resource bundle name, a message key, a default message (in case the resource bundle can't be found), and another exception.
VersionMismatchException(String, String, String, Object[], Throwable, String, String) - Constructor for exception org.clapper.util.misc.VersionMismatchException
Constructs an exception containing a resource bundle name, a message key, a default message format (in case the resource bundle can't be found), arguments to be incorporated in the message via java.text.MessageFormat, and another exception.
visit(int, int, String, String, String, String[]) - Method in class org.clapper.util.classutil.ClassInfo
"Visit" a class.

A B C D E F G H I J K L M N O P R S T U V W X Z
Copyright © 2004-2007 Brian M. Clapper. All Rights Reserved.