Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.theme.types
Class TypeRegistry

java.lang.Object
  extended by org.nuxeo.theme.types.TypeRegistry
All Implemented Interfaces:
Registrable

public final class TypeRegistry
extends Object
implements Registrable


Constructor Summary
TypeRegistry()
           
 
Method Summary
 void clear()
          This method is called when the object is unregistered.
 List<String> getTypeNames(TypeFamily typeFamily)
           
 List<Type> getTypes(TypeFamily typeFamily)
           
 Type lookup(TypeFamily typeFamily, String... names)
           
 Type lookup(TypeFamily typeFamily, String name)
           
 void register(Type type)
           
 void unregister(Type type)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeRegistry

public TypeRegistry()
Method Detail

register

public void register(Type type)

unregister

public void unregister(Type type)

lookup

public Type lookup(TypeFamily typeFamily,
                   String name)

lookup

public Type lookup(TypeFamily typeFamily,
                   String... names)

getTypeNames

public List<String> getTypeNames(TypeFamily typeFamily)

getTypes

public List<Type> getTypes(TypeFamily typeFamily)

clear

public void clear()
Description copied from interface: Registrable
This method is called when the object is unregistered. Clean up local variables here.

Specified by:
clear in interface Registrable

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.