Package com.priint.pubserver.plugin
Class PluginLibraryInfo
java.lang.Object
com.priint.pubserver.plugin.PluginLibraryInfo
- All Implemented Interfaces:
Serializable
Metadata describing a plug-in library.
- Since:
- 4.0.0
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Class<?>[]final StringgetId()Unique ID of the plugin librarygetLabel()Name of the plugin librarygetType()getUrl()Url of the plugin libraryVendor of the plugin libraryVersion of the plugin libraryvoidsetConfigClasses(Class<?>[] configClasses) final voidsetDescription(String description) voidvoidfinal voidset type of plug-ins in plug-in libraryvoidvoidvoidsetVersion(String value) toString()
-
Field Details
-
id
-
description
-
label
-
type
-
url
-
vendor
-
version
-
configClasses
-
-
Constructor Details
-
PluginLibraryInfo
public PluginLibraryInfo()
-
-
Method Details
-
getId
Unique ID of the plugin library- Returns:
- id
-
setId
- Parameters:
id-
-
getLabel
Name of the plugin library- Returns:
- label
-
setLabel
- Parameters:
label-
-
getVendor
Vendor of the plugin library- Returns:
- vendor
-
setVendor
- Parameters:
vendor-
-
getUrl
Url of the plugin library- Returns:
- url
-
setUrl
- Parameters:
url-
-
getVersion
Version of the plugin library- Returns:
- possible object is
String
-
setVersion
- Parameters:
value-
-
getType
- Returns:
- type of plug-ins in plug-in library
-
setType
set type of plug-ins in plug-in library- Parameters:
type-
-
getDescription
- Returns:
- description of plug-in library
-
setDescription
- Parameters:
description- of plug-in library
-
getConfigClasses
- Returns:
- configuration classes of plug-in library
-
setConfigClasses
- Parameters:
configClasses- configuration classes of the library
-
toString
-