public interface DownloadResolver
DownloadResolverManager, when queried for a specific entity or entity add-on.| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getFilename()
The name of the artifact. 
 | 
java.util.List<java.lang.String> | 
getTargets()
The targets (normally URLs) for downloading the artifact. 
 | 
java.lang.String | 
getUnpackedDirectoryName(java.lang.String defaultVal)
The name of the directory in the expanded artifact (e.g. 
 | 
java.util.List<java.lang.String> getTargets()
java.lang.String getFilename()
java.lang.String getUnpackedDirectoryName(java.lang.String defaultVal)