|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.wst.server.core.util.ModuleFolder
public class ModuleFolder
An implementation of IModuleFolder
for physical folders on disk or in the
workspace.
Constructor Summary | |
---|---|
ModuleFolder(IContainer container,
java.lang.String name,
IPath path)
Creates a module folder. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.Object |
getAdapter(java.lang.Class cl)
|
IPath |
getModuleRelativePath()
Returns the module relative path to this resource. |
java.lang.String |
getName()
Returns the name of this resource. |
int |
hashCode()
|
IModuleResource[] |
members()
Returns the members (contents) of this folder. |
void |
setMembers(IModuleResource[] members)
Sets the members (contents) of this folder. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ModuleFolder(IContainer container, java.lang.String name, IPath path)
container
- the container, or null
for unknown containername
- a namepath
- the module relative path to the folderMethod Detail |
---|
public void setMembers(IModuleResource[] members)
members
- the memberspublic IPath getModuleRelativePath()
IModuleResource
getModuleRelativePath
in interface IModuleResource
public java.lang.String getName()
IModuleResource
getName
in interface IModuleResource
public IModuleResource[] members()
IModuleFolder
members
in interface IModuleFolder
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.Object getAdapter(java.lang.Class cl)
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |