Package edu.sc.seis.sod.hibernate
Class Initializer
java.lang.Object
edu.sc.seis.sod.hibernate.Initializer
@Deprecated
public abstract class Initializer
extends java.lang.Object
Deprecated.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]
POSSIBLE_PROP_OPTION_NAMES
Deprecated. -
Constructor Summary
Constructors Constructor Description Initializer()
Deprecated. -
Method Summary
Modifier and Type Method Description static java.util.Properties
getProps()
Deprecated.static java.util.Properties
loadProperties(java.lang.String[] args)
Deprecated.static java.util.Properties
loadProperties(java.lang.String[] args, java.util.Properties baseProps)
Deprecated.static java.util.Properties
loadProperties(java.lang.String[] args, java.util.Properties baseProps, boolean chatty)
Deprecated.If chatty is true, notify std out for every prop file loadedstatic void
loadProps(java.io.InputStream propStream, java.util.Properties baseProps)
Deprecated.
-
Field Details
-
POSSIBLE_PROP_OPTION_NAMES
public static final java.lang.String[] POSSIBLE_PROP_OPTION_NAMESDeprecated.
-
-
Constructor Details
-
Initializer
public Initializer()Deprecated.
-
-
Method Details
-
loadProperties
public static java.util.Properties loadProperties(java.lang.String[] args) throws java.io.IOExceptionDeprecated.- Throws:
java.io.IOException
-
loadProperties
public static java.util.Properties loadProperties(java.lang.String[] args, java.util.Properties baseProps) throws java.io.IOExceptionDeprecated.- Throws:
java.io.IOException
-
loadProperties
public static java.util.Properties loadProperties(java.lang.String[] args, java.util.Properties baseProps, boolean chatty) throws java.io.IOExceptionDeprecated.If chatty is true, notify std out for every prop file loaded- Throws:
java.io.IOException
-
getProps
public static java.util.Properties getProps()Deprecated. -
loadProps
public static void loadProps(java.io.InputStream propStream, java.util.Properties baseProps) throws java.io.IOExceptionDeprecated.- Throws:
java.io.IOException
-