Uses of Class
ca.cgjennings.apps.arkham.project.TaskGroup
-
Packages that use TaskGroup Package Description ca.cgjennings.apps.arkham.project -
-
Uses of TaskGroup in ca.cgjennings.apps.arkham.project
Subclasses of TaskGroup in ca.cgjennings.apps.arkham.project Modifier and Type Class Description class
Project
Projects simplify the management of multi-file projects.Methods in ca.cgjennings.apps.arkham.project with parameters of type TaskGroup Modifier and Type Method Description static Task
PluginImportTask. createTaskFromBundle(TaskGroup parent, java.io.File bundleFile)
Converts a bundle into a task folder by unpacking the contents of the bundle archive.Constructors in ca.cgjennings.apps.arkham.project with parameters of type TaskGroup Constructor Description Task(TaskGroup parent, java.io.File taskToOpen)
Creates a task that represents a task already stored on disk.TaskGroup(TaskGroup parent, java.io.File taskToOpen)
-