Package csw.framework.models
Class ContainerInfo
- java.lang.Object
-
- csw.framework.models.ContainerInfo
-
- All Implemented Interfaces:
java.io.Serializable,scala.Equals,scala.Product
public final class ContainerInfo extends java.lang.Object implements scala.Product, java.io.SerializableContainer information as represented in the configuration fileparam: 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 Rapply(T1 v1, T2 v2)scala.collection.immutable.Set<ComponentInfo>components()java.lang.Stringname()Prefixprefix()Represents the prefix for the container withSubsystem.Containerand givennamejava.lang.StringtoString()
-
-
-
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 withSubsystem.Containerand givenname- Returns:
- (undocumented)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-