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