|
Extension SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
public Dependable create(Element source,
Folder owner)
throws java.lang.IllegalAccessException,
java.lang.InstantiationException
Dependable that encapsulates the source object.
The owner is the folder containing the source.
java.lang.IllegalAccessException
java.lang.InstantiationExceptionpublic boolean recognize(Element source)
true if this dependable factory recognizes the
specified source object.
|
Extension SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright ©1997, 2003, Oracle. All rights reserved.