com.asdf.client
Class Configuration

java.lang.Object
  extended by com.asdf.client.Configuration

public class Configuration
extends java.lang.Object

Clients configuration.

Author:
asdf

Method Summary
static java.lang.String[] botPaths()
          Bot classpaths.
static Configuration getInstance()
          Returns instance of Configuration and creates one if it doesn't already exist.
static java.lang.String[] pluginPaths()
          Plugin classpaths.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static Configuration getInstance()
Returns instance of Configuration and creates one if it doesn't already exist. Tries

Returns:
Instance of Configuration

pluginPaths

public static java.lang.String[] pluginPaths()
Plugin classpaths. Paths are went through in order. Paths are limited by comma.

Returns:
Order of classpaths

botPaths

public static java.lang.String[] botPaths()
Bot classpaths. Paths are went through in order. Paths are limited by comma.

Returns:
Order of classpaths