public static class Version.Component
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getImplementationInfo()
Custom map that will return a list of name value pairs giving additional information about
the component.
|
java.util.Map<java.lang.String,java.lang.String> |
getImplementationInfo(boolean quiet)
Custom map that will return a list of name value pairs giving additional information about
the component.
|
java.lang.String |
getLocation()
Location of the jar containing the component
|
java.lang.String |
getName()
Package name of the component
|
java.lang.String |
getTitle()
Title of the component
|
java.lang.String |
getType()
String constant of the type of component
|
int[] |
getVersion()
Version of the component in V.R.M.F format
|
java.lang.String |
getVersionString()
Version of the component in V.R.M.F format
|
public java.lang.String getName()
public java.lang.String getTitle()
public int[] getVersion()
public java.lang.String getVersionString()
public java.util.Map<java.lang.String,java.lang.String> getImplementationInfo()
public java.util.Map<java.lang.String,java.lang.String> getImplementationInfo(boolean quiet)
quiet - Whether to suppress errorspublic java.lang.String getType()
public java.lang.String getLocation()