| Package | Description |
|---|---|
| org.eclipse.jkube.kit.common | |
| org.eclipse.jkube.kit.common.archive |
| Modifier and Type | Method and Description |
|---|---|
AssemblyFileSet |
AssemblyFileSet.AssemblyFileSetBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<AssemblyFileSet> |
Assembly.getFileSets()
List of filesets for the Assembly.
|
| Modifier and Type | Method and Description |
|---|---|
Assembly.AssemblyBuilder |
Assembly.AssemblyBuilder.fileSet(AssemblyFileSet fileSet) |
| Modifier and Type | Method and Description |
|---|---|
Assembly.AssemblyBuilder |
Assembly.AssemblyBuilder.fileSets(Collection<? extends AssemblyFileSet> fileSets) |
void |
Assembly.setFileSets(List<AssemblyFileSet> fileSets)
List of filesets for the Assembly.
|
| Constructor and Description |
|---|
Assembly(String id,
List<AssemblyFile> files,
List<AssemblyFileSet> fileSets,
File baseDirectory) |
| Modifier and Type | Method and Description |
|---|---|
static List<AssemblyFileEntry> |
AssemblyFileSetUtils.calculateFilePermissions(File source,
File dest,
AssemblyFileSet assemblyFileSet) |
static List<AssemblyFileEntry> |
AssemblyFileSetUtils.processAssemblyFileSet(File baseDirectory,
File outputDirectory,
AssemblyFileSet assemblyFileSet,
Assembly layer,
AssemblyConfiguration assemblyConfiguration)
Will copy files from the provided
baseDirectory into
outputDirectory/assemblyConfiguration.targetDir[/layer.directory]
considering the inclusion and exclusion rules defined in the provided AssemblyFileSet. |
Copyright © 2024. All rights reserved.