Class PropertySourceExtensionLoader.PropertySourceResource
java.lang.Object
io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader.PropertySourceResource
- All Implemented Interfaces:
Comparable<PropertySourceExtensionLoader.PropertySourceResource>
- Enclosing class:
- PropertySourceExtensionLoader<A extends Annotation,
EA extends PropertySourceExtensionAttributes<A>>
protected static class PropertySourceExtensionLoader.PropertySourceResource
extends Object
implements Comparable<PropertySourceExtensionLoader.PropertySourceResource>
The resource of
PropertySource
-
Constructor Summary
ConstructorsConstructorDescriptionPropertySourceResource
(String resourceValue, org.springframework.core.io.Resource resource, Comparator<org.springframework.core.io.Resource> resourceComparator) -
Method Summary
Modifier and TypeMethodDescriptionint
org.springframework.core.io.Resource
-
Constructor Details
-
PropertySourceResource
public PropertySourceResource(String resourceValue, org.springframework.core.io.Resource resource, Comparator<org.springframework.core.io.Resource> resourceComparator)
-
-
Method Details
-
getResourceValue
-
getResource
public org.springframework.core.io.Resource getResource() -
compareTo
- Specified by:
compareTo
in interfaceComparable<PropertySourceExtensionLoader.PropertySourceResource>
-