Class | Description |
---|---|
Dos2UnixResource |
A decorative TextResource which can wrap any TextResource
Replaces \r\n line endings in the wrapped TextResource with \n line endings
The wrapped resource is not actually altered, it only looks different to calling code
|
SubstituteVariableResource |
A decorative TextResource which can wrap any TextResource
Substitutes variables in a TextResources content represented by ${variableName} with a desired value
Replaces all such instances of ${variableName} with the desired value
The wrapped resource is not actually altered, it only looks different to calling code
|
Copyright © 2016. All rights reserved.