Class RetainUnexpandedStrings

java.lang.Object
org.oddjob.arooa.runtime.RetainUnexpandedStrings
All Implemented Interfaces:
SubstitutionPolicy

public class RetainUnexpandedStrings extends Object implements SubstitutionPolicy
A SubstitutionPolicy that adds the ${} back onto any unresolved evaluations. This simulates Ant behaviour for undefined properties.
Author:
rob
  • Constructor Details

    • RetainUnexpandedStrings

      public RetainUnexpandedStrings()
  • Method Details