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

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

Uses of AbstractVariableSubstituter in org.clapper.util.text
 

Subclasses of AbstractVariableSubstituter in org.clapper.util.text
 class UnixShellVariableSubstituter
          The UnixShellVariableSubstituter class implements the VariableSubstituter interface and provides an inline variable substitution capability using a simplified Unix Bourne (or GNU bash) shell variable syntax.
 class WindowsCmdVariableSubstituter
          The WindowsCmdVariableSubstituter class implements the VariableSubstituter interface and provides an inline variable substitution capability using a syntax that's reminiscent of the Microsoft Windows cmd.exe command interpreter.
 



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