org.specrunner.source.core
Class EncodedImpl

java.lang.Object
  extended by org.specrunner.source.core.EncodedImpl
All Implemented Interfaces:
IEncoded
Direct Known Subclasses:
AbstractSourceDumperFile, AbstractSourceFactory, BuilderFactoryImpl

public class EncodedImpl
extends Object
implements IEncoded

Default encoding factory.

Author:
Thiago Santos

Field Summary
 
Fields inherited from interface org.specrunner.source.IEncoded
DEFAULT_ENCODING, FEATURE_ENCODING
 
Constructor Summary
EncodedImpl()
           
 
Method Summary
 String getEncoding()
          Return the encoding.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncodedImpl

public EncodedImpl()
Method Detail

getEncoding

public String getEncoding()
Description copied from interface: IEncoded
Return the encoding.

Specified by:
getEncoding in interface IEncoded
Returns:
The encoding charset.


Copyright © 2014. All rights reserved.