abstract class ContainerNode extends java.lang.Object implements Node
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
name |
private java.util.Map<org.eclipse.core.runtime.IPath,ResourceNode> |
resources |
Modifier | Constructor and Description |
---|---|
protected |
ContainerNode(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
ResourceNode |
addResource(org.eclipse.core.runtime.IPath path) |
java.lang.String |
getName() |
java.util.Collection<ResourceNode> |
getResources() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBuildCount
private final java.lang.String name
private final java.util.Map<org.eclipse.core.runtime.IPath,ResourceNode> resources
public ResourceNode addResource(org.eclipse.core.runtime.IPath path)
public java.util.Collection<ResourceNode> getResources()