Ejemplo n.º 1
0
  /**
   * constructs a AppLoaderBase
   *
   * @param pnew the boot runtime properties
   */
  protected AppLoaderBase(Properties pnew) {

    if (pnew != null) {
      props = pnew;
    } else props = new Properties();

    log_ = Logger.getLogger("boot.appLoader"); // $NON-NLS-1$
    parseLog_ = Logger.getLogger("boot.parser"); // $NON-NLS-1$
  }