Package org.pentaho.platform.engine.core.system.objfac

Examples of org.pentaho.platform.engine.core.system.objfac.RuntimeObjectFactory


    PentahoSystem.IgnoredObjects.add( "IAuditEntry" ); //$NON-NLS-1$
  }

  private static void defaultObjectFactory() {
    runtimeObjectFactory = new RuntimeObjectFactory();
    aggObjectFactory.registerObjectFactory( PentahoSystem.runtimeObjectFactory );
  }
View Full Code Here

TOP

Related Classes of org.pentaho.platform.engine.core.system.objfac.RuntimeObjectFactory

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.