- get(Project) - Static method in class org.netbeans.modules.gradle.java.api.GradleJavaProject
-
- getAllDirs(boolean) - Method in class org.netbeans.modules.gradle.java.api.GradleJavaSourceSet
-
Returns all possible configured source directories regardless
of their existence.
- getAllDirs() - Method in class org.netbeans.modules.gradle.java.api.GradleJavaSourceSet
-
- getAnnotationProcessorConfigurationName() - Method in class org.netbeans.modules.gradle.java.api.GradleJavaSourceSet
-
The name of the annotation processor path configuration.
- getAnnotationProcessorPath() - Method in class org.netbeans.modules.gradle.java.api.GradleJavaSourceSet
-
The annotation processor path configured for this source set.
- getArchive(String) - Method in class org.netbeans.modules.gradle.java.api.GradleJavaProject
-
- getAvailableDirs(boolean) - Method in class org.netbeans.modules.gradle.java.api.GradleJavaSourceSet
-
Returns all configured and existing source directories.
- getAvailableDirs() - Method in class org.netbeans.modules.gradle.java.api.GradleJavaSourceSet
-
- getBuildTaskName(GradleJavaSourceSet.SourceType) - Method in class org.netbeans.modules.gradle.java.api.GradleJavaSourceSet
-
- getClassesTaskName() - Method in class org.netbeans.modules.gradle.java.api.GradleJavaSourceSet
-
- getCompileClassPath() - Method in class org.netbeans.modules.gradle.java.api.GradleJavaSourceSet
-
- getCompileConfigurationName() - Method in class org.netbeans.modules.gradle.java.api.GradleJavaSourceSet
-
- getCompilerArgs(GradleJavaSourceSet.SourceType) - Method in class org.netbeans.modules.gradle.java.api.GradleJavaSourceSet
-
Returns the compiler arguments for this source set defined for the given
language.
- getCompilerJavaHome(GradleJavaSourceSet.SourceType) - Method in class org.netbeans.modules.gradle.java.api.GradleJavaSourceSet
-
Returns the JDK Home directory of the JVM what would be used during the
compilation.
- getCompileTaskName(String) - Method in class org.netbeans.modules.gradle.java.api.GradleJavaSourceSet
-
- getCoverageData() - Method in class org.netbeans.modules.gradle.java.api.GradleJavaProject
-
- getDefault() - Static method in class org.netbeans.modules.gradle.java.spi.support.JavaToolchainSupport
-
- getFileName() - Method in class org.netbeans.modules.gradle.java.api.output.Location
-
- getGeneratedSourcesDirs() - Method in class org.netbeans.modules.gradle.java.api.GradleJavaSourceSet
-
The directories where sources are generated, e.g.
- getGroovyDirs() - Method in class org.netbeans.modules.gradle.java.api.GradleJavaSourceSet
-
- getJavaDirs() - Method in class org.netbeans.modules.gradle.java.api.GradleJavaSourceSet
-
- getKotlinDirs() - Method in class org.netbeans.modules.gradle.java.api.GradleJavaSourceSet
-
- getLineNum() - Method in class org.netbeans.modules.gradle.java.api.output.Location
-
- getMainJar() - Method in class org.netbeans.modules.gradle.java.api.GradleJavaProject
-
- getMainSourceSet() - Method in class org.netbeans.modules.gradle.java.api.GradleJavaProject
-
- getName() - Method in class org.netbeans.modules.gradle.java.api.GradleJavaSourceSet
-
- getOutputClassDir(GradleJavaSourceSet.SourceType) - Method in class org.netbeans.modules.gradle.java.api.GradleJavaSourceSet
-
Returns output directories for the given source type in the sourceset.
- getOutputClassDirs() - Method in class org.netbeans.modules.gradle.java.api.GradleJavaSourceSet
-
- getOutputResources() - Method in class org.netbeans.modules.gradle.java.api.GradleJavaSourceSet
-
Return the directory of resources output.
- getProcessResourcesTaskName() - Method in class org.netbeans.modules.gradle.java.api.GradleJavaSourceSet
-
- getProjectClassPath(String) - Method in interface org.netbeans.modules.gradle.java.api.ProjectSourcesClassPathProvider
-
- getProjectSourcesClassPath(String) - Method in interface org.netbeans.modules.gradle.java.api.ProjectSourcesClassPathProvider
-
- getResourcesDirs() - Method in class org.netbeans.modules.gradle.java.api.GradleJavaSourceSet
-
- getRuntimeClassPath() - Method in class org.netbeans.modules.gradle.java.api.GradleJavaSourceSet
-
- getRuntimeConfigurationName() - Method in class org.netbeans.modules.gradle.java.api.GradleJavaSourceSet
-
- getScalaDirs() - Method in class org.netbeans.modules.gradle.java.api.GradleJavaSourceSet
-
- getSourceDependencies() - Method in class org.netbeans.modules.gradle.java.api.GradleJavaSourceSet
-
Returns those SourceSets within this project which output is on our
compile/runtime classpath.
- getSourceDirs(GradleJavaSourceSet.SourceType) - Method in class org.netbeans.modules.gradle.java.api.GradleJavaSourceSet
-
- getSourcesCompatibility() - Method in class org.netbeans.modules.gradle.java.api.GradleJavaSourceSet
-
- getSourcesCompatibility(GradleJavaSourceSet.SourceType) - Method in class org.netbeans.modules.gradle.java.api.GradleJavaSourceSet
-
This method returns the source compatibility defined for this source
set for the given language type.
- getSourceSets() - Method in class org.netbeans.modules.gradle.java.api.GradleJavaProject
-
- getSourceType(File) - Method in class org.netbeans.modules.gradle.java.api.GradleJavaSourceSet
-
- getSourceTypes(File) - Method in class org.netbeans.modules.gradle.java.api.GradleJavaSourceSet
-
- getTarget() - Method in class org.netbeans.modules.gradle.java.api.output.Location
-
- getTargetCompatibility() - Method in class org.netbeans.modules.gradle.java.api.GradleJavaSourceSet
-
- getTargetCompatibility(GradleJavaSourceSet.SourceType) - Method in class org.netbeans.modules.gradle.java.api.GradleJavaSourceSet
-
This method returns the target compatibility defined for this source
set for the given language type.
- getTaskName(String, String) - Method in class org.netbeans.modules.gradle.java.api.GradleJavaSourceSet
-
- getTestClassesRoots() - Method in class org.netbeans.modules.gradle.java.api.GradleJavaProject
-
- GLOBAL_FINDER - Static variable in class org.netbeans.modules.gradle.java.api.output.LocationOpener
-
- GradleJavaDebugger - Interface in org.netbeans.modules.gradle.java.spi.debug
-
Instance would be found in the project's lookup allow to attach debugger
to the project.
- GradleJavaProject - Class in org.netbeans.modules.gradle.java.api
-
- GradleJavaSourceSet - Class in org.netbeans.modules.gradle.java.api
-
- GradleJavaSourceSet(String) - Constructor for class org.netbeans.modules.gradle.java.api.GradleJavaSourceSet
-
- GradleJavaSourceSet.ClassPathType - Enum in org.netbeans.modules.gradle.java.api
-
- GradleJavaSourceSet.SourceType - Enum in org.netbeans.modules.gradle.java.api
-