public class ManifestModel extends BaseEntity<ManifestModel>
XML, XML_COMPACT| Constructor and Description |
|---|
ManifestModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(IVisitor visitor) |
ManifestModel |
addFile(FileModel file) |
boolean |
equals(Object obj) |
List<FileModel> |
getFiles() |
String |
getPath() |
int |
hashCode() |
void |
mergeAttributes(ManifestModel other) |
ManifestModel |
setPath(String path) |
assertAttributeEquals, equals, formatTo, toStringpublic void accept(IVisitor visitor)
public ManifestModel addFile(FileModel file)
public String getPath()
public void mergeAttributes(ManifestModel other)
public ManifestModel setPath(String path)
Copyright © 2022 Unidal Organization. All rights reserved.