Class ApplicationConfigurationData

java.lang.Object
org.jdrupes.builder.distribution.internal.ApplicationConfigurationData

Represents the configuration data for an application.
  • Constructor Details

  • Method Details

    • executableName

      Returns the name of the generated executable.
      Returns:
      the string
    • executableName

      public void executableName(String name)
      Sets the name of the generated executable.
      Parameters:
      name - the name
    • mainClassName

      Returns the main class name.
      Returns:
      the string
    • mainClassName

      public void mainClassName(String name)
      Sets the main class name.
      Parameters:
      name - the name
    • applicationJvmOpts

      Returns a mutable list of JVM arguments.
      Returns:
      the list