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) |
getInstance
public DownloadableLibraryDescription createLibraryDescription(java.lang.String groupId, java.net.URL... localUrls)
createLibraryDescription
in class DownloadableLibraryService
public CustomLibraryDescription createDescriptionForType(java.lang.Class<? extends DownloadableLibraryType> typeClass)
createDescriptionForType
in class DownloadableLibraryService
public LibraryPropertiesEditor createDownloadableLibraryEditor(DownloadableLibraryDescription description, LibraryEditorComponent<LibraryVersionProperties> editorComponent, DownloadableLibraryType libraryType)
createDownloadableLibraryEditor
in class DownloadableLibraryService