-
public class JarApp
-
-
Field Summary
Fields Modifier and Type Field Description private final Property<String>dependencyNotationprivate final Filejarprivate final AemExtensionaem
-
Constructor Summary
Constructors Constructor Description JarApp(AemExtension aem)
-
Method Summary
Modifier and Type Method Description final ExecResultexec(File workingDir, String command)final ExecResultexec(File workingDir, Iterable<Any> args)final ExecResultexec(Array<Out Any> args)final ExecResultexec(Iterable<Any> args)final ExecResultexec(Function1<JavaExecSpec, Unit> options)final Property<String>getDependencyNotation()final FilegetJar()final AemExtensiongetAem()-
-
Constructor Detail
-
JarApp
JarApp(AemExtension aem)
-
-
Method Detail
-
exec
final ExecResult exec(File workingDir, String command)
-
exec
final ExecResult exec(File workingDir, Iterable<Any> args)
-
exec
final ExecResult exec(Array<Out Any> args)
-
exec
final ExecResult exec(Iterable<Any> args)
-
exec
final ExecResult exec(Function1<JavaExecSpec, Unit> options)
-
getDependencyNotation
final Property<String> getDependencyNotation()
-
getAem
final AemExtension getAem()
-
-
-
-