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
| Package | Description |
|---|---|
| com.aoindustries.io |
| Modifier and Type | Class and Description |
|---|---|
class |
FileExistsRule
Conditionally uses one of two rules based on the existence of a file on the current server.
|
| Modifier and Type | Field and Description |
|---|---|
static FilesystemIteratorRule |
FilesystemIteratorRule.OK
A rule that will always be backed-up.
|
static FilesystemIteratorRule |
FilesystemIteratorRule.SKIP
A rule that will not be backed-up.
|
| Modifier and Type | Method and Description |
|---|---|
FilesystemIteratorRule |
FileExistsRule.getEffectiveRule(String filename) |
| Constructor and Description |
|---|
FileExistsRule(String[] fullPaths,
FilesystemIteratorRule existsRule,
FilesystemIteratorRule notExistsRule) |
| Constructor and Description |
|---|
FilesystemIterator(Map<String,FilesystemIteratorRule> rules,
Map<String,FilesystemIteratorRule> prefixRules)
Constructs an iterator without any filename conversions and starting at all roots.
|
FilesystemIterator(Map<String,FilesystemIteratorRule> rules,
Map<String,FilesystemIteratorRule> prefixRules)
Constructs an iterator without any filename conversions and starting at all roots.
|
FilesystemIterator(Map<String,FilesystemIteratorRule> rules,
Map<String,FilesystemIteratorRule> prefixRules,
boolean isPreorder,
boolean isSorted)
Constructs an iterator without any filename conversions and starting at all roots.
|
FilesystemIterator(Map<String,FilesystemIteratorRule> rules,
Map<String,FilesystemIteratorRule> prefixRules,
boolean isPreorder,
boolean isSorted)
Constructs an iterator without any filename conversions and starting at all roots.
|
FilesystemIterator(Map<String,FilesystemIteratorRule> rules,
Map<String,FilesystemIteratorRule> prefixRules,
String startPath)
Constructs a file system iterator with the provided rules and conversion.
|
FilesystemIterator(Map<String,FilesystemIteratorRule> rules,
Map<String,FilesystemIteratorRule> prefixRules,
String startPath)
Constructs a file system iterator with the provided rules and conversion.
|
FilesystemIterator(Map<String,FilesystemIteratorRule> rules,
Map<String,FilesystemIteratorRule> prefixRules,
String startPath,
boolean isPreorder,
boolean isSorted)
Constructs a file system iterator with the provided rules and conversion.
|
FilesystemIterator(Map<String,FilesystemIteratorRule> rules,
Map<String,FilesystemIteratorRule> prefixRules,
String startPath,
boolean isPreorder,
boolean isSorted)
Constructs a file system iterator with the provided rules and conversion.
|
Copyright © 2000–2016 AO Industries, Inc.. All rights reserved.