org.eclipse.wst.server.core.util
Class NullModuleArtifact

java.lang.Object
  extended byorg.eclipse.wst.server.core.util.NullModuleArtifact
All Implemented Interfaces:
IModuleArtifact

public class NullModuleArtifact
extends java.lang.Object
implements IModuleArtifact

Since:
1.0

Constructor Summary
NullModuleArtifact(IModule module)
          Create a new reference to a module.
 
Method Summary
 IModule getModule()
          Returns the module that this artifact is a part of.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NullModuleArtifact

public NullModuleArtifact(IModule module)
Create a new reference to a module.

Parameters:
module - the module
Method Detail

getModule

public IModule getModule()
Description copied from interface: IModuleArtifact
Returns the module that this artifact is a part of.

Specified by:
getModule in interface IModuleArtifact
Returns:
the module that this artifact is contained in
See Also:
IModuleArtifact.getModule()

toString

public java.lang.String toString()
See Also:
Object.toString()