| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProcessExecutor
This class subclasses ThreadPoolExecutor and implements a
pooling-service for threads running processes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessStarter.addProcessEventListener(ProcessEventListener pListener)
Add a ProcessEventListener to this ProcessStarter.
|
void |
ProcessStarter.removeProcessEventListener(ProcessEventListener pListener)
Remove a ProcessEventListener from this ProcessStarter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TestCase21
This class tests the parallel processing features of im4java.
|
class |
TestCase22
This class tests the class BatchConverter.
|
class |
TestCase23
This class implements a test for chaining commands via im4java (i.e.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BatchConverter
This class implements various batch-conversion methods.
|
Copyright © 2019. All rights reserved.