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, hashCode
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
generateFileName, getDefaultFileName, getDownloadUrl, getPresentableDownloadUrl, getPresentableFileName
public 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 DownloadableLibraryFileDescription
public DownloadableFileDescriptionImpl getDocumentationDescription()
getDocumentationDescription
in interface DownloadableLibraryFileDescription
public boolean isOptional()
isOptional
in interface DownloadableLibraryFileDescription