public interface IOptimizerFileSet
| Modifier and Type | Method and Description |
|---|---|
void |
exclude(FilePathPattern pattern)
Marks the given pattern as not requiring any optimization.
|
boolean |
isOptimized(nl.weeaboo.filesystem.FilePath path) |
void |
markOptimized(nl.weeaboo.filesystem.FilePath originalRelativePath)
Marks the specified path as 'optimized'.
|
boolean |
requiresOptimize(nl.weeaboo.filesystem.FilePath path) |
void markOptimized(nl.weeaboo.filesystem.FilePath originalRelativePath)
boolean isOptimized(nl.weeaboo.filesystem.FilePath path)
true if the specified path has previously been marked as 'optimized'.markOptimized(FilePath)boolean requiresOptimize(nl.weeaboo.filesystem.FilePath path)
true if the given file path should be optimized.void exclude(FilePathPattern pattern)
requiresOptimize(FilePath)