public class MapFileGenerator extends Object
| Constructor and Description |
|---|
MapFileGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
generateMapFile(File jarFile,
String mapFileName,
boolean mapClassMethods)
Generate a map file from a jar file.
|
static void |
main(String[] args)
Command line entry point.
|
public static void main(String[] args) throws ClassNotFoundException, XMLStreamException, IOException, IntrospectionException
args - command line argumentsClassNotFoundExceptionXMLStreamExceptionIOExceptionIntrospectionExceptionpublic void generateMapFile(File jarFile, String mapFileName, boolean mapClassMethods) throws XMLStreamException, IOException, ClassNotFoundException, IntrospectionException
jarFile - jar filemapFileName - map file namemapClassMethods - true if we want to produce .Net style class method namesXMLStreamExceptionIOExceptionClassNotFoundExceptionIntrospectionExceptionCopyright © 2013. All Rights Reserved.