public interface MutableVariantFilesMetadata
Modifier and Type | Method | Description |
---|---|---|
void |
addFile(String name) |
Add a file, if the file location is the same as the file name.
|
void |
addFile(String name,
String url) |
Add a file.
|
void |
removeAllFiles() |
Remove all files already defined for the variant.
|
void removeAllFiles()
ComponentMetadataDetails.addVariant(String, String, Action)
.void addFile(String name)
name
- name and path of the file.