Uses of Interface
org.clapper.util.text.VariableDereferencer

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

Uses of VariableDereferencer in org.clapper.util.config
 

Classes in org.clapper.util.config that implement VariableDereferencer
 class Configuration
          Configuration implements a parser, generator and in-memory store for a configuration file whose syntax is reminiscent of classic Windows .INI files, though with many extensions.
 

Uses of VariableDereferencer in org.clapper.util.text
 

Classes in org.clapper.util.text that implement VariableDereferencer
 class MapVariableDereferencer
          The MapVariableDereferencer class implements the VariableDereferencer interface and resolves variable references by looking them up in a supplied Map object.
 class MultipleMapVariableDereferencer
          /** The MultipleMapVariableDereferencer class implements the VariableDereferencer interface and resolves variable references by looking them up in one or more supplied Map objects.
 

Methods in org.clapper.util.text with parameters of type VariableDereferencer
 java.lang.String AbstractVariableSubstituter.substitute(java.lang.String s, VariableDereferencer deref)
          Substitute all variable references in the supplied string, using a Unix Bourne Shell-style variable syntax.
 java.lang.String VariableSubstituter.substitute(java.lang.String s, VariableDereferencer deref, java.lang.Object context)
          Substitute all variable references in the supplied string, returning the new String, according to the variable syntax defined by the implementing class.
 java.lang.String AbstractVariableSubstituter.substitute(java.lang.String s, VariableDereferencer deref, java.lang.Object context)
          Substitute all variable references in the supplied string, using a Unix Bourne Shell-style variable syntax.
 java.lang.String WindowsCmdVariableSubstituter.substitute(java.lang.String s, VariableDereferencer deref, VariableNameChecker nameChecker, java.lang.Object context)
          Substitute all variable references in the supplied string, using a Unix Bourne Shell-style variable syntax.
 java.lang.String VariableSubstituter.substitute(java.lang.String s, VariableDereferencer deref, VariableNameChecker nameChecker, java.lang.Object context)
          Substitute all variable references in the supplied string, returning the new String, according to the variable syntax defined by the implementing class.
 java.lang.String UnixShellVariableSubstituter.substitute(java.lang.String s, VariableDereferencer deref, VariableNameChecker nameChecker, java.lang.Object context)
          Substitute all variable references in the supplied string, using a Unix Bourne Shell-style variable syntax.
abstract  java.lang.String AbstractVariableSubstituter.substitute(java.lang.String s, VariableDereferencer deref, VariableNameChecker nameChecker, java.lang.Object context)
          Substitute all variable references in the supplied string, using a Unix Bourne Shell-style variable syntax.
 java.lang.String UnixShellVariableSubstituter.substitute(java.lang.String s, VariableDereferencer deref, VariableNameChecker nameChecker, java.lang.Object context, boolean allowEscapes)
          Deprecated. As of version 2.3; please use UnixShellVariableSubstituter.setHonorEscapes(boolean)
 



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