Uses of Class
com.dnanexus.DXProject
-
Packages that use DXProject Package Description com.dnanexus Provides low- and high-level bindings to the DNAnexus Platform. -
-
Uses of DXProject in com.dnanexus
Methods in com.dnanexus that return DXProject Modifier and Type Method Description DXProjectDXProject.Builder. build()Creates the project.static DXProjectDXProject. getInstance(String projectId)Returns aDXProjectassociated with an existing project.static DXProjectDXProject. getInstanceWithEnvironment(String projectId, DXEnvironment env)Returns aDXProjectassociated with an existing project using the specified environment.DXProjectDXExecution.Describe. getProject()Returns the project in which this execution was run.DXProjectDXEnvironment. getProjectContext()Returns the current project context.Methods in com.dnanexus with parameters of type DXProject Modifier and Type Method Description ExecutableRunner<T>ExecutableRunner. inProject(DXProject project)Deprecated.UseExecutableRunner.setProject(DXProject)insteadExecutableRunner<T>ExecutableRunner. setProject(DXProject project)Sets the project context of the resulting execution.DXEnvironment.BuilderDXEnvironment.Builder. setProjectContext(DXProject projectContext)Sets the project context to the specified project.
-