Class SystemPropertyArgument

    • Constructor Detail

      • SystemPropertyArgument

        public SystemPropertyArgument()
    • Method Detail

      • handle

        public void handle​(LinkedList<String> args)
        Description copied from interface: ConsoleArgument
        Handles the front of the given list of arguments.
      • supports

        public boolean supports​(LinkedList<String> args)
        Description copied from interface: Typed
        Gets whether this object is compatible with the given data object.

        By default, this method will return true iff the data is assignable to the associated type given by Typed.getType(). But individual implementations may have other requirements beyond class assignability.

        Specified by:
        supports in interface Typed<LinkedList<String>>
        Overrides:
        supports in class AbstractConsoleArgument