public class DataEntryWriterFactory extends Object
| Constructor and Description |
|---|
DataEntryWriterFactory() |
| Modifier and Type | Method and Description |
|---|---|
static DataEntryWriter |
createDataEntryWriter(ClassPath classPath,
int fromIndex,
int toIndex)
Creates a DataEntryWriter that can write to the given class path entries.
|
public static DataEntryWriter createDataEntryWriter(ClassPath classPath, int fromIndex, int toIndex)
classPath - the output class path.fromIndex - the start index in the class path.toIndex - the end index in the class path.Copyright © 2015. All Rights Reserved.