public class FileSystemResource extends AbstractResource
| Constructor and Description |
|---|
FileSystemResource(String path) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object e) |
boolean |
exists() |
InputStream |
getInputStream() |
String |
getName() |
Resource |
getRelativeResource(String relativePath) |
URL |
getURL() |
cleanPath, createRelativePath, isOpen, toStringpublic FileSystemResource(String path)
public URL getURL() throws IOException
IOExceptionpublic Resource getRelativeResource(String relativePath) throws IOException
IOExceptionpublic InputStream getInputStream() throws IOException
IOExceptionpublic boolean exists()
public String getName()
Copyright © 2026 Brandao. All rights reserved.