Skip navigation links
D E G H I J P R 

D

de.larssh.maven.jarrunner - package de.larssh.maven.jarrunner
The JAR Runner Maven Plugin executes artifacts from Maven repositories by resolving dependencies and starting a new JVM.

E

execute() - Method in class de.larssh.maven.jarrunner.HelpMojo
execute() - Method in class de.larssh.maven.jarrunner.RunMojo

G

getArguments() - Method in class de.larssh.maven.jarrunner.Parameters
List of arguments for the to-be-executed application Default: none
getArtifact() - Method in class de.larssh.maven.jarrunner.Parameters
Artifact to load Required.
getClassPathFormat() - Method in class de.larssh.maven.jarrunner.Parameters
Formatter value that allows modifying the class path.
getJavaOptions() - Method in class de.larssh.maven.jarrunner.Parameters
List of options for the Java VM Default: none
getJavaPath() - Method in class de.larssh.maven.jarrunner.Parameters
Path to the Java executable Default: path to the Java executable used by Maven
getMainClass() - Method in class de.larssh.maven.jarrunner.Parameters
Main class to execute Default: the artifacts JARs main class
getMavenSession() - Method in class de.larssh.maven.jarrunner.Parameters
Maven Session
getParameters() - Method in class de.larssh.maven.jarrunner.JarRunner
Parameters object maintaining the injected system objects and user arguments of RunMojo
getRepositories() - Method in class de.larssh.maven.jarrunner.Parameters
List of Maven repository URLs User name and password can be inserted as URI user info, delimited by colon.
getRepositorySystem() - Method in class de.larssh.maven.jarrunner.Parameters
Aether Repository System
getRepositorySystemSession() - Method in class de.larssh.maven.jarrunner.Parameters
Aether Repository System Session
getWorkingDirectory() - Method in class de.larssh.maven.jarrunner.Parameters
Working Directory for the to-be-executed application Default: current working directory

H

HelpMojo - Class in de.larssh.maven.jarrunner
Display help information on jar-runner-maven-plugin.
HelpMojo() - Constructor for class de.larssh.maven.jarrunner.HelpMojo
 

I

isIgnoreSystemRepositories() - Method in class de.larssh.maven.jarrunner.Parameters
Ignore system repositories Default: false
isRunAsync() - Method in class de.larssh.maven.jarrunner.Parameters
Run application asynchronously If this argument equals "true" the JAR Runner instance stops right after starting the application.

J

JarRunner - Class in de.larssh.maven.jarrunner
Launches a new JVM based on a given artifact with optional arguments.
JarRunner(Parameters) - Constructor for class de.larssh.maven.jarrunner.JarRunner
 

P

Parameters - Class in de.larssh.maven.jarrunner
Parameters object maintaining the injected system objects and user arguments of RunMojo.
Parameters(MavenSession, RepositorySystem, RepositorySystemSession, String, String, List<String>, boolean, String, String, List<String>, List<String>, boolean, String) - Constructor for class de.larssh.maven.jarrunner.Parameters
Constructor taking injected system objects and user arguments of RunMojo.

R

run() - Method in class de.larssh.maven.jarrunner.JarRunner
Launches a new JVM based on a given artifact with optional arguments.
RunMojo - Class in de.larssh.maven.jarrunner
Mojo to launch a new JVM based on a given artifact with optional arguments.
RunMojo() - Constructor for class de.larssh.maven.jarrunner.RunMojo
 
D E G H I J P R 
Skip navigation links

Copyright © 2019. All rights reserved.