Package com.google.appengine.tools.pipeline.impl

Examples of com.google.appengine.tools.pipeline.impl.PipelineServiceImpl


public final class PipelineServiceFactory {
  private PipelineServiceFactory() {
  }

  public static PipelineService newPipelineService() {
    return new PipelineServiceImpl();
  }
View Full Code Here

TOP

Related Classes of com.google.appengine.tools.pipeline.impl.PipelineServiceImpl

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.