public class BatchGenerator extends Object
| Constructor and Description |
|---|
BatchGenerator(ClassPath classPath,
File outputHeaders,
File outputSources,
ProxyGenerator.AccessibilityType accessibility)
Creates a new BatchGenerator
|
public BatchGenerator(ClassPath classPath, File outputHeaders, File outputSources, ProxyGenerator.AccessibilityType accessibility)
classPath - the path to search for class files when resolving class dependenciesoutputHeaders - the directory to which the proxy header files should be writtenoutputSources - the directory to which the proxy source files should be writtenaccessibility - the class accessibility to exposepublic static void main(String[] args) throws IOException
args - the command-line argumentsIOException - if an I/O error occurs reading from the JAR fileCopyright © 2012. All Rights Reserved.