Class Version.Component
java.lang.Object
com.ibm.msg.client.services.Version.Component
- Enclosing class:
Version
Represents an individual component
-
Method Summary
Modifier and TypeMethodDescriptionCustom map that will return a list of name value pairs giving additional information about the component.getImplementationInfo(boolean quiet) Custom map that will return a list of name value pairs giving additional information about the component.Location of the jar containing the componentgetName()Package name of the componentgetTitle()Title of the componentgetType()String constant of the type of componentint[]Version of the component in V.R.M.F formatVersion of the component in V.R.M.F format
-
Method Details
-
getName
-
getTitle
Title of the component- Returns:
- String literal giving the title of the component
-
getVersion
public int[] getVersion()Version of the component in V.R.M.F format- Returns:
- int array
-
getVersionString
Version of the component in V.R.M.F format- Returns:
- String representation of version
-
getImplementationInfo
-
getImplementationInfo
-
getType
-
getLocation
Location of the jar containing the component- Returns:
- String literal giving the path to the jar
-