public interface ProductInfo
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the product name
|
ValueMap |
getProperties()
Returns all properties of this info.
|
String |
getShortName()
Returns the short product name, e.g.
|
String |
getShortVersion()
Returns the short, textual version.
|
String |
getUrl()
Returns the product url.
|
String |
getVendor()
Returns the vendor.
|
String |
getVendorUrl()
Returns the vendor url.
|
org.osgi.framework.Version |
getVersion()
Returns the product version.
|
String |
getYear()
Returns the product year.
|
String getName()
org.osgi.framework.Version getVersion()
String getShortName()
String getShortVersion()
String getYear()
String getVendor()
String getVendorUrl()
String getUrl()
ValueMap getProperties()
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"