| Package | Description |
|---|---|
| net.sf.mmm.util.cli.api |
Provides the API for utilities that help to build command-line-interfaces (CLI).
|
| net.sf.mmm.util.io.base |
Contains public implementations that help to read and write data, process bytes, etc.
|
| net.sf.mmm.util.io.impl.spring | |
| net.sf.mmm.util.process.base |
Provides the base-implementation for
Process-Util API. |
| Modifier and Type | Field and Description |
|---|---|
private StreamUtil |
AbstractMain.streamUtil |
| Modifier and Type | Method and Description |
|---|---|
protected StreamUtil |
AbstractMain.getStreamUtil()
This method gets the
StreamUtil to use. |
| Modifier and Type | Class and Description |
|---|---|
class |
StreamUtilImpl
This is the implementation of the
StreamUtil interface. |
| Modifier and Type | Field and Description |
|---|---|
private static StreamUtil |
StreamUtilImpl.instance |
| Modifier and Type | Method and Description |
|---|---|
static StreamUtil |
StreamUtilImpl.getInstance()
This method gets the singleton instance of this
StreamUtilImpl. |
| Modifier and Type | Method and Description |
|---|---|
StreamUtil |
UtilIoSpringConfig.streamUtil() |
| Modifier and Type | Field and Description |
|---|---|
private StreamUtil |
ProcessUtilImpl.streamUtil |
| Modifier and Type | Method and Description |
|---|---|
protected StreamUtil |
ProcessUtilImpl.getStreamUtil()
This method gets the stream-util that is used by this process-util.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessUtilImpl.setStreamUtil(StreamUtil streamUtil)
This method sets the
stream-util. |
Copyright © 2001–2016 mmm-Team. All rights reserved.