bot
Class CheckSystem

java.lang.Object
  extended bybot.Main
      extended bybot.CheckSystem

public class CheckSystem
extends bot.Main

Just make sure the packaging and all are installed.


Constructor Summary
CheckSystem()
           
 
Method Summary
 void checkConsole()
           
 void checkIt()
           
protected static String getFlagValue(String flag)
           
protected static boolean hasFlag(String flag)
           
static void main(String[] args)
           
protected static String[] stripFlags(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckSystem

public CheckSystem()
Method Detail

checkConsole

public void checkConsole()

main

public static void main(String[] args)

checkIt

public void checkIt()

hasFlag

protected static boolean hasFlag(String flag)

getFlagValue

protected static String getFlagValue(String flag)

stripFlags

protected static String[] stripFlags(String[] args)