Class Prefix$

java.lang.Object
csw.prefix.models.Prefix$
All Implemented Interfaces:
Serializable

public class Prefix$ extends Object implements Serializable
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Prefix$
    Static reference to the singleton instance of this Scala object.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(String value)
    Creates a Prefix based on the given value of format tcs.filter.wheel and splits it to have tcs as subsystem and filter.wheel as componentName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • MODULE$

      public static final Prefix$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • Prefix$

      public Prefix$()
  • Method Details

    • apply

      public Prefix apply(String value)
      Creates a Prefix based on the given value of format tcs.filter.wheel and splits it to have tcs as subsystem and filter.wheel as componentName

      Parameters:
      value - of format tcs.filter.wheel
      Returns:
      a Prefix instance