public class InputReader extends Object
| Constructor and Description |
|---|
InputReader(Configuration configuration)
Creates a new InputReader to read input class files as specified by the
given configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute(ClassPool programClassPool,
ClassPool libraryClassPool)
Fills the given program class pool and library class pool by reading
class files, based on the current configuration.
|
void |
readInput(String messagePrefix,
ClassPath classPath,
int fromIndex,
int toIndex,
DataEntryReader reader)
Reads all input entries from the given section of the given class path.
|
public InputReader(Configuration configuration)
public void execute(ClassPool programClassPool, ClassPool libraryClassPool) throws IOException
IOExceptionpublic void readInput(String messagePrefix, ClassPath classPath, int fromIndex, int toIndex, DataEntryReader reader) throws IOException
IOExceptionCopyright © 2015. All Rights Reserved.