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

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

Uses of VariableSubstituter in org.clapper.util.text
 

Classes in org.clapper.util.text that implement VariableSubstituter
 class AbstractVariableSubstituter
          Abstract base class for VariableSubstituter classes, containing various useful utility methods.
 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.