类 PropertySourceExtensionLoader.PropertySourceResource
- java.lang.Object
-
- io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader.PropertySourceResource
-
- 所有已实现的接口:
java.lang.Comparable<PropertySourceExtensionLoader.PropertySourceResource>
- 封闭类:
- 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
-
-
构造器概要
构造器 构造器 说明 PropertySourceResource(java.lang.String resourceValue, org.springframework.core.io.Resource resource, java.util.Comparator<org.springframework.core.io.Resource> resourceComparator)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 int
compareTo(PropertySourceExtensionLoader.PropertySourceResource o)
org.springframework.core.io.Resource
getResource()
java.lang.String
getResourceValue()
-
-
-
方法详细资料
-
getResourceValue
public java.lang.String getResourceValue()
-
getResource
public org.springframework.core.io.Resource getResource()
-
compareTo
public int compareTo(PropertySourceExtensionLoader.PropertySourceResource o)
- 指定者:
compareTo
在接口中java.lang.Comparable<PropertySourceExtensionLoader.PropertySourceResource>
-
-