com.ibm.streamsx.rest.build

Class Toolkit.Dependency

  • java.lang.Object
    • com.ibm.streamsx.rest.build.Toolkit.Dependency
  • Enclosing class:
    Toolkit


    public static class Toolkit.Dependency
    extends java.lang.Object
    A dependency of a toolkit on another toolkit. This identifies the name, and the range of versions, of the other toolkit required by a toolkit.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Dependency(java.lang.String name, java.lang.String version) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getName()
      Gets the name of the dependent toolkit.
      java.lang.String getVersion()
      Gets the range of versions of the dependent toolkit.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Dependency

        public Dependency(java.lang.String name,
                          java.lang.String version)
    • Method Detail

      • getName

        public java.lang.String getName()
        Gets the name of the dependent toolkit.
      • getVersion

        public java.lang.String getVersion()
        Gets the range of versions of the dependent toolkit.
streamsx.topology 2.1 @ IBMStreams GitHub