Package org.pentaho.reporting.libraries.base.boot

Examples of org.pentaho.reporting.libraries.base.boot.DefaultModuleInfo


   * @return true, if the module is available and has been initialized correctly, false otherwise.
   */
  public boolean isModuleAvailable(final String moduleClass)
  {
    return getPackageManager().isModuleAvailable
        (new DefaultModuleInfo(moduleClass, null, null, null));
  }
View Full Code Here


   * @return true, if the module is available and has been initialized correctly, false otherwise.
   */
  public boolean isModuleAvailable(final String moduleClass)
  {
    return getPackageManager().isModuleAvailable
        (new DefaultModuleInfo(moduleClass, null, null, null));
  }
View Full Code Here

TOP

Related Classes of org.pentaho.reporting.libraries.base.boot.DefaultModuleInfo

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.