Interface NodeComponent

All Known Subinterfaces:
Completer, Functional, Primary
All Known Implementing Classes:
AbstractNodeComponent, Argument, Executable, Flags, Properties, Required, Secure, Suggester

public interface NodeComponent
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the node that holds this component.
  • Method Details

    • getNode

      Node getNode()
      Get the node that holds this component.
      Returns:
      The node.