Index

A C D F G I M O P R T W 
All Classes and Interfaces|All Packages|Serialized Form

A

Assertions - Class in org.openrewrite.gradle.toolingapi
 
Assertions() - Constructor for class org.openrewrite.gradle.toolingapi.Assertions
 

C

clearCaches() - Static method in class org.openrewrite.gradle.marker.GradleProjectBuilder
 

D

Dependency - Interface in org.openrewrite.gradle.toolingapi
 

F

FeaturePreview - Interface in org.openrewrite.gradle.toolingapi
 
forProjectDirectory(File, File) - Static method in class org.openrewrite.gradle.toolingapi.OpenRewriteModelBuilder
Warning: This API is likely to change over time without notice Build an OpenRewriteModel for a project directory, using the default Gradle init script bundled within this jar.
forProjectDirectory(File, File, String) - Static method in class org.openrewrite.gradle.toolingapi.OpenRewriteModelBuilder
Warning: This API is likely to change over time without notice Build an OpenRewriteModel for a project directory, using the init script contents passed to this function.

G

getArtifactId() - Method in interface org.openrewrite.gradle.toolingapi.GroupArtifact
 
getArtifactId() - Method in interface org.openrewrite.gradle.toolingapi.GroupArtifactVersion
 
getArtifactId() - Method in interface org.openrewrite.gradle.toolingapi.ResolvedGroupArtifactVersion
 
getBuildscript() - Method in interface org.openrewrite.gradle.toolingapi.GradleProject
 
getBuildscript() - Method in interface org.openrewrite.gradle.toolingapi.GradleSettings
 
getClassifier() - Method in interface org.openrewrite.gradle.toolingapi.Dependency
 
getDatedSnapshotVersion() - Method in interface org.openrewrite.gradle.toolingapi.ResolvedGroupArtifactVersion
In the form "${version}-${timestamp}-${buildNumber}", e.g.
getDependencies() - Method in interface org.openrewrite.gradle.toolingapi.ResolvedDependency
Direct dependencies only that survived conflict resolution and exclusion.
getDepth() - Method in interface org.openrewrite.gradle.toolingapi.ResolvedDependency
 
getDeriveMetadataIfMissing() - Method in interface org.openrewrite.gradle.toolingapi.MavenRepository
 
getDescription() - Method in interface org.openrewrite.gradle.toolingapi.GradleDependencyConfiguration
 
getDirectResolved() - Method in interface org.openrewrite.gradle.toolingapi.GradleDependencyConfiguration
 
getEnabled() - Method in interface org.openrewrite.gradle.toolingapi.FeaturePreview
 
getExclusions() - Method in interface org.openrewrite.gradle.toolingapi.Dependency
 
getExtendsFrom() - Method in interface org.openrewrite.gradle.toolingapi.GradleDependencyConfiguration
 
getFeaturePreviews() - Method in interface org.openrewrite.gradle.toolingapi.GradleSettings
 
getFullyQualifiedClassName() - Method in interface org.openrewrite.gradle.toolingapi.GradlePluginDescriptor
 
getGav() - Method in interface org.openrewrite.gradle.toolingapi.Dependency
 
getGav() - Method in interface org.openrewrite.gradle.toolingapi.ResolvedDependency
 
getGroup() - Method in interface org.openrewrite.gradle.toolingapi.GradleProject
 
getGroupId() - Method in interface org.openrewrite.gradle.toolingapi.GroupArtifact
 
getGroupId() - Method in interface org.openrewrite.gradle.toolingapi.GroupArtifactVersion
 
getGroupId() - Method in interface org.openrewrite.gradle.toolingapi.ResolvedGroupArtifactVersion
 
getId() - Method in interface org.openrewrite.gradle.toolingapi.GradlePluginDescriptor
 
getId() - Method in interface org.openrewrite.gradle.toolingapi.MavenRepository
 
getMavenPluginRepositories() - Method in interface org.openrewrite.gradle.toolingapi.GradleProject
 
getMavenRepositories() - Method in interface org.openrewrite.gradle.toolingapi.GradleBuildscript
 
getMavenRepositories() - Method in interface org.openrewrite.gradle.toolingapi.GradleProject
 
