org.sourcejammer.project.view
Class Project
java.lang.Object
|
+--org.sourcejammer.project.view.ViewNode
|
+--org.sourcejammer.project.view.Project
- Direct Known Subclasses:
- File
- public class Project
- extends ViewNode
Represents of view of a project within the project hierarchy.
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Project
public Project()
setChildNodeArray
public void setChildNodeArray(NodeInfo[] nodes)
throws NodeExistsException
- Set child nodes using an array of NodeInfo objects. This is necesary
for current version of Apache SOAP.
- Throws:
- NodeExistsException - if the array contains one or more nodes
with the same nodeName.
getChildNodeArray
public NodeInfo[] getChildNodeArray()
useChildNodeList
public void useChildNodeList(NodeList children)
- Make sure this is a NodeList of NodeInfo objects.
childNodes
public NodeIterator childNodes()
childCount
public int childCount()
- Description copied from class: ViewNode
- Returns count of number of child of this Node.
- Overrides:
- childCount in class ViewNode
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object