public class StandardConfigDataResource extends ConfigDataResource
ConfigDataResource
backed by a Resource
.Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getProfile()
Return the profile or
null if the resource is not profile specific. |
org.springframework.core.io.Resource |
getResource()
Return the underlying Spring
Resource being loaded. |
int |
hashCode() |
java.lang.String |
toString() |
public org.springframework.core.io.Resource getResource()
Resource
being loaded.public java.lang.String getProfile()
null
if the resource is not profile specific.null
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object