|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.wst.server.core.model.ModuleArtifactDelegate
org.eclipse.wst.server.core.util.NullModuleArtifact
public class NullModuleArtifact
A dummy module artifact.
Constructor Summary | |
---|---|
NullModuleArtifact()
Create a new empty reference to a module. |
|
NullModuleArtifact(IModule module)
Create a new reference to a module. |
Method Summary | |
---|---|
java.lang.String |
getName()
Returns a user-presentable name for this artifact. |
java.lang.String |
toString()
|
Methods inherited from class org.eclipse.wst.server.core.model.ModuleArtifactDelegate |
---|
deserialize, getModule, serialize |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NullModuleArtifact(IModule module)
module
- the modulepublic NullModuleArtifact()
Method Detail |
---|
public java.lang.String getName()
ModuleArtifactDelegate
getName
in class ModuleArtifactDelegate
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |