org.specrunner.formatters.core
Class FormatterManagerImpl

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,T>
          extended by org.specrunner.util.mapping.core.MappingManagerImpl<IFormatter>
              extended by org.specrunner.formatters.core.FormatterManagerImpl
All Implemented Interfaces:
Serializable, Cloneable, Map<String,IFormatter>, IFormatterManager, IMappingManager<IFormatter>

public class FormatterManagerImpl
extends MappingManagerImpl<IFormatter>
implements IFormatterManager

Default formatter manager implementation.

Author:
Thiago Santos
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Field Summary
 
Fields inherited from class org.specrunner.util.mapping.core.MappingManagerImpl
initialized
 
Fields inherited from interface org.specrunner.util.mapping.IMappingManager
DEFAULT_NAME
 
Constructor Summary
FormatterManagerImpl()
          Default constructor.
 
Method Summary
 
Methods inherited from class org.specrunner.util.mapping.core.MappingManagerImpl
bind, get, getDefault, initialize, keySet, normalizeKey, setDefault
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, isEmpty, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.specrunner.util.mapping.IMappingManager
bind, getDefault, setDefault
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Constructor Detail

FormatterManagerImpl

public FormatterManagerImpl()
Default constructor.



Copyright © 2015. All rights reserved.