| Package | Description |
|---|---|
| org.eclipse.jkube.kit.common | |
| org.eclipse.jkube.kit.common.archive |
| Modifier and Type | Method and Description |
|---|---|
AssemblyFile |
AssemblyFile.AssemblyFileBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<AssemblyFile> |
Assembly.getFiles()
List of files for the Assembly.
|
| Modifier and Type | Method and Description |
|---|---|
Assembly.AssemblyBuilder |
Assembly.AssemblyBuilder.file(AssemblyFile file) |
| Modifier and Type | Method and Description |
|---|---|
Assembly.AssemblyBuilder |
Assembly.AssemblyBuilder.files(Collection<? extends AssemblyFile> files) |
void |
Assembly.setFiles(List<AssemblyFile> files)
List of files for the Assembly.
|
| Constructor and Description |
|---|
Assembly(String id,
List<AssemblyFile> files,
List<AssemblyFileSet> fileSets,
File baseDirectory) |
| Modifier and Type | Method and Description |
|---|---|
static File |
AssemblyFileUtils.getAssemblyFileOutputDirectory(AssemblyFile assemblyFile,
File outputDirectoryForRelativePaths,
Assembly layer,
AssemblyConfiguration assemblyConfiguration) |
static File |
AssemblyFileUtils.resolveSourceFile(File baseDirectory,
AssemblyFile assemblyFile) |
Copyright © 2023. All rights reserved.