Class CommandParser

java.lang.Object
com.github.mafelp.utils.CommandParser

public class CommandParser
extends java.lang.Object
Class to create new Commands
  • Constructor Summary

    Constructors
    Constructor Description
    CommandParser()  
  • Method Summary

    Modifier and Type Method Description
    static Command parseFromArray​(java.lang.String[] inputCommandArray)
    method for parsing commands and arguments into the command class.
    static Command parseFromString​(java.lang.String commandArgumentString)
    method for parsing commands and arguments into the command class.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CommandParser

      public CommandParser()
  • Method Details