getName() - Method in interface org.openrewrite.gradle.toolingapi.FeaturePreview
 
getName() - Method in interface org.openrewrite.gradle.toolingapi.GradleDependencyConfiguration
 
getName() - Method in interface org.openrewrite.gradle.toolingapi.GradleProject
 
getNameToConfiguration() - Method in interface org.openrewrite.gradle.toolingapi.GradleBuildscript
 
getNameToConfiguration() - Method in interface org.openrewrite.gradle.toolingapi.GradleProject
 
getOptional() - Method in interface org.openrewrite.gradle.toolingapi.Dependency
 
getPassword() - Method in interface org.openrewrite.gradle.toolingapi.MavenRepository
 
getPath() - Method in interface org.openrewrite.gradle.toolingapi.GradleProject
 
getPluginRepositories() - Method in interface org.openrewrite.gradle.toolingapi.GradleSettings
 
getPlugins() - Method in interface org.openrewrite.gradle.toolingapi.GradleProject
 
getPlugins() - Method in interface org.openrewrite.gradle.toolingapi.GradleSettings
 
getPreviews(DefaultSettings) - Static method in class org.openrewrite.gradle.marker.ReflectiveFeaturePreviewFetcher
 
getReleases() - Method in interface org.openrewrite.gradle.toolingapi.MavenRepository
 
getRepository() - Method in interface org.openrewrite.gradle.toolingapi.ResolvedDependency
 
getRequested() - Method in interface org.openrewrite.gradle.toolingapi.GradleDependencyConfiguration
 
getRequested() - Method in interface org.openrewrite.gradle.toolingapi.ResolvedDependency
 
getScope() - Method in interface org.openrewrite.gradle.toolingapi.Dependency
 
getSnapshots() - Method in interface org.openrewrite.gradle.toolingapi.MavenRepository
 
getTimeout() - Method in interface org.openrewrite.gradle.toolingapi.MavenRepository
 
getType() - Method in interface org.openrewrite.gradle.toolingapi.Dependency
 
getUri() - Method in interface org.openrewrite.gradle.toolingapi.MavenRepository
Not a URI because this could be a property reference.
getUsername() - Method in interface org.openrewrite.gradle.toolingapi.MavenRepository
 
getVersion() - Method in interface org.openrewrite.gradle.toolingapi.GradleProject
 
getVersion() - Method in interface org.openrewrite.gradle.toolingapi.GroupArtifactVersion
 
getVersion() - Method in interface org.openrewrite.gradle.toolingapi.ResolvedGroupArtifactVersion
 
GradleBuildscript - Interface in org.openrewrite.gradle.toolingapi
 
GradleDependencyConfiguration - Interface in org.openrewrite.gradle.toolingapi
 
GradlePluginDescriptor - Interface in org.openrewrite.gradle.toolingapi
 
gradleProject() - Method in interface org.openrewrite.gradle.toolingapi.OpenRewriteModel
 
gradleProject() - Method in class org.openrewrite.gradle.toolingapi.OpenRewriteModelImpl
 
gradleProject(Project) - Static method in class org.openrewrite.gradle.marker.GradleProjectBuilder
 
GradleProject - Interface in org.openrewrite.gradle.toolingapi
 
GradleProjectBuilder - Class in org.openrewrite.gradle.marker
 
gradleSettings() - Method in interface org.openrewrite.gradle.toolingapi.OpenRewriteModel
 
gradleSettings() - Method in class org.openrewrite.gradle.toolingapi.OpenRewriteModelImpl
 
gradleSettings(Settings) - Static method in class org.openrewrite.gradle.marker.GradleSettingsBuilder
 
GradleSettings - Interface in org.openrewrite.gradle.toolingapi
 
GradleSettingsBuilder - Class in org.openrewrite.gradle.marker
 
GroupArtifact - Interface in org.openrewrite.gradle.toolingapi
 
GroupArtifactVersion - Interface in org.openrewrite.gradle.toolingapi
 

I

isActive() - Method in interface org.openrewrite.gradle.toolingapi.FeaturePreview
 
isCanBeConsumed() - Method in interface org.openrewrite.gradle.toolingapi.GradleDependencyConfiguration
 
