public class FileSet extends Object
| Constructor and Description |
|---|
FileSet(Location directory,
String basename)
Create a FileSet given Location (directory) and name within the directory
|
FileSet(String filename)
Create a FileSet given Location (directory) and name within the directory
|
FileSet(String directory,
String basename)
Create a FileSet given Location (directory) and name within the directory
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists(String ext) |
String |
filename(String ext) |
String |
getBasename() |
Location |
getLocation() |
boolean |
isMem() |
static FileSet |
mem()
FileSet for "in-memory"
|
String |
toString() |
public FileSet(String directory, String basename)
public FileSet(String filename)
Licensed under the Apache License, Version 2.0