public class Assembly extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Assembly.AssemblyBuilder |
| Constructor and Description |
|---|
Assembly() |
Assembly(String id,
List<AssemblyFile> files,
List<AssemblyFileSet> fileSets,
File baseDirectory) |
| Modifier and Type | Method and Description |
|---|---|
static Assembly.AssemblyBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
File |
getBaseDirectory()
Base directory from which to resolve the Assembly files and filesets.
|
List<AssemblyFile> |
getFiles()
List of files for the Assembly.
|
List<AssemblyFileSet> |
getFileSets()
List of filesets for the Assembly.
|
String |
getId()
Unique ID for the Assembly.
|
int |
hashCode() |
void |
setBaseDirectory(File baseDirectory)
Base directory from which to resolve the Assembly files and filesets.
|
void |
setFiles(List<AssemblyFile> files)
List of files for the Assembly.
|
void |
setFileSets(List<AssemblyFileSet> fileSets)
List of filesets for the Assembly.
|
void |
setId(String id)
Unique ID for the Assembly.
|
Assembly.AssemblyBuilder |
toBuilder() |
public Assembly(String id, List<AssemblyFile> files, List<AssemblyFileSet> fileSets, File baseDirectory)
public Assembly()
public static Assembly.AssemblyBuilder builder()
public Assembly.AssemblyBuilder toBuilder()
public String getId()
public List<AssemblyFile> getFiles()
public List<AssemblyFileSet> getFileSets()
public File getBaseDirectory()
public void setId(String id)
id - New ID for the Assembly.public void setFiles(List<AssemblyFile> files)
files - New list of files for the Assembly.public void setFileSets(List<AssemblyFileSet> fileSets)
fileSets - New list of filesets for the Assembly.public void setBaseDirectory(File baseDirectory)
baseDirectory - New base directory for the Assembly.protected boolean canEqual(Object other)
Copyright © 2023. All rights reserved.