public static class SoftwareServerAuxiliary.TaskInfo extends Object implements Comparable
Modifier and Type | Field and Description |
---|---|
SoftwareServerAuxiliary.Application |
application |
TreeSet<String> |
inputs |
String |
name |
TreeSet<String> |
outputs |
Constructor and Description |
---|
SoftwareServerAuxiliary.TaskInfo(SoftwareServerAuxiliary.Application application,
String name)
Class constructor.
|
SoftwareServerAuxiliary.TaskInfo(String name)
Class constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object object)
Compare this object to another object.
|
static SoftwareServerAuxiliary.TaskInfo |
getTask(TreeSet<SoftwareServerAuxiliary.TaskInfo> tasks,
String task)
Find the task information for the specified task name.
|
String |
toString()
Get a string representation of this instance.
|
public SoftwareServerAuxiliary.Application application
public String name
public SoftwareServerAuxiliary.TaskInfo(String name)
name
- the name of this taskpublic SoftwareServerAuxiliary.TaskInfo(SoftwareServerAuxiliary.Application application, String name)
application
- the application this task belongs toname
- the name of this taskpublic String toString()
public int compareTo(Object object)
compareTo
in interface Comparable
object
- the object to compare topublic static SoftwareServerAuxiliary.TaskInfo getTask(TreeSet<SoftwareServerAuxiliary.TaskInfo> tasks, String task)
tasks
- the set of tasks to search intask
- the task name to search forCopyright © 2014. All rights reserved.