Skip navigation links
org.netbeans.modules.gradle.java 1.26.0 1

Gradle Java Projects
Under Development

GradleJavaProjectAPI

See: Description

Gradle Java Projects 
Package Description
org.netbeans.modules.gradle.java.api  
org.netbeans.modules.gradle.java.api.output  
org.netbeans.modules.gradle.java.spi.debug  

What is New (see all changes)?

Use Cases

API/SPI to be used by modules wanting to enhance the Gradle Java project's integration in the IDE.

Exported Interfaces

This table lists all of the module exported APIs with defined stability classifications. It is generated based on answers to questions about the architecture of the module. Read them all...
Group of java interfaces
Interface NameIn/OutStabilitySpecified in What Document?
GradleJavaProjectAPIExportedUnder Development

The Gradle Java Project API provides some miscellaneous friend APIs and SPIs relating to Gradle Java projects.

Group of property interfaces
Interface NameIn/OutStabilitySpecified in What Document?
javaExec.jvmArgsExportedStable

${javaExec.jvmArgs} token is replaced in action mappings for JVM arguments collected from ExplicitProcessParameters in action's context Lookup. See ProjectActions.TOKEN_JAVAEXEC_JVMARGS for more details.

javaExec.argsExportedStable

${javaExec.args} token is replaced in action mappings for application parameters collected from ExplicitProcessParameters in action's context Lookup. See ProjectActions.TOKEN_JAVAEXEC_ARGS for more details.

javaExec.runWorkingDirExportedStable

${javaExec.runWorkingDir} token is replaced in action mappings with working directory retrieved from ExplicitProcessParameters in action's context Lookup. See ProjectActions.TOKEN_JAVAEXEC_CWD for more details.

javaExec.runEnvironmentExportedStable

${javaExec.runEnvironment} token is replaced in action mappings with environment variables retrieved from ExplicitProcessParameters in action's context Lookup. See ProjectActions.TOKEN_JAVAEXEC_ENV for more details.

Group of lookup interfaces
Interface NameIn/OutStabilitySpecified in What Document?
GradleJavaDebuggerExportedPrivate

This module provides a lookup implementation for GradleJavaDebugger which makes it easy to attach a configured Java debugger to a running process.

Implementation Details

Where are the sources for the module?

The sources for the module are in the Apache Git repositories or in the GitHub repositories.

What do other modules need to do to declare a dependency on this one, in addition to or instead of a plain module dependency?

XXX no answer for deploy-dependencies

Read more about the implementation in the answers to architecture questions.

Skip navigation links
org.netbeans.modules.gradle.java 1.26.0 1