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 argumentsClassNotFoundException
XMLStreamException
IOException
IntrospectionException
public 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 namesXMLStreamException
IOException
ClassNotFoundException
IntrospectionException
Copyright © 2000–2024 Packwood Software. All rights reserved.