| Package | Description |
|---|---|
| org.eclipse.jkube.kit.common | |
| org.eclipse.jkube.kit.common.util |
| Modifier and Type | Method and Description |
|---|---|
Dependency |
Dependency.DependencyBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<Dependency> |
JavaProject.getDependencies()
Direct dependencies for the project.
|
List<Dependency> |
JavaProject.getDependenciesWithTransitive()
All dependencies (including transitive) for the project
|
| Modifier and Type | Method and Description |
|---|---|
JavaProject.JavaProjectBuilder |
JavaProject.JavaProjectBuilder.dependency(Dependency dependency) |
| Modifier and Type | Method and Description |
|---|---|
JavaProject.JavaProjectBuilder |
JavaProject.JavaProjectBuilder.dependencies(Collection<? extends Dependency> dependencies) |
JavaProject.JavaProjectBuilder |
JavaProject.JavaProjectBuilder.dependenciesWithTransitive(List<Dependency> dependenciesWithTransitive) |
void |
JavaProject.setDependencies(List<Dependency> dependencies)
Direct dependencies for the project.
|
void |
JavaProject.setDependenciesWithTransitive(List<Dependency> dependenciesWithTransitive)
All dependencies (including transitive) for the project
|
| Constructor and Description |
|---|
JavaProject(String name,
String groupId,
String artifactId,
String version,
File outputDirectory,
File baseDirectory,
File buildDirectory,
File buildPackageDirectory,
Properties properties,
List<String> compileClassPathElements,
List<Dependency> dependencies,
List<Dependency> dependenciesWithTransitive,
List<Plugin> plugins,
List<String> gradlePlugins,
String site,
String description,
String organizationName,
String documentationUrl,
LocalDate buildDate,
String buildFinalName,
File artifact,
String packaging,
String issueManagementSystem,
String issueManagementUrl,
String url,
String scmUrl,
String scmTag,
List<Maintainer> maintainers) |
JavaProject(String name,
String groupId,
String artifactId,
String version,
File outputDirectory,
File baseDirectory,
File buildDirectory,
File buildPackageDirectory,
Properties properties,
List<String> compileClassPathElements,
List<Dependency> dependencies,
List<Dependency> dependenciesWithTransitive,
List<Plugin> plugins,
List<String> gradlePlugins,
String site,
String description,
String organizationName,
String documentationUrl,
LocalDate buildDate,
String buildFinalName,
File artifact,
String packaging,
String issueManagementSystem,
String issueManagementUrl,
String url,
String scmUrl,
String scmTag,
List<Maintainer> maintainers) |
| Modifier and Type | Method and Description |
|---|---|
static Dependency |
JKubeProjectUtil.getDependency(JavaProject jkubeProject,
String groupId,
String artifactId) |
static Dependency |
JKubeProjectUtil.getTransitiveDependency(JavaProject javaProject,
String groupId,
String artifactId) |
Copyright © 2024. All rights reserved.