Uses of Interface
co.cask.tigon.app.program.Program

Packages that use Program
co.cask.tigon.app.program Flows are represented as Programs internally. 
co.cask.tigon.flow   
 

Uses of Program in co.cask.tigon.app.program
 

Classes in co.cask.tigon.app.program that implement Program
 class DefaultProgram
          Default implementation of program.
 

Methods in co.cask.tigon.app.program that return Program
static Program Programs.create(org.apache.twill.filesystem.Location location)
           
static Program Programs.create(org.apache.twill.filesystem.Location location, ClassLoader classLoader)
          Creates a Program without expanding the location jar.
static Program Programs.createWithUnpack(org.apache.twill.filesystem.Location location, File destinationUnpackedJarDir)
           
 

Uses of Program in co.cask.tigon.flow
 

Methods in co.cask.tigon.flow that return Program
 Program DeployClient.createProgram(File jarPath, String classToLoad, File jarUnpackDir)
           
 

Methods in co.cask.tigon.flow with parameters of type Program
 co.cask.tigon.internal.app.runtime.ProgramController DeployClient.startFlow(Program program, Map<String,String> userArgs)
           
 



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