Uses of Interface
co.cask.cdap.test.ApplicationManager

Packages that use ApplicationManager
co.cask.cdap.test This package contains the public classes for unit tests. 
co.cask.cdap.test.internal   
 

Uses of ApplicationManager in co.cask.cdap.test
 

Methods in co.cask.cdap.test that return ApplicationManager
protected  ApplicationManager TestBase.deployApplication(Class<? extends Application> applicationClz, File... bundleEmbeddedJars)
          Deploys an Application.
 

Uses of ApplicationManager in co.cask.cdap.test.internal
 

Classes in co.cask.cdap.test.internal that implement ApplicationManager
 class DefaultApplicationManager
          A default implementation of ApplicationManager.
 

Methods in co.cask.cdap.test.internal that return ApplicationManager
 ApplicationManager ApplicationManagerFactory.create(String accountId, String applicationId, org.apache.twill.filesystem.Location deployedJar, ApplicationSpecification appSpec)
           
 



Copyright © 2015 Cask Data, Inc. Licensed under the Apache License, Version 2.0.