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.Serializable
Container 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 R
apply(T1 v1, T2 v2)
scala.collection.immutable.Set<ComponentInfo>
components()
java.lang.String
name()
Prefix
prefix()
Represents the prefix for the container withSubsystem.Container
and givenname
java.lang.String
toString()
-
-
-
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.Container
and givenname
- Returns:
- (undocumented)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-