Package org.pentaho.platform.web.http.api.resources.services

Examples of org.pentaho.platform.web.http.api.resources.services.RepositoryPublishService


  private static final Log logger = LogFactory.getLog( FileResource.class );

  protected RepositoryPublishService repositoryPublishService;

  public RepositoryPublishResource() {
    repositoryPublishService = new RepositoryPublishService();
  }
View Full Code Here

TOP

Related Classes of org.pentaho.platform.web.http.api.resources.services.RepositoryPublishService

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.