Class Modules

java.lang.Object
org.apache.sis.internal.system.Modules

public final class Modules extends Object
Constants related to SIS modules management. The constants in this class are used for two purposes:
  • Module symbolic names, as declared in module-info.java files. In an OSGi context, this would be the Bundle-SymbolicName entry of the META-INF/MANIFEST.MF file in each JAR files.
  • Logger names for "module-wide" messages, or when the message to log does not fit in a more accurate category. Note that other logger names are listed in the Loggers class.
Each constant should be the name of the main package of its corresponding module.
Since:
0.3
Version:
1.1
  • Field Details

  • Constructor Details

    • Modules

      private Modules()
      Do not allow instantiation of this class.