|
||||||||||
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.WebResource
public class WebResource
A Web module resource.
Constructor Summary | |
---|---|
WebResource()
|
|
WebResource(IModule module,
org.eclipse.core.runtime.IPath path)
Create a new reference to a Web resource (HTML, GIF, etc. on a server). |
Method Summary | |
---|---|
void |
deserialize(java.lang.String s)
Deserialize this object from a serialized string. |
java.lang.String |
getName()
Returns a user-presentable name for this artifact. |
org.eclipse.core.runtime.IPath |
getPath()
Return the relative path to the artifact within the module. |
java.lang.String |
serialize()
Serialize this object into a string. |
java.lang.String |
toString()
|
Methods inherited from class org.eclipse.wst.server.core.model.ModuleArtifactDelegate |
---|
getModule |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WebResource(IModule module, org.eclipse.core.runtime.IPath path)
module
- a modulepath
- a relative path within the modulepublic WebResource()
Method Detail |
---|
public org.eclipse.core.runtime.IPath getPath()
public java.lang.String getName()
ModuleArtifactDelegate
getName
in class ModuleArtifactDelegate
public void deserialize(java.lang.String s)
ModuleArtifactDelegate
deserialize
in class ModuleArtifactDelegate
s
- a serialized string.public java.lang.String serialize()
ModuleArtifactDelegate
serialize
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 |