Class RefreshableResourceScriptSource
java.lang.Object
org.springframework.integration.scripting.RefreshableResourceScriptSource
- All Implemented Interfaces:
- ScriptSource
A 
ScriptSource implementation, which caches a script string and refreshes it from the
 target file (if modified) according the provided refreshDelay.- Since:
- 2.0
- Author:
- Dave Syer, Oleg Zhurakousky, Artem Bilan
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
RefreshableResourceScriptSource
 
- 
- 
Method Details- 
getScriptAsString- Specified by:
- getScriptAsStringin interface- ScriptSource
- Throws:
- IOException
 
- 
suggestedClassName- Specified by:
- suggestedClassNamein interface- ScriptSource
 
- 
isModifiedpublic boolean isModified()- Specified by:
- isModifiedin interface- ScriptSource
 
- 
toString
 
-