| Package | Description |
|---|---|
| com.github.geko444.im4java.core |
Contains core classes for image-processing.
|
| com.github.geko444.im4java.process |
Contains mostly low-level classes for managing processes.
|
| com.github.geko444.im4java.test |
Contains classes with test-cases and sample code.
|
| com.github.geko444.im4java.utils |
Contains utility-classes.
|
| Class and Description |
|---|
| ErrorConsumer
This interface defines an ErrorConsumer.
|
| OutputConsumer
This interface defines an OutputConsumer.
|
| ProcessStarter
This class implements the processing of os-commands using a
ProcessBuilder.
|
| ProcessTask
This class represents a runnable process.
|
| Class and Description |
|---|
| ArrayListConsumer
Base class for ArrayListOutputConsumer and ArrayListErrorConsumer
with common methods.
|
| ErrorConsumer
This interface defines an ErrorConsumer.
|
| InputProvider
This interface defines an InputProvider.
|
| OutputConsumer
This interface defines an OutputConsumer.
|
| ProcessEvent
This class wraps return-code and Exceptions of a terminated process.
|
| ProcessEventListener
This interface defines methods for a ProcessEventListener.
|
| ProcessListener
Deprecated.
This interface has been superseeded by ProcessEventListener
|
| ProcessStarter
This class implements the processing of os-commands using a
ProcessBuilder.
|
| ProcessTask
This class represents a runnable process.
|
| Class and Description |
|---|
| ProcessEvent
This class wraps return-code and Exceptions of a terminated process.
|
| ProcessEventListener
This interface defines methods for a ProcessEventListener.
|
| Class and Description |
|---|
| ProcessEvent
This class wraps return-code and Exceptions of a terminated process.
|
| ProcessEventListener
This interface defines methods for a ProcessEventListener.
|
| ProcessExecutor
This class subclasses ThreadPoolExecutor and implements a
pooling-service for threads running processes.
|
Copyright © 2019. All rights reserved.