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.
-
- Throws:
java.lang.IllegalAccessException
java.lang.InstantiationException
recognize
public boolean recognize(Element source)
- Returns
true
if this dependable factory recognizes the specified source
object.
Copyright © 1997, 2004, Oracle. All rights reserved.