Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


oracle.ide.model
Interface DependableRecognizer

All Known Implementing Classes:
JLibraryManager

public interface DependableRecognizer

DependableRecognizer interface. Responsible for creating dependable objects. In general, dependable objects are dealt with first by commands such as compilation, deployment, etc..


Method Summary
 Dependable create(Element source, Folder owner)
          Creates a Dependable that encapsulates the source object.
 boolean recognize(Element source)
          Returns true if this dependable factory recognizes the specified source object.

 

Method Detail

create

Dependable create(Element source,
                  Folder owner)
                  throws java.lang.IllegalAccessException,
                         java.lang.InstantiationException
Creates a Dependable that encapsulates the source object. The owner is the folder containing the source.
Throws:
java.lang.IllegalAccessException
java.lang.InstantiationException

recognize

boolean recognize(Element source)
Returns true if this dependable factory recognizes the specified source object.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


Copyright © 1997, 2011, Oracle. All rights reserved.