Class Catalog.Const

java.lang.Object
eu.bandm.tools.muli.Catalog.Const
Enclosing class:
Catalog<K>

@Deprecated(forRemoval=true) protected static class Catalog.Const extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Strings are not tranlated anymore, but only instances of PreMessage.
Wrapper class to prevent the translation OF AN ARGUMENT, eg. for filenames. Works since "instanceof String" yields false, but "toString()" is requested by "%s"-format and works!
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

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

    • string

      protected String string
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • Const

      public Const(String s)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • toString

      public String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      toString in class Object