public class BatchEnhancer extends Object
| Constructor and Description |
|---|
BatchEnhancer(Collection<File> sources,
String libraries,
String deallocationMethod,
boolean verbose)
Creates a new BatchEnhancer.
|
public BatchEnhancer(Collection<File> sources, String libraries, String deallocationMethod, boolean verbose)
sources - the peer files to enhancelibraries - the native libraries to load when the peers are initializeddeallocationMethod - the method to invoke in order to deallocate the native peer (may be null)verbose - true if Java peers should output library names before loading thempublic void enhance()
throws IOException
IOException - if an I/O error occurspublic static String getUsage()
public static void main(String[] args)
args - the command-line argumentCopyright © 2012. All Rights Reserved.