|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.wst.server.core.model.ModuleArtifactAdapterDelegate
public abstract class ModuleArtifactAdapterDelegate
A module artifact adapter converts from some view's model object into a module artifact that is recognized by one or more server types.
This is the implementation of a moduleArtifactAdapter extension point.
This abstract class is intended to be extended only by clients
to extend the moduleArtifactAdapters
extension point.
Constructor Summary | |
---|---|
ModuleArtifactAdapterDelegate()
|
Method Summary | |
---|---|
abstract IModuleArtifact |
getModuleArtifact(java.lang.Object obj)
Converts from an arbitrary object to an module artifact. |
IModuleArtifact[] |
getModuleArtifacts(java.lang.Object obj)
Converts from an arbitrary object to an module artifact. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModuleArtifactAdapterDelegate()
Method Detail |
---|
public abstract IModuleArtifact getModuleArtifact(java.lang.Object obj)
obj
- an arbitrary object from a view or editor
null
if this
adapter does not recognize or cannot adapt the objectpublic IModuleArtifact[] getModuleArtifacts(java.lang.Object obj)
obj
- an arbitrary object from a view or editor
null
if this
adapter does not recognize or cannot adapt the object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |