public class SoftwareServerAuxiliary extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SoftwareServerAuxiliary.Application
A structure to store information about applications.
|
static class |
SoftwareServerAuxiliary.CachedFileData
A pointer to a file stored in an externally defined cache directory.
|
static class |
SoftwareServerAuxiliary.Data
An container for some kind of data.
|
static class |
SoftwareServerAuxiliary.FileData
Data representing a file with a path, a name, and a format (possibly also buffered in memory).
|
static class |
SoftwareServerAuxiliary.FormatParameters
holds parameter data for a specific format conversion
|
static class |
SoftwareServerAuxiliary.Operation
A structure representing an operation an application supports (think of mathematical functions).
|
static class |
SoftwareServerAuxiliary.OperationParameters
holds parameter data for a specific operation to be performed
|
static class |
SoftwareServerAuxiliary.Parameters |
static class |
SoftwareServerAuxiliary.RemoteTaskInfo
A structure storing information about a task on a remote server.
|
static class |
SoftwareServerAuxiliary.Script
A structure representing a wrapper script.
|
static class |
SoftwareServerAuxiliary.ScriptHeader
a wrapper for the script header
|
static class |
SoftwareServerAuxiliary.SingleParameter
a single operation parameter
|
static class |
SoftwareServerAuxiliary.SoftwareParameters |
static class |
SoftwareServerAuxiliary.Subtask
A structure representing a a sub-task consisting of an application, operation, input, and output.
|
static class |
SoftwareServerAuxiliary.Task
A task consisting of a sequence of application and operations on data.
|
static class |
SoftwareServerAuxiliary.TaskInfo
A structure storing a task name, its inputs, and its outputs.
|
Constructor and Description |
---|
SoftwareServerAuxiliary() |
public static void main(String[] args)
args
- command line argumentsCopyright © 2014. All rights reserved.