Uses of Class
org.clapper.util.text.VariableSyntaxException

Packages that use VariableSyntaxException
org.clapper.util.text org.clapper.util.text - Text and String Classes. 
 

Uses of VariableSyntaxException in org.clapper.util.text
 

Methods in org.clapper.util.text that throw VariableSyntaxException
 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 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 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.