Class LeafTask


  • public abstract class LeafTask
    extends TreeTask
    This class provides a task that is meant to be the leaf of a task tree. It has no children and is always executed if evaluated.
    • Constructor Detail

      • LeafTask

        public LeafTask()
    • Method Detail

      • isLeaf

        public final boolean isLeaf()
        This is ALWAYS a leaf.
        Specified by:
        isLeaf in class TreeTask
        Returns:
        true
      • validate

        public final boolean validate()
        This will always be executed if evaluated.
        Specified by:
        validate in class TreeTask
        Returns:
        true