org.erights.e.develop.boot
Class PropertiesHelper

java.lang.Object
  |
  +--org.erights.e.develop.boot.PropertiesHelper

public class PropertiesHelper
extends Object

Untamed:

Author:
Mark S. Miller

Field Summary
static String HELPSTR
          Enabled:
static String VERSION
          Enabled:
 
Constructor Summary
PropertiesHelper()
          Enabled:
 
Method Summary
static Properties flatten(Properties self)
          Enabled: Flattens 'self' into a single Properties containing all the associations in 'self'
static void main(String[] args)
          Enabled:
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public static final String VERSION
Enabled:


HELPSTR

public static final String HELPSTR
Enabled:

Constructor Detail

PropertiesHelper

public PropertiesHelper()
Enabled:

Method Detail

flatten

public static Properties flatten(Properties self)
Enabled: Flattens 'self' into a single Properties containing all the associations in 'self'


main

public static void main(String[] args)
                 throws IOException
Enabled:

IOException


comments?