Package ipsk.util
Interface InterfaceInfo
-
- All Known Subinterfaces:
Plugin,ServiceDescriptor
- All Known Implementing Classes:
InterfaceInfoBean,ManifestServiceDescriptor,PackageServiceDescriptor,ServiceDescriptorBean
public interface InterfaceInfo- Author:
- klausj
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocalizableMessagegetDescription()VersiongetImplementationVersion()VersiongetSpecificationVersion()LocalizableMessagegetTitle()java.lang.StringgetVendor()
-
-
-
Method Detail
-
getTitle
LocalizableMessage getTitle()
-
getDescription
LocalizableMessage getDescription()
-
getVendor
java.lang.String getVendor()
-
getSpecificationVersion
Version getSpecificationVersion()
-
getImplementationVersion
Version getImplementationVersion()
-
-