Class ContainerInfo

  • All Implemented Interfaces:
    java.io.Serializable, scala.Equals, scala.Product

    public final class ContainerInfo
    extends java.lang.Object
    implements scala.Product, java.io.Serializable
    Container information as represented in the configuration file

    param: name name of the container param: components set of components to be created inside this container

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ContainerInfo​(java.lang.String name, scala.collection.immutable.Set<ComponentInfo> components)  
    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract static R apply​(T1 v1, T2 v2)  
      scala.collection.immutable.Set<ComponentInfo> components()  
      java.lang.String name()  
      Prefix prefix()
      Represents the prefix for the container with Subsystem.Container and given name
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface scala.Equals

        canEqual, equals
      • Methods inherited from interface scala.Product

        productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
    • Constructor Detail

      • ContainerInfo

        public ContainerInfo​(java.lang.String name,
                             scala.collection.immutable.Set<ComponentInfo> components)
    • Method Detail

      • apply

        public abstract static R apply​(T1 v1,
                                       T2 v2)
      • name

        public java.lang.String name()
      • components

        public scala.collection.immutable.Set<ComponentInfo> components()
      • prefix

        public Prefix prefix()
        Represents the prefix for the container with Subsystem.Container and given name
        Returns:
        (undocumented)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object