public class ResourceLocatorFileImpl extends Object implements ResourceLocator
| Constructor and Description |
|---|
ResourceLocatorFileImpl(File directory) |
ResourceLocatorFileImpl(String directory) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
list(String suffix) |
InputStream |
open(String resource) |
public ResourceLocatorFileImpl(String directory)
public ResourceLocatorFileImpl(File directory)
public String[] list(String suffix)
list in interface ResourceLocatorpublic InputStream open(String resource) throws IOException
open in interface ResourceLocatorIOExceptionCopyright © 2023 Cesar Martinez. All rights reserved.