public class FileResourceProvider extends ResourceProvider
ResourceProvider using file system.| Constructor and Description | 
|---|
| FileResourceProvider() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | configure(ResourceProfile profile)Configures this provider. | 
| ResourceMirror | create(String sessionId,
      ParameterList arguments)Provides a new  ResourceMirror. | 
| ResourceManipulator | createManipulator(ParameterList arguments)Provides a new  ResourceManipulator. | 
abort, abortAllprotected void configure(ResourceProfile profile) throws IOException
BaseProviderconfigure in class BaseProvider<ResourceProfile>profile - the profileIOException - if failed to configure thispublic ResourceMirror create(String sessionId, ParameterList arguments) throws IOException
ResourceProviderResourceMirror.create in class ResourceProvidersessionId - the current session IDarguments - arguments (key and value pairs)ResourceMirrorIOException - if failed to create the specified ResourceMirrorpublic ResourceManipulator createManipulator(ParameterList arguments) throws IOException
ResourceProviderResourceManipulator.createManipulator in class ResourceProviderarguments - arguments (key and value pairs)ResourceManipulatorIOException - if failed to create a ResourceManipulator,
     or this resource does not support manipulationCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.