JBoss Metadata Common 7.2.2.Final

org.jboss.metadata.property
Interface PropertyReplacer

All Known Implementing Classes:
DefaultExpressionReplacer

public interface PropertyReplacer

Replace any properties found within the provided text.

Author:
John Bailey
See Also:
PropertyReplacers

Method Summary
 String replaceProperties(String text)
          Replace any properties found within the text provided.
 

Method Detail

replaceProperties

String replaceProperties(String text)
Replace any properties found within the text provided.

Parameters:
text - Text to replace properties within
Returns:
The text with properties replaced

JBoss Metadata Common 7.2.2.Final

Copyright © 2015 JBoss by Red Hat. All Rights Reserved.