Package com.puppetlabs.geppetto.pp

Examples of com.puppetlabs.geppetto.pp.PPFactory


   *
   * @generated
   */
  public static PPFactory init() {
    try {
      PPFactory thePPFactory = (PPFactory) EPackage.Registry.INSTANCE.getEFactory("http://www.puppetlabs.com/geppetto/1.0.0/PP");
      if(thePPFactory != null) {
        return thePPFactory;
      }
    }
    catch(Exception exception) {
View Full Code Here

TOP

Related Classes of com.puppetlabs.geppetto.pp.PPFactory

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.