Package io.microsphere.constants
Interface ResourceConstants
-
public interface ResourceConstants
The Constants for Microsphere Resource- Since:
- 1.0.0
- Author:
- Mercy
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ADDITIONAL_CONFIGURATION_PROPERTY_METADATA_FILE_NAME
The resource name of additionalconfiguration properties
Metadatastatic java.lang.String
ADDITIONAL_CONFIGURATION_PROPERTY_METADATA_RESOURCE
The resource location of additionalconfiguration properties
metadata : "META-INF/microsphere/additional-configuration-properties.json"static java.lang.String
CONFIGURATION_PROPERTY_METADATA_FILE_NAME
The file name ofconfiguration properties
Metadatastatic java.lang.String
CONFIGURATION_PROPERTY_METADATA_RESOURCE
The resource location ofconfiguration properties
metadata : "META-INF/microsphere/configuration-properties.json"static java.lang.String
METADATA_RESOURCE
The root resource location of Metadata : "META-INF/"static java.lang.String
MICROSPHERE_METADATA_RESOURCE
The root resource location of Microsphere Metadata : "META-INF/microsphere/"
-
-
-
Field Detail
-
METADATA_RESOURCE
static final java.lang.String METADATA_RESOURCE
The root resource location of Metadata : "META-INF/"- See Also:
- Constant Field Values
-
MICROSPHERE_METADATA_RESOURCE
static final java.lang.String MICROSPHERE_METADATA_RESOURCE
The root resource location of Microsphere Metadata : "META-INF/microsphere/"- See Also:
- Constant Field Values
-
CONFIGURATION_PROPERTY_METADATA_FILE_NAME
static final java.lang.String CONFIGURATION_PROPERTY_METADATA_FILE_NAME
The file name ofconfiguration properties
Metadata- See Also:
- Constant Field Values
-
ADDITIONAL_CONFIGURATION_PROPERTY_METADATA_FILE_NAME
static final java.lang.String ADDITIONAL_CONFIGURATION_PROPERTY_METADATA_FILE_NAME
The resource name of additionalconfiguration properties
Metadata- See Also:
- Constant Field Values
-
CONFIGURATION_PROPERTY_METADATA_RESOURCE
static final java.lang.String CONFIGURATION_PROPERTY_METADATA_RESOURCE
The resource location ofconfiguration properties
metadata : "META-INF/microsphere/configuration-properties.json"- See Also:
- Constant Field Values
-
ADDITIONAL_CONFIGURATION_PROPERTY_METADATA_RESOURCE
static final java.lang.String ADDITIONAL_CONFIGURATION_PROPERTY_METADATA_RESOURCE
The resource location of additionalconfiguration properties
metadata : "META-INF/microsphere/additional-configuration-properties.json"- See Also:
- Constant Field Values
-
-