Package net.orbyfied.j8.command
Class AbstractNodeComponent
java.lang.Object
net.orbyfied.j8.command.AbstractNodeComponent
- All Implemented Interfaces:
NodeComponent
- Direct Known Subclasses:
Executable,Flags,Parameter,Properties,Required,Secure
An extension to a node.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
node
The node that holds this component.
-
-
Constructor Details
-
AbstractNodeComponent
Constructor.- Parameters:
node- The node.
-
-
Method Details
-
getNode
Get the node that holds this component.- Specified by:
getNodein interfaceNodeComponent- Returns:
- The node.
-