Class ApplicationConfigurationData
java.lang.Object
org.jdrupes.builder.distribution.internal.ApplicationConfigurationData
Represents the configuration data for an application.
-
Constructor Summary
ConstructorsConstructorDescriptionInitializes a new distribution configuration data. -
Method Summary
Modifier and TypeMethodDescriptionReturns a mutable list of JVM arguments.Returns the name of the generated executable.voidexecutableName(String name) Sets the name of the generated executable.Returns the main class name.voidmainClassName(String name) Sets the main class name.
-
Constructor Details
-
ApplicationConfigurationData
public ApplicationConfigurationData()Initializes a new distribution configuration data.
-
-
Method Details
-
executableName
-
executableName
Sets the name of the generated executable.- Parameters:
name- the name
-
mainClassName
-
mainClassName
-
applicationJvmOpts
-