de.smartics.properties.config.transfer.templatestream
Interface ValueEscaper

Package class diagram package ValueEscaper

public interface ValueEscaper

Escapes config key, property name and value.


Method Summary
 String escape(String value)
          Escapes the given value.
 

Method Detail

escape

String escape(String value)
Escapes the given value.

Parameters:
value - the value to escape. May be null.
Returns:
the escaped value.


Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.