Class PropertySourceExtensionLoader.PropertySourceResource
- java.lang.Object
-
- io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader.PropertySourceResource
-
- All Implemented Interfaces:
java.lang.Comparable<PropertySourceExtensionLoader.PropertySourceResource>
- Enclosing class:
- PropertySourceExtensionLoader<A extends java.lang.annotation.Annotation,EA extends PropertySourceExtensionAttributes<A>>
protected static class PropertySourceExtensionLoader.PropertySourceResource extends java.lang.Object implements java.lang.Comparable<PropertySourceExtensionLoader.PropertySourceResource>
The resource ofPropertySource
-
-
Constructor Summary
Constructors Constructor Description PropertySourceResource(java.lang.String resourceValue, org.springframework.core.io.Resource resource, java.util.Comparator<org.springframework.core.io.Resource> resourceComparator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(PropertySourceExtensionLoader.PropertySourceResource o)
org.springframework.core.io.Resource
getResource()
java.lang.String
getResourceValue()
-
-
-
Method Detail
-
getResourceValue
public java.lang.String getResourceValue()
-
getResource
public org.springframework.core.io.Resource getResource()
-
compareTo
public int compareTo(PropertySourceExtensionLoader.PropertySourceResource o)
- Specified by:
compareTo
in interfacejava.lang.Comparable<PropertySourceExtensionLoader.PropertySourceResource>
-
-