public class JavaCardApiProcessor extends Object
| Constructor and Description |
|---|
JavaCardApiProcessor() |
| Modifier and Type | Method and Description |
|---|---|
static void |
copyClass(File buildDir,
String proxyClassFile,
String targetClassName,
Map map) |
static void |
main(String[] args) |
static void |
proxyClass(File buildDir,
String proxyClassFile,
String targetClassFile,
boolean skipConstructor) |
static void |
proxyExceptionClass(File buildDir,
String targetClassName) |
public static void proxyClass(File buildDir, String proxyClassFile, String targetClassFile, boolean skipConstructor) throws IOException
IOExceptionpublic static void copyClass(File buildDir, String proxyClassFile, String targetClassName, Map map) throws IOException
IOExceptionpublic static void proxyExceptionClass(File buildDir, String targetClassName) throws IOException
IOException