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

Package class diagram package ValueEscaper
All Known Implementing Classes:
EscapeAllTheSameValueEscaper

public interface ValueEscaper

Escapes config key, property name and value.


Method Summary
 String escapeConfigKey(String value)
          Escapes the given config key.
 String escapeName(String value)
          Escapes the given property name.
 String escapeValue(String value)
          Escapes the given value.
 

Method Detail

escapeConfigKey

String escapeConfigKey(String value)
Escapes the given config key.

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

escapeName

String escapeName(String value)
Escapes the given property name.

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

escapeValue

String escapeValue(String value)
Escapes the given value.

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


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