net.aerith.misao.pixy
Class Properties

java.lang.Object
  |
  +--net.aerith.misao.pixy.Properties

public class Properties
extends java.lang.Object

The Properties consists of accessor methods to the system properties on the PIXY System.


Constructor Summary
Properties()
           
 
Method Summary
static java.lang.String getDatabaseDirectoryName()
          Gets the database directory name.
static java.io.File getHome()
          Gets the path of the MISAO home directory.
static java.io.File getPluginDirectory()
          Gets the directory of the plugin class files.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

Properties

public Properties()
Method Detail

getHome

public static java.io.File getHome()
Gets the path of the MISAO home directory.
Returns:
the path of the MISAO home directory.

getDatabaseDirectoryName

public static java.lang.String getDatabaseDirectoryName()
Gets the database directory name.
Returns:
the database directory name.

getPluginDirectory

public static java.io.File getPluginDirectory()
Gets the directory of the plugin class files.
Returns:
the directory of the plugin class files.