org.modeshape.jdbc.util
Interface TextDecoder

All Known Implementing Classes:
UrlEncoder

public interface TextDecoder

Interface for components that can decode text. This is the counterpart to TextEncoder.

See Also:
TextEncoder

Method Summary
 String decode(String encodedText)
          Return the decoded version of an encoded string
 

Method Detail

decode

String decode(String encodedText)
Return the decoded version of an encoded string

Parameters:
encodedText - the encoded text
Returns:
the unencoded form of the text, or null if the supplied node name is also null
See Also:
TextEncoder.encode(String)


Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.