Documentation of 'org.clapper.util.text.AbstractVariableSubstituter' Java class
AbstractVariableSubstituter
org.clapper.util.text

Class AbstractVariableSubstituter

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean getAbortOnSyntaxError()
      Get the value of the flag that controls whether the substitute() methods will abort when they encounter a syntax error.
      boolean getAbortOnUndefinedVariable()
      Get the value of the flag that controls whether the substitute() methods will abort when they encounter an undefined variable.
      boolean legalVariableCharacter(char c)
      Determine whether a character is a legal variable identifier character.
      void setAbortOnSyntaxError(boolean enable)
      Set or clear the flag that controls whether the substitute() methods will abort when they encounter a syntax error.
      void setAbortOnUndefinedVariable(boolean enable)
      Set or clear the flag that controls whether the substitute() methods will abort when they encounter an undefined variable.
      java.lang.String 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 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.
      abstract java.lang.String 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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.