Class ServiceDump.ScriptStore
- java.lang.Object
-
- org.springframework.extensions.webscripts.bean.ServiceDump.ScriptStore
-
- Enclosing class:
- ServiceDump
public static class ServiceDump.ScriptStore extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ScriptStore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<ServiceDump.ScriptImplementation>getFiles()java.lang.StringgetPath()
-
-
-
Method Detail
-
getPath
public java.lang.String getPath()
-
getFiles
public java.util.Collection<ServiceDump.ScriptImplementation> getFiles()
-
-