Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.ide.extension
Interface DynamicHook.ElementTypeResolver  view DynamicHook.ElementTypeResolver download DynamicHook.ElementTypeResolver.java

Enclosing interface:
DynamicHook

public static interface DynamicHook.ElementTypeResolver

An object which can resolve an ElementName into a Class type for that element.


Method Summary
 java.lang.Class resolveType(ElementName elementName)
          Resolves a fully-qualified element name to a runtime type which is capable of consuming information in child elements as laid out by the rules defined by DynamicHook.
 

Method Detail

resolveType

public java.lang.Class resolveType(ElementName elementName)
Resolves a fully-qualified element name to a runtime type which is capable of consuming information in child elements as laid out by the rules defined by DynamicHook.