Class JlinkApplicationPluginExtension

java.lang.Object
com.github.iherasymenko.jlink.JlinkApplicationPluginExtension

public abstract class JlinkApplicationPluginExtension extends Object
  • Constructor Details

    • JlinkApplicationPluginExtension

      public JlinkApplicationPluginExtension()
  • Method Details

    • getMainModule

      public abstract org.gradle.api.provider.Property<String> getMainModule()
    • getMainClass

      public abstract org.gradle.api.provider.Property<String> getMainClass()
    • getAddModules

      public abstract org.gradle.api.provider.ListProperty<String> getAddModules()
    • getAddOptions

      public abstract org.gradle.api.provider.ListProperty<String> getAddOptions()
    • getApplicationName

      public abstract org.gradle.api.provider.Property<String> getApplicationName()
    • getDisablePlugin

      public abstract org.gradle.api.provider.ListProperty<String> getDisablePlugin()
    • getBindServices

      public abstract org.gradle.api.provider.Property<Boolean> getBindServices()
    • getCompress

      public abstract org.gradle.api.provider.Property<String> getCompress()
    • getNoHeaderFiles

      public abstract org.gradle.api.provider.Property<Boolean> getNoHeaderFiles()
    • getNoManPages

      public abstract org.gradle.api.provider.Property<Boolean> getNoManPages()
    • getStripDebug

      public abstract org.gradle.api.provider.Property<Boolean> getStripDebug()
    • getVerbose

      public abstract org.gradle.api.provider.Property<Boolean> getVerbose()
    • getDedupLegalNoticesErrorIfNotSameContent

      public abstract org.gradle.api.provider.Property<Boolean> getDedupLegalNoticesErrorIfNotSameContent()
    • getGenerateCdsArchive

      public abstract org.gradle.api.provider.Property<Boolean> getGenerateCdsArchive()
    • getExcludeFiles

      public abstract org.gradle.api.provider.ListProperty<String> getExcludeFiles()
    • getExcludeResources

      public abstract org.gradle.api.provider.ListProperty<String> getExcludeResources()
    • getIncludeLocales

      public abstract org.gradle.api.provider.ListProperty<String> getIncludeLocales()
    • getStripJavaDebugAttributes

      public abstract org.gradle.api.provider.Property<Boolean> getStripJavaDebugAttributes()
    • getStripNativeCommands

      public abstract org.gradle.api.provider.Property<Boolean> getStripNativeCommands()
    • getLauncher

      public abstract org.gradle.api.provider.MapProperty<String,String> getLauncher()
    • getLimitModules

      public abstract org.gradle.api.provider.ListProperty<String> getLimitModules()
    • getVm

      public abstract org.gradle.api.provider.Property<String> getVm()
    • getEndian

      public abstract org.gradle.api.provider.Property<String> getEndian()
    • getVendorBugUrl

      public abstract org.gradle.api.provider.Property<String> getVendorBugUrl()
    • getVendorVersion

      public abstract org.gradle.api.provider.Property<String> getVendorVersion()
    • getVendorVmBugUrl

      public abstract org.gradle.api.provider.Property<String> getVendorVmBugUrl()
    • getIgnoreSigningInformation

      public abstract org.gradle.api.provider.Property<Boolean> getIgnoreSigningInformation()