com.ibm.msg.client.services

Class Version.Component

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


    public static class Version.Component
    extends java.lang.Object
    Represents an individual component
    • Method Summary

      Methods 
      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
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getName

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

        public java.lang.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 java.lang.String getVersionString()
        Version of the component in V.R.M.F format
        Returns:
        String representation of version
      • getImplementationInfo

        public 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.
        Returns:
        Map of name value pairs.
      • getImplementationInfo

        public 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.
        Parameters:
        quiet - Whether to suppress errors
        Returns:
        Map of name value pairs.
      • getType

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

        public java.lang.String getLocation()
        Location of the jar containing the component
        Returns:
        String literal giving the path to the jar
(c) Copyright IBM Corp. 2008, 2015. All Rights Reserved.