Package | Description |
---|---|
de.esprit.appsuite.gui.pathtree.archive |
Contains the path-tree related dialogs
|
de.esprit.appsuite.gui.task |
Contains GUI support classes for async tasks
|
de.esprit.appsuite.io.parser |
Contains base classes for parsing text files
|
de.esprit.appsuite.nio.ascii |
Contains classes for very fast ascii-file parsing.
|
de.esprit.appsuite.task.archive |
Contains helper classes for executing the archiver tools.
|
de.esprit.appsuite.workflow |
Contains classes for building workflows upon async tasks
|
de.esprit.appsuite.workflow.wft |
Contains support classes for building workflow tasks
|
de.esprit.common.gui |
Contains reuseable GUI components as well helper classes for GUI construction.
|
de.esprit.netsuite.client.activity.command |
Contains ClientCommand activity monitoring classes
|
de.esprit.netsuite.client.activity.transfer |
Contains Transfer activity monitoring classes
|
de.esprit.netsuite.client.tool.pathtree.action |
Contains path-tree related standard actions
|
de.esprit.netsuite.client.workflow |
Contains the Workflow support classes
|
de.esprit.netsuite.netdata.agent.internal.transfer |
Contains Agents dealing with file transfers
|
de.esprit.netsuite.netdata.agent.internal.transfer.demo |
Contains examples for file transfers
|
Modifier and Type | Class and Description |
---|---|
class |
ArchiveExtractWFT<C extends ApplicationContext>
Depending on the type of the archive input file this workflow task creates either a
ZipExtractor or a TarExtractor in order to extract the archive. |
class |
ArchiveExtractWorkflow<C extends ApplicationContext>
This workflow starts the
ArchiveExtractWFT . |
class |
ArchiveListWFT<C extends ApplicationContext>
|
class |
ArchiveListWorkflow<C extends ApplicationContext>
This workflow starts the
ArchiveListWFT . |
class |
CreateZipArchiveWFT<C extends ApplicationContext>
This task executes a
ZipArchiver on the given directory
and creates an archive file from it's content. |
class |
CreateZipArchiveWorkflow<C extends ApplicationContext>
This workflow starts the
CreateZipArchiveWFT |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSwingTask<C extends ApplicationContext>
This is an
AsyncTask supposed to be run in a Swing GUIs environment. |
class |
SwingTaskMonitor<C extends ApplicationContext>
This monitor is being notified by a running
AsyncTask about it's RunState changes. |
Modifier and Type | Class and Description |
---|---|
class |
DataParserTask<C extends ApplicationContext>
This task just executes a
DataParser asynchronously. |
Modifier and Type | Class and Description |
---|---|
class |
AsciiParserTask<C extends ApplicationContext>
This task just executes a
AsciiParser asynchronously. |
Modifier and Type | Class and Description |
---|---|
class |
ArchiveConfigDialogWFT<C extends ApplicationContext>
This dialog requests for defining the type of the desired archive
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractWorkflow<C extends ApplicationContext>
This is the base class for all workflows.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAsciiParserWFT<C extends ApplicationContext>
This is the base class for all
WorkflowTask implementations. |
class |
AbstractDataParserWFT<C extends ApplicationContext>
This is the base class for all
WorkflowTask implementations. |
class |
AbstractTaskOptionDialogWFT<C extends ApplicationContext>
This task pops up a
AbstractTaskOptionDialogWFT which asks the user to make a decision
between a set of CheckOption choices. |
class |
AbstractTaskOptionWFT<C extends ApplicationContext>
This task requests to make a decision between a set of
CheckOption objects. |
class |
AbstractWFT<C extends ApplicationContext>
This is the base class for all
WorkflowTask implementations. |
class |
CheckWorkingDirectoryWFT<C extends ApplicationContext>
This
WorkflowTask ensures the existence of the workflows working directory. |
class |
CleanupWorkingDirectoryWFT<C extends ApplicationContext>
This
WorkflowTask ensures the existence of the workflows working directory. |
class |
FileNameInputWFT<C extends ApplicationContext>
This WFT pops up a
OutputFileChooserDialog for choosing an output file. |
class |
InputFileChooserWFT<C extends ApplicationContext>
This WFT pops up a
OutputFileChooserDialog for choosing an output file. |
class |
OutputFileChooserWFT<C extends ApplicationContext>
This WFT pops up a
OutputFileChooserDialog for choosing an output file. |
Modifier and Type | Method and Description |
---|---|
void |
ZProgressLabel.setMonitor(TaskEvent.Source newMonitor) |
Constructor and Description |
---|
ZProgressLabel(TaskEvent.Source monitor) |
Modifier and Type | Class and Description |
---|---|
class |
ClientCommandTask<C extends ClientContext>
This class performs the execution of an async ClientCommand
|
Modifier and Type | Class and Description |
---|---|
class |
FileTransferClientTask<C extends ClientContext>
This task steps through the joblist and for each job it opens an
FileUploadConnection
or a FileDownloadConnection depending on the transfer direction. |
Modifier and Type | Class and Description |
---|---|
class |
FileDownloadWFT<C extends ClientContext,S extends ServerContext>
This task executes a file-transfer for downloading a file from the server.
|
class |
FileDownloadWorkflow<C extends ClientContext>
This workflow starts the
FileDownloadWFT . |
class |
FileUploadWFT<C extends ClientContext,S extends ServerContext>
This task executes a file-transfer for uploading a file to the server.
|
class |
FileUploadWorkflow<C extends ClientContext>
This workflow starts the
FileUploadWFT . |
class |
RemoteArchiveExtractWFT<C extends ClientContext>
This task executes the
RemoteArchiveExtractEDT |
class |
RemoteArchiveExtractWorkflow<C extends ApplicationContext>
This workflow executes the
RemoteArchiveExtractWFT . |
class |
RemoteArchiveListWFT<C extends ClientContext>
This task starts the
RemoteArchiveListEDT |
class |
RemoteArchiveListWorkflow<C extends ClientContext>
This workflow starts the
RemoteArchiveListWFT . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractClientWFT<C extends ClientContext>
This class ...
|
class |
AbstractClientWorkflow<C extends ClientContext>
This is the base class for all client side workflows
|
class |
AbstractEventDrivenWFT<C extends ClientContext>
This workflow-task is supposed to run a remote task on the server.
|
class |
AbstractFileStreamWFT<C extends ClientContext>
This workflow task runs a
FileStreamDownloadAgent with the FileStreamJob set. |
class |
AbstractStreamParserWFT<C extends ClientContext>
This class ...
|
class |
FileTransferWFT<C extends ClientContext,S extends ServerContext>
This workflow-task runs a
FileTransferTask with the jobs added |
Modifier and Type | Class and Description |
---|---|
class |
FileTransferAgent<C extends ClientContext,S extends ServerContext>
This agent performs a bidirectional file transfer for the
FileTransferJob s which it contains. |
Modifier and Type | Class and Description |
---|---|
class |
ExFileSetTransferAgent
This class demonstrates the transfer of a simple file set for testing purposes only.
|
class |
ExFileTransferAgent
This class demonstrates the transfer of a single file for testing purposes only.
|
class |
ExMixedFileTransferAgent
This class demonstrates a mixed up- and download of a file set for testing purposes only.
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.