|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectrendsite.engine.node.Node
public class Node
Crawler node.
10NOV09 - EPG - First package release.
| Constructor Summary | |
|---|---|
Node(NodeType type)
Create a node. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Get the name. |
NodeType |
getType()
Get the node type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Node(NodeType type)
throws java.lang.Throwable
type - the node type. It cannot be null.
java.lang.Throwable - only if a null is passed as the type.| Method Detail |
|---|
public NodeType getType()
NodeTypepublic java.lang.String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||