Class Constants
java.lang.Object
org.metricshub.maven.plugin.connector.Constants
Constants for the plugin.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringCSS class for a medium-sized Bootstrap column with a width of 3.static final StringName of the subdirectory that will contain the pages for each connectorstatic final StringConnectors directory file name.static final StringName of the subdirectory that will contain the pages for each platformstatic final StringSupported platforms output HTML file name.static final StringSupported platforms output name.static final StringName of the subdirectory that will contain the pages for each tagstatic final com.fasterxml.jackson.databind.ObjectMapperObjectMapper provides functionality for reading the connector (YAML file) -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
YAML_OBJECT_MAPPER
public static final com.fasterxml.jackson.databind.ObjectMapper YAML_OBJECT_MAPPERObjectMapper provides functionality for reading the connector (YAML file) -
CONNECTOR_SUBDIRECTORY_NAME
Name of the subdirectory that will contain the pages for each connector- See Also:
-
TAG_SUBDIRECTORY_NAME
Name of the subdirectory that will contain the pages for each tag- See Also:
-
PLATFORM_SUBDIRECTORY_NAME
Name of the subdirectory that will contain the pages for each platform- See Also:
-
SUPPORTED_PLATFORMS_OUTPUT_NAME
Supported platforms output name.- See Also:
-
SUPPORTED_PLATFORMS_OUTPUT_FILE_NAME
Supported platforms output HTML file name.- See Also:
-
CONNECTORS_DIRECTORY_FILE_NAME
Connectors directory file name.- See Also:
-
BOOTSTRAP_MEDIUM_3_CLASS
CSS class for a medium-sized Bootstrap column with a width of 3.- See Also:
-
-
Constructor Details
-
Constants
public Constants()
-