public class NestedArchiveResource
extends java.lang.Object
implements org.springframework.core.io.ContextResourceArchive 内で解決されたリソースを表します。| コンストラクターと説明 |
|---|
NestedArchiveResource(org.springframework.boot.loader.archive.Archive rootArchive, java.lang.String path) |
| 修飾子と型 | メソッドと説明 |
|---|---|
long | contentLength() |
org.springframework.core.io.Resource | createRelative(java.lang.String relativePath) |
boolean | exists() |
java.lang.String | getDescription() |
java.io.File | getFile() |
java.lang.String | getFilename() |
java.io.InputStream | getInputStream() |
java.lang.String | getPathWithinContext() |
java.net.URI | getURI() |
java.net.URL | getURL() |
boolean | isOpen() |
boolean | isReadable() |
long | lastModified() |
java.lang.String | toString() |
public NestedArchiveResource(org.springframework.boot.loader.archive.Archive rootArchive,
java.lang.String path)public java.lang.String getPathWithinContext()
org.springframework.core.io.ContextResource 内の getPathWithinContext public boolean exists()
org.springframework.core.io.Resource 内の exists public boolean isReadable()
org.springframework.core.io.Resource 内の isReadable public boolean isOpen()
org.springframework.core.io.Resource 内の isOpen public java.net.URL getURL()
throws java.io.IOExceptionorg.springframework.core.io.Resource 内の getURL java.io.IOExceptionpublic java.net.URI getURI()
throws java.io.IOExceptionorg.springframework.core.io.Resource 内の getURI java.io.IOExceptionpublic java.io.File getFile()
throws java.io.IOExceptionorg.springframework.core.io.Resource 内の getFile java.io.IOExceptionpublic long contentLength()
throws java.io.IOExceptionorg.springframework.core.io.Resource 内の contentLength java.io.IOExceptionpublic long lastModified()
throws java.io.IOExceptionorg.springframework.core.io.Resource 内の lastModified java.io.IOExceptionpublic org.springframework.core.io.Resource createRelative(java.lang.String relativePath)
throws java.io.IOExceptionorg.springframework.core.io.Resource 内の createRelative java.io.IOExceptionpublic java.lang.String getFilename()
org.springframework.core.io.Resource 内の getFilename public java.lang.String getDescription()
org.springframework.core.io.Resource 内の getDescription public java.io.InputStream getInputStream()
throws java.io.IOExceptionorg.springframework.core.io.InputStreamSource 内の getInputStream java.io.IOExceptionpublic java.lang.String toString()
java.lang.Object の toString