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..
create
public 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.
recognize
public boolean recognize(Element source)
- Returns
true
if this dependable factory recognizes the
specified source
object.