All Examples  This Package  Security Examples

Class examples.security.util.RealmProperties

java.lang.Object
   |
   +----examples.security.util.RealmProperties

public class RealmProperties
extends Object

Constructor Index

 o RealmProperties(Class, String)
 o RealmProperties(Class, String, String)

Method Index

 o get(String)
 o get(String, String)
 o getBoolean(String, boolean)
 o getDouble(String, double)
 o getFloat(String, float)
 o getInteger(String, int)
 o getLong(String, long)
 o getProperties(Class, String)
 o getShort(String, short)
 o getString(String)
 o getString(String, String)

Constructors

 o RealmProperties
 public RealmProperties(Class clazz,
                        String source,
                        String prefix) throws IOException
 o RealmProperties
 public RealmProperties(Class clazz,
                        String source) throws IOException

Methods

 o getProperties
 public static Properties getProperties(Class clazz,
                                        String source) throws IOException
 o get
 public String get(String name,
                   String fallback)
 o get
 public String get(String name)
 o getString
 public String getString(String name,
                         String fallback)
 o getString
 public String getString(String name)
 o getInteger
 public int getInteger(String name,
                       int fallback)
 o getLong
 public long getLong(String name,
                     long fallback)
 o getShort
 public short getShort(String name,
                       short fallback)
 o getBoolean
 public boolean getBoolean(String name,
                           boolean fallback)
 o getFloat
 public float getFloat(String name,
                       float fallback)
 o getDouble
 public double getDouble(String name,
                         double fallback)

All Examples  This Package  Security Examples