public class LinuxLauncherCreator extends UnixScriptLauncherCreator
Constructor and Description |
---|
LinuxLauncherCreator(org.apache.maven.plugin.AbstractMojo mojo,
File outputDirectory,
String mainClassName,
String applicationName,
String libraryDirectory,
Set<org.apache.maven.artifact.Artifact> transitiveArtifacts,
Set<File> resourceDirectories,
Properties parameterProperties,
String[] systemProperties,
String[] vmArguments,
String[] narClassifierTypes) |
createLauncher
copyFile, copyInterpolatedPluginResource, copyInterpolatedProjectResource, copyPluginResource, copyProjectResource, copyTransitiveArtifacts, getApplicationName, getLibraryDirectory, getMainClassName, getMojo, getOutputDirectory, getParameterProperties, getResourceDirectories, getSystemProperties, getTransitiveArtifacts, getTransitiveJarOrNarArtifactFileNames, getVmArguments, makeExecutable
public LinuxLauncherCreator(org.apache.maven.plugin.AbstractMojo mojo, File outputDirectory, String mainClassName, String applicationName, String libraryDirectory, Set<org.apache.maven.artifact.Artifact> transitiveArtifacts, Set<File> resourceDirectories, Properties parameterProperties, String[] systemProperties, String[] vmArguments, String[] narClassifierTypes)
mojo
- the parent mojo classoutputDirectory
- where to create the .app structuremainClassName
- the main classapplicationName
- the name of the applicationlibraryDirectory
- where the libraries are storedtransitiveArtifacts
- the set of transitive artifact dependenciesresourceDirectories
- the project's resource directoriesparameterProperties
- the plugin configuration parameters, as propertiessystemProperties
- an array of name=value system propertiesvmArguments
- an array of arguments to the VMnarClassifierTypes
- an array of NAR classifier:typesCopyright © 2019 DevZendo.org. All rights reserved.