org.apache.poi.util
Class Configurator

java.lang.Object
  extended by org.apache.poi.util.Configurator

public class Configurator
extends java.lang.Object

Helper for fetching int values from system properties


Constructor Summary
Configurator()
           
 
Method Summary
static int getIntValue(java.lang.String systemProperty, int defaultValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Configurator

public Configurator()
Method Detail

getIntValue

public static int getIntValue(java.lang.String systemProperty,
                              int defaultValue)