Java EE 5 SDK

com.sun.appserv.management.util.stringifier
Class StringifierRegistryIniterImpl

java.lang.Object
  extended by com.sun.appserv.management.util.stringifier.StringifierRegistryIniterImpl
All Implemented Interfaces:
StringifierRegistryIniter
Direct Known Subclasses:
StringifierRegistryIniter

public class StringifierRegistryIniterImpl
extends Object
implements StringifierRegistryIniter

Registers all standard Stringifiers.


Constructor Summary
StringifierRegistryIniterImpl(StringifierRegistry registry)
           
 
Method Summary
 void add(Class theClass, Stringifier theStringifier)
          Add a mapping from the class to its Stringifier
 StringifierRegistry getRegistry()
          Get the registry in use by this Stringifier
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringifierRegistryIniterImpl

public StringifierRegistryIniterImpl(StringifierRegistry registry)
Method Detail

add

public void add(Class theClass,
                Stringifier theStringifier)
Description copied from interface: StringifierRegistryIniter
Add a mapping from the class to its Stringifier

Specified by:
add in interface StringifierRegistryIniter

getRegistry

public StringifierRegistry getRegistry()
Description copied from interface: StringifierRegistryIniter
Get the registry in use by this Stringifier

Specified by:
getRegistry in interface StringifierRegistryIniter

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.