public class DataEntryWriterFactory extends Object
| Constructor and Description |
|---|
DataEntryWriterFactory(ClassPool programClassPool,
MultiValueMap<String,String> extraClassNamemap)
Creates a new DataEntryWriterFactory with the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
DataEntryWriter |
createDataEntryWriter(ClassPath classPath,
int fromIndex,
int toIndex)
Creates a DataEntryWriter that can write to the given class path entries.
|
public DataEntryWriterFactory(ClassPool programClassPool, MultiValueMap<String,String> extraClassNamemap)
programClassPool - the program classpool to process.public 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 © 2019. All rights reserved.