public class JfxToolsWrapper extends Object
| Constructor and Description |
|---|
JfxToolsWrapper(File jfxToolsJar,
boolean verbose) |
| Modifier and Type | Method and Description |
|---|---|
void |
generateDeploymentPackages(File outputDir,
String appJar,
String bundleType,
String appDistributionName,
String appName,
String version,
String vendor,
String mainClass) |
protected Object |
invoke(Method method,
Object target,
Object... params) |
protected Object |
invoke(Object target,
String methodName,
Class[] paramTypes,
Object... params) |
protected Object |
invoke(Object target,
String methodName,
Object... params) |
protected Object |
invokeStatic(Class targetClass,
String methodName,
Object... params) |
protected Class |
loadClass(ClassLoader classLoader,
String name) |
protected ClassLoader |
loadClassLoader(File jfxToolsJar) |
protected Method |
loadMethod(Class ownerClass,
String name,
Class... paramTypes) |
protected Object |
newInstance(Class jfxPackagerClass) |
protected Object |
newInstance(Class jfxPackagerClass,
Class[] paramTypes,
Object... params) |
void |
packageAsJar(File outputFile,
File classesDir,
File dependenciesDir,
String mainClass) |
void |
signJar(File jarFile,
File keyStore,
String alias,
String storePass,
String keyPass,
String storeType) |
public JfxToolsWrapper(File jfxToolsJar, boolean verbose) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionpublic void packageAsJar(File outputFile, File classesDir, File dependenciesDir, String mainClass) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionpublic void signJar(File jarFile, File keyStore, String alias, String storePass, String keyPass, String storeType) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionpublic void generateDeploymentPackages(File outputDir, String appJar, String bundleType, String appDistributionName, String appName, String version, String vendor, String mainClass) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionprotected ClassLoader loadClassLoader(File jfxToolsJar) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionprotected Class loadClass(ClassLoader classLoader, String name) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionprotected Object newInstance(Class jfxPackagerClass, Class[] paramTypes, Object... params) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionprotected Object newInstance(Class jfxPackagerClass) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionprotected Method loadMethod(Class ownerClass, String name, Class... paramTypes) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionprotected Object invoke(Object target, String methodName, Object... params) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionprotected Object invoke(Object target, String methodName, Class[] paramTypes, Object... params) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionprotected Object invokeStatic(Class targetClass, String methodName, Object... params) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionCopyright © 2012. All Rights Reserved.