| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.1.0) E13403-02  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.ide.model.Recognizer
public abstract class Recognizer
The Recognizer interface provides the API for recognizing
  data types from specific uris.
  Data model frameworks can register their own recognizer with the
  DocumentFactory.
DocumentFactory| Constructor Summary | |
|---|---|
Recognizer()
 | 
|
| Method Summary | |
|---|---|
abstract  MetaClass | 
recognize(java.net.URI uri)
Gets the Class of the data item associated with the
  specified URI. | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Recognizer()
| Method Detail | 
|---|
public abstract MetaClass recognize(java.net.URI uri)
Class of the data item associated with the
  specified URI.  Implementations must return
  null if the URI is not recognized. The
  Class returned must be the data model class.
uri - unique URI identifying the document.
MetaClass.
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.1.0) E13403-02  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||