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 loaded
    static void loadProps​(java.io.InputStream propStream, java.util.Properties baseProps)
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • loadProperties

      public static java.util.Properties loadProperties​(java.lang.String[] args) throws java.io.IOException
      Deprecated.
      Throws:
      java.io.IOException
    • loadProperties

      public static java.util.Properties loadProperties​(java.lang.String[] args, java.util.Properties baseProps) throws java.io.IOException
      Deprecated.
      Throws:
      java.io.IOException
    • loadProperties

      public static java.util.Properties loadProperties​(java.lang.String[] args, java.util.Properties baseProps, boolean chatty) throws java.io.IOException
      Deprecated.
      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.IOException
      Deprecated.
      Throws:
      java.io.IOException