public class FileSystemEnvironmentResourceValue extends EnvironmentResourceValue
| Modifier and Type | Method and Description |
|---|---|
EnvironmentResourceValueType |
getType()
Get the type of value for the environment resource.
|
String |
getValue()
Get the value.
|
void |
setValue(FileSystemResource value)
Set the value.
|
String |
toString() |
equals, hashCodepublic EnvironmentResourceValueType getType()
getType in class EnvironmentResourceValuepublic String getValue()
getValue in class EnvironmentResourceValuepublic void setValue(FileSystemResource value)
value - the value to set