public class DownloadableLibraryServiceImpl extends DownloadableLibraryService
| Constructor and Description |
|---|
DownloadableLibraryServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
CustomLibraryDescription |
createDescriptionForType(java.lang.Class<? extends DownloadableLibraryType> typeClass) |
LibraryPropertiesEditor |
createDownloadableLibraryEditor(DownloadableLibraryDescription description,
LibraryEditorComponent<LibraryVersionProperties> editorComponent,
DownloadableLibraryType libraryType) |
DownloadableLibraryDescription |
createLibraryDescription(java.lang.String groupId,
java.net.URL... localUrls) |
getInstancepublic DownloadableLibraryDescription createLibraryDescription(java.lang.String groupId, java.net.URL... localUrls)
createLibraryDescription in class DownloadableLibraryServicepublic CustomLibraryDescription createDescriptionForType(java.lang.Class<? extends DownloadableLibraryType> typeClass)
createDescriptionForType in class DownloadableLibraryServicepublic LibraryPropertiesEditor createDownloadableLibraryEditor(DownloadableLibraryDescription description, LibraryEditorComponent<LibraryVersionProperties> editorComponent, DownloadableLibraryType libraryType)
createDownloadableLibraryEditor in class DownloadableLibraryService