config
Class Config

java.lang.Object
  extended byconfig.Config

public class Config
extends java.lang.Object

The central configuration class. extend it to read the config from a config file or alike. The configuration is structured like the source directory using package name, class name and a getter function


Nested Class Summary
static class Config.coordinates
           
static class Config.locator
           
static class Config.pdf
           
static class Config.plugin
           
 
Constructor Summary
Config()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Config

public Config()