Package org.pentaho.reporting.libraries.base.util

Examples of org.pentaho.reporting.libraries.base.util.SystemInformation


   * Performs the boot. This method does nothing.
   */
  protected void performBoot()
  {
    // nothing required. Just gather the configuration.
    new SystemInformation().logSystemInformation();
  }
View Full Code Here

TOP

Related Classes of org.pentaho.reporting.libraries.base.util.SystemInformation

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.