palio
Class InstancesConfiguration

java.lang.Object
  extended by palio.InstancesConfiguration
All Implemented Interfaces:
Constants

public class InstancesConfiguration
extends java.lang.Object
implements Constants

This class has been moved to palio package due to security restrictions introduced with jPALIO 7.0. Instance constructor is called here, that has package visibility now.

Author:
Szymon Kuklewicz

Field Summary
 
Fields inherited from interface palio.Constants
DECIMAL_ZERO, INTEGER_ONE, LONG_MINUS_ONE, LONG_ONE, LONG_THREE, LONG_TWO, LONG_ZERO, STRING_EMPTY
 
Constructor Summary
InstancesConfiguration()
           
 
Method Summary
static java.io.File[] getAllFiles()
           
static java.lang.String getDefaultInstanceName(java.io.File configFile)
           
static void setInstancesDir(java.io.File file)
           
static void startAdminInstance()
           
static void startInstanceFromDOM(org.w3c.dom.Element instance, java.lang.String instanceName, java.lang.String sourceDescription)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstancesConfiguration

public InstancesConfiguration()
Method Detail

setInstancesDir

public static void setInstancesDir(java.io.File file)

getAllFiles

public static java.io.File[] getAllFiles()

getDefaultInstanceName

public static java.lang.String getDefaultInstanceName(java.io.File configFile)

startInstanceFromDOM

public static void startInstanceFromDOM(org.w3c.dom.Element instance,
                                        java.lang.String instanceName,
                                        java.lang.String sourceDescription)

startAdminInstance

public static void startAdminInstance()