Skip navigation links
D E G H I J P R V 

D

de.lars_sh.jar_runner_maven_plugin - package de.lars_sh.jar_runner_maven_plugin
 
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.
DependencyScope - Enum in de.larssh.maven.jarrunner
Dependency scope is used to limit the transitivity of a dependency, and also to affect the class path used for various build tasks.

E

execute() - Method in class de.lars_sh.jar_runner_maven_plugin.HelpMojo
execute() - Method in class de.larssh.maven.jarrunner.JarRunner
Launches a new JVM based on the instances command.
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.
getCommandLine() - Method in class de.larssh.maven.jarrunner.JarRunner
Returns a command to launch this JarRunner.
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
getProcessBuilder() - Method in class de.larssh.maven.jarrunner.JarRunner
The command prepared to launch the artifact in a new JVM
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
getValue() - Method in enum de.larssh.maven.jarrunner.DependencyScope
Value inside POM
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.lars_sh.jar_runner_maven_plugin
Display help information on jar-runner-maven-plugin.
HelpMojo() - Constructor for class de.lars_sh.jar_runner_maven_plugin.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
Prepares a command (in form of an internal ProcessBuilder) to launch a new JVM based on a given artifact with optional arguments.

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, String, boolean, String, String, String, String, boolean, String) - Constructor for class de.larssh.maven.jarrunner.Parameters
Constructor taking injected system objects and user arguments of RunMojo.

R

RunMojo - Class in de.larssh.maven.jarrunner
Mojo to launch a new JVM based on a given artifact with optional arguments.
RunMojo(RepositorySystem) - Constructor for class de.larssh.maven.jarrunner.RunMojo
Creates a new RunMojo instance.

V

valueOf(String) - Static method in enum de.larssh.maven.jarrunner.DependencyScope
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.larssh.maven.jarrunner.DependencyScope
Returns an array containing the constants of this enum type, in the order they are declared.
D E G H I J P R V 
Skip navigation links

Copyright © 2025. All rights reserved.