public class DownloadableLibraryFileDescriptionImpl extends DownloadableFileDescriptionImpl implements DownloadableLibraryFileDescription
| Constructor and Description |
|---|
DownloadableLibraryFileDescriptionImpl(java.lang.String downloadUrl,
java.lang.String fileName,
java.lang.String fileExtension,
java.lang.String sourceDownloadUrl,
java.lang.String documentationDownloadUrl,
boolean optional) |
| Modifier and Type | Method and Description |
|---|---|
DownloadableFileDescriptionImpl |
getDocumentationDescription() |
DownloadableFileDescriptionImpl |
getSourcesDescription() |
boolean |
isOptional() |
equals, generateFileName, getDefaultFileName, getDownloadUrl, getPresentableDownloadUrl, getPresentableFileName, hashCodeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgenerateFileName, getDefaultFileName, getDownloadUrl, getPresentableDownloadUrl, getPresentableFileNamepublic DownloadableLibraryFileDescriptionImpl(java.lang.String downloadUrl,
java.lang.String fileName,
java.lang.String fileExtension,
java.lang.String sourceDownloadUrl,
java.lang.String documentationDownloadUrl,
boolean optional)
public DownloadableFileDescriptionImpl getSourcesDescription()
getSourcesDescription in interface DownloadableLibraryFileDescriptionpublic DownloadableFileDescriptionImpl getDocumentationDescription()
getDocumentationDescription in interface DownloadableLibraryFileDescriptionpublic boolean isOptional()
isOptional in interface DownloadableLibraryFileDescription