Package org.jboss.hal.meta
Class AbstractRegistry<T>
- java.lang.Object
-
- org.jboss.hal.meta.AbstractRegistry<T>
-
- Direct Known Subclasses:
ResourceDescriptionRegistry,SecurityContextRegistry
public abstract class AbstractRegistry<T> extends Object
Abstract registry which uses the specified statement context to resolve the address template.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontains(AddressTemplate template)Tlookup(AddressTemplate template)
-
-
-
Method Detail
-
contains
public boolean contains(AddressTemplate template)
-
lookup
public T lookup(AddressTemplate template) throws MissingMetadataException
- Throws:
MissingMetadataException
-
-