Class Version.Component

java.lang.Object
com.ibm.msg.client.services.Version.Component
Enclosing class:
Version

public static class Version.Component extends Object
Represents an individual component
  • Method Details

    • getName

      public String getName()
      Package name of the component
      Returns:
      Package name of the component
    • getTitle

      public String 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

      public String getVersionString()
      Version of the component in V.R.M.F format
      Returns:
      String representation of version
    • getImplementationInfo

      public Map<String,String> getImplementationInfo()
      Custom map that will return a list of name value pairs giving additional information about the component.
      Returns:
      Map of name value pairs.
    • getImplementationInfo

      public Map<String,String> getImplementationInfo(boolean quiet)
      Custom map that will return a list of name value pairs giving additional information about the component.
      Parameters:
      quiet - Whether to suppress errors
      Returns:
      Map of name value pairs.
    • getType

      public String getType()
      String constant of the type of component
      Returns:
      String constant
    • getLocation

      public String getLocation()
      Location of the jar containing the component
      Returns:
      String literal giving the path to the jar