Package | Description |
---|---|
cz.muni.fi.lessappcache.filters |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWalkDir
Abstract class for listing contents of one directory
|
class |
AbstractWalkTree
Abstract class for listing contents of directory tree
|
class |
GlobFilter
Filter for listing contents of one directory matching given glob pattern
called as @glob path pattern
|
class |
RegexFilter
Filter for listing contents of one directory matching given regex pattern
called as @regex path pattern
|
class |
RGlobFilter
Filter for listing contents of directory tree matching given glob filter
called as @r-glob path pattern
|
class |
RRegex
Filter for listing contents of directory tree matching given regex filter
called as @r-regex path pattern
|
Modifier and Type | Method and Description |
---|---|
static Filter |
FilterFactory.getFilterInstance(String filterName)
Loads given filter by name.
|
Copyright © 2013. All Rights Reserved.