Uses of Package
org.clapper.util.text

Packages that use org.clapper.util.text
org.clapper.util.config org.clapper.util.config - A Configuration File Parser. 
org.clapper.util.text org.clapper.util.text - Text and String Classes. 
 

Classes in org.clapper.util.text used by org.clapper.util.config
VariableDereferencer
          The VariableDereferencer interface defines the behavior of classes that can look up variables by name, returning their values.
VariableNameChecker
          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.
VariableSubstitutionException
          A VariableSubstitutionException is thrown by the VariableSubstituter subclasses and VariableDereferencer subclasses to indicate a variable substitution problem.
 

Classes in org.clapper.util.text used by org.clapper.util.text
AbstractVariableSubstituter
          Abstract base class for VariableSubstituter classes, containing various useful utility methods.
UndefinedVariableException
          A UndefinedVariableException is thrown by the VariableSubstituter subclasses and VariableDereferencer subclasses to indicate an undefined variable.
VariableDereferencer
          The VariableDereferencer interface defines the behavior of classes that can look up variables by name, returning their values.
VariableNameChecker
          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
          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
          A VariableSubstitutionException is thrown by the VariableSubstituter subclasses and VariableDereferencer subclasses to indicate a variable substitution problem.
VariableSyntaxException
          A VariableSyntaxException is thrown by the VariableSubstituter subclasses and VariableDereferencer subclasses to indicate a syntax error in a variable reference.
XStringBufBase
          Abstract base class for XStringBuffer and XStringBuilder.
XStringBuffer
          An XStringBuffer objects wraps a standard Java StringBuffer object, providing a superset of StringBuffer's functionality.
XStringBuilder
          An XStringBuilder objects wraps a standard Java StringBuilder object, providing a superset of StringBuilder's functionality.
 



Copyright © 2004-2007 Brian M. Clapper. All Rights Reserved.