所有程序包的分层结构
- dev.vfyjxf.gradle.production,
- dev.vfyjxf.gradle.production.dsl,
- dev.vfyjxf.gradle.production.internal,
- dev.vfyjxf.gradle.production.tasks
类分层结构
- java.lang.Object
- org.gradle.api.internal.AbstractTask (implements org.gradle.api.internal.DynamicObjectAware, org.gradle.api.internal.TaskInternal)
- org.gradle.api.DefaultTask (implements org.gradle.api.Task)
- dev.vfyjxf.gradle.production.tasks.GenerateLaunchSpecTask
- dev.vfyjxf.gradle.production.tasks.GenerateProductionLauncherBridgeTask
- dev.vfyjxf.gradle.production.tasks.LauncherExecTask
- dev.vfyjxf.gradle.production.tasks.PrintLaunchSpecTask
- dev.vfyjxf.gradle.production.tasks.PrintResolvedModsTask
- org.gradle.api.DefaultTask (implements org.gradle.api.Task)
- dev.vfyjxf.gradle.production.internal.ConfigurationNames
- dev.vfyjxf.gradle.production.dsl.IdeaSpec
- dev.vfyjxf.gradle.production.dsl.ModSetSpec
- dev.vfyjxf.gradle.production.dsl.ModSetSpec.CurseForgeRequestSpec (implements dev.vfyjxf.gradle.production.dsl.ModSetSpec.RemoteModRequestSpec)
- dev.vfyjxf.gradle.production.dsl.ModSetSpec.ModrinthRequestSpec (implements dev.vfyjxf.gradle.production.dsl.ModSetSpec.RemoteModRequestSpec)
- dev.vfyjxf.gradle.production.dsl.ProductionExtension
- dev.vfyjxf.gradle.production.ProductionGradlePlugin (implements org.gradle.api.Plugin<T>)
- dev.vfyjxf.gradle.production.dsl.ProductionRunSpec (implements org.gradle.api.Named)
- dev.vfyjxf.gradle.production.internal.SpecWriter
- dev.vfyjxf.gradle.production.internal.ToolchainResolver
- org.gradle.api.internal.AbstractTask (implements org.gradle.api.internal.DynamicObjectAware, org.gradle.api.internal.TaskInternal)
接口分层结构
- dev.vfyjxf.gradle.production.dsl.ModSetSpec.RemoteModRequestSpec