Package net.n2oapp.framework.config.test
Class FrontendFileSystemResource
- java.lang.Object
-
- org.springframework.core.io.AbstractResource
-
- org.springframework.core.io.FileSystemResource
-
- net.n2oapp.framework.config.test.FrontendFileSystemResource
-
- All Implemented Interfaces:
org.springframework.core.io.InputStreamSource,org.springframework.core.io.Resource,org.springframework.core.io.WritableResource
public class FrontendFileSystemResource extends org.springframework.core.io.FileSystemResourceРесурс в директории frontend модуля.
-
-
Constructor Summary
Constructors Constructor Description FrontendFileSystemResource(String path)
-
Method Summary
-
Methods inherited from class org.springframework.core.io.FileSystemResource
contentLength, createRelative, equals, exists, getDescription, getFile, getFilename, getInputStream, getOutputStream, getPath, getURI, getURL, hashCode, isFile, isReadable, isWritable, lastModified, readableChannel, writableChannel
-
Methods inherited from class org.springframework.core.io.AbstractResource
getFileForLastModifiedCheck, isOpen, toString
-
-
-
-
Constructor Detail
-
FrontendFileSystemResource
public FrontendFileSystemResource(String path)
-
-