Reusable Java library of general tools with minimal external dependencies.
For questions or support, please contact us:
Email: support@aoindustries.com
Phone: 1-800-519-9541
Phone: +1-251-607-9556
Web: https://www.aoindustries.com/contact
public interface FilesystemIteratorRule
FilesystemIterator. Each rule
has is mapped in via either a filename or a file prefix. If a rule is provided
with an empty filename for regular rules (not prefix-matched), it will be the
default for all file system roots.| Modifier and Type | Field and Description |
|---|---|
static FilesystemIteratorRule |
OK
A rule that will always be backed-up.
|
static FilesystemIteratorRule |
SKIP
A rule that will not be backed-up.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isIncluded(String filename)
Gets if this item should be included.
|
static final FilesystemIteratorRule OK
static final FilesystemIteratorRule SKIP
boolean isIncluded(String filename) throws IOException
IOExceptionCopyright © 2000–2016 AO Industries, Inc.. All rights reserved.