public class DataEntryReaderFactory extends Object
| Constructor and Description |
|---|
DataEntryReaderFactory() |
| Modifier and Type | Method and Description |
|---|---|
static DataEntryReader |
createDataEntryReader(String messagePrefix,
ClassPathEntry classPathEntry,
DataEntryReader reader)
Creates a DataEntryReader that can read the given class path entry.
|
public static DataEntryReader createDataEntryReader(String messagePrefix, ClassPathEntry classPathEntry, DataEntryReader reader)
messagePrefix - a prefix for messages that are printed out.classPathEntry - the input class path entry.reader - a data entry reader to which the reading of actual
classes and resource files can be delegated.Copyright © 2015. All Rights Reserved.