Package org.apache.sis.internal.system
Class Modules
java.lang.Object
org.apache.sis.internal.system.Modules
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 theBundle-SymbolicName
entry of theMETA-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.
- Since:
- 0.3
- Version:
- 1.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The "org.apache.sis.gui" module name.static final String
The prefix of all classnames in Apache SIS, including a trailing dot.static final String
The "org.apache.sis.console" module name.static final String
The "org.apache.sis.storage.earth-observation" module name.static final String
The "org.apache.sis.feature" module name.static final String
The prefix of all internal classnames in Apache SIS, including a trailing dot.static final int
The major version number of all Apache SIS modules.static final String
The "org.apache.sis.metadata" module name.static final int
The minor version number of all Apache SIS modules.static final String
The "org.apache.sis.storage.netcdf" module name.static final String
The "org.apache.sis.portrayal" module name.static final String
The "org.apache.sis.raster" module name.static final String
The "org.apache.sis.referencing" module name.static final String
The "org.apache.sis.referencing.gazetteer" module name.static final String
The "org.apache.sis.shapefile" module name.static final String
The "org.apache.sis.sql" module name.static final String
The "org.apache.sis.storage" module name.static final String
The "org.apache.sis.util" module name. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
UTILITIES
The "org.apache.sis.util" module name.- See Also:
-
METADATA
The "org.apache.sis.metadata" module name.- See Also:
-
REFERENCING
The "org.apache.sis.referencing" module name.- See Also:
-
REFERENCING_BY_IDENTIFIERS
The "org.apache.sis.referencing.gazetteer" module name.- See Also:
-
FEATURE
The "org.apache.sis.feature" module name.- See Also:
-
RASTER
The "org.apache.sis.raster" module name.- See Also:
-
STORAGE
The "org.apache.sis.storage" module name.- See Also:
-
NETCDF
The "org.apache.sis.storage.netcdf" module name.- See Also:
-
EARTH_OBSERVATION
The "org.apache.sis.storage.earth-observation" module name.- See Also:
-
SHAPEFILE
The "org.apache.sis.shapefile" module name.- See Also:
-
SQL
The "org.apache.sis.sql" module name.- See Also:
-
PORTRAYAL
The "org.apache.sis.portrayal" module name.- See Also:
-
CONSOLE
The "org.apache.sis.console" module name.- See Also:
-
APPLICATION
The "org.apache.sis.gui" module name.- See Also:
-
MAJOR_VERSION
public static final int MAJOR_VERSIONThe major version number of all Apache SIS modules.- See Also:
-
MINOR_VERSION
public static final int MINOR_VERSIONThe minor version number of all Apache SIS modules.- See Also:
-
CLASSNAME_PREFIX
The prefix of all classnames in Apache SIS, including a trailing dot.- See Also:
-
INTERNAL_CLASSNAME_PREFIX
The prefix of all internal classnames in Apache SIS, including a trailing dot.- See Also:
-
-
Constructor Details
-
Modules
private Modules()Do not allow instantiation of this class.
-