isCanBeDeclared() - Method in interface org.openrewrite.gradle.toolingapi.GradleDependencyConfiguration
 
isCanBeResolved() - Method in interface org.openrewrite.gradle.toolingapi.GradleDependencyConfiguration
 
isKnownToExist() - Method in interface org.openrewrite.gradle.toolingapi.MavenRepository
 
isTransitive() - Method in interface org.openrewrite.gradle.toolingapi.GradleDependencyConfiguration
 

M

MavenRepository - Interface in org.openrewrite.gradle.toolingapi
 

O

OpenRewriteModel - Interface in org.openrewrite.gradle.toolingapi
 
OpenRewriteModelBuilder - Class in org.openrewrite.gradle.toolingapi
 
OpenRewriteModelBuilder() - Constructor for class org.openrewrite.gradle.toolingapi.OpenRewriteModelBuilder
 
OpenRewriteModelImpl - Class in org.openrewrite.gradle.toolingapi
 
OpenRewriteModelImpl(GradleProject, GradleSettings) - Constructor for class org.openrewrite.gradle.toolingapi.OpenRewriteModelImpl
 
org.openrewrite.gradle.marker - package org.openrewrite.gradle.marker
 
org.openrewrite.gradle.toolingapi - package org.openrewrite.gradle.toolingapi
This package contains a custom Gradle tooling model that is used in OpenRewrite Gradle tests to extract similar model information as is extracted by the OpenRewrite Gradle plugin.

P

pluginDescriptors(PluginManagerInternal) - Static method in class org.openrewrite.gradle.marker.GradleProjectBuilder
 
pluginDescriptors(PluginManager) - Static method in class org.openrewrite.gradle.marker.GradleProjectBuilder
 

R

ReflectiveFeaturePreviewFetcher - Class in org.openrewrite.gradle.marker
Avoid failure to load the class org.gradle.internal.buildoption.FeatureFlag on older versions of Gradle by accessing this class reflectively.
ReflectiveFeaturePreviewFetcher() - Constructor for class org.openrewrite.gradle.marker.ReflectiveFeaturePreviewFetcher
 
ResolvedDependency - Interface in org.openrewrite.gradle.toolingapi
 
ResolvedGroupArtifactVersion - Interface in org.openrewrite.gradle.toolingapi
 

T

toMarker(Collection<ResolvedDependency>) - Static method in interface org.openrewrite.gradle.toolingapi.ResolvedDependency
 
toMarker(MavenRepository) - Static method in interface org.openrewrite.gradle.toolingapi.MavenRepository
 
toMarker(FeaturePreview) - Static method in interface org.openrewrite.gradle.toolingapi.FeaturePreview
 
toMarker(GradlePluginDescriptor) - Static method in interface org.openrewrite.gradle.toolingapi.GradlePluginDescriptor
 
toMarker(GradleProject) - Static method in interface org.openrewrite.gradle.toolingapi.GradleProject
 
toMarker(GradleSettings) - Static method in interface org.openrewrite.gradle.toolingapi.GradleSettings
 
toMarkers(Collection<GradleDependencyConfiguration>) - Static method in interface org.openrewrite.gradle.toolingapi.GradleDependencyConfiguration
 
toMarkers(Dependency) - Static method in interface org.openrewrite.gradle.toolingapi.Dependency
 

W

withToolingApi() - Static method in class org.openrewrite.gradle.toolingapi.Assertions
 
withToolingApi(String, String) - Static method in class org.openrewrite.gradle.toolingapi.Assertions
 
withToolingApi(String) - Static method in class org.openrewrite.gradle.toolingapi.Assertions
 
withToolingApi(URI) - Static method in class org.openrewrite.gradle.toolingapi.Assertions
 
withToolingApi(URI, String) - Static method in class org.openrewrite.gradle.toolingapi.Assertions
 
withToolingApi(GradleWrapper) - Static method in class org.openrewrite.gradle.toolingapi.Assertions
 
withToolingApi(GradleWrapper, String) - Static method in class org.openrewrite.gradle.toolingapi.Assertions
 
A C D F G I M O P R T W 
All Classes and Interfaces|All Packages|Serialized Form