java.lang.Object
de.sormuras.bach.tool.Jar
public final class Jar extends Object implements Call<Jar>
A
jar call configuration.-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description Jar(List<Call.Argument> arguments) -
Method Summary
Modifier and Type Method Description List<Call.Argument>arguments()Stringname()StringtoDescriptiveLine()Jarwith(List<Call.Argument> arguments)JarwithArchiveFile(Path path)JarwithMainClass(String mainClass)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.sormuras.bach.Call
findArgument, findProvider, findValue, run, toCommandLine, toStringArray, toStrings, with, with, with, with, with, with, with, with, without
-
Constructor Details
-
Method Details
-
name
-
arguments
-
toDescriptiveLine
- Specified by:
toDescriptiveLinein interfaceCall<Jar>
-
with
-
withArchiveFile
-
withMainClass
-