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 output HTML file namestatic final StringConnectors directory output namestatic final StringConnectors full list file namestatic final StringName of the subdirectory that will contain the pages for each platformstatic 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:
-
CONNECTORS_DIRECTORY_OUTPUT_NAME
Connectors directory output name- See Also:
-
CONNECTORS_DIRECTORY_OUTPUT_FILE_NAME
Connectors directory output HTML file name- See Also:
-
CONNECTORS_FULL_LISTING_FILE_NAME
Connectors full list 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()
-