public class ProxyFilterManager
extends java.lang.Object
ProxyFilter
objects.Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Logger |
log
Used for logging.
|
Constructor and Description |
---|
ProxyFilterManager() |
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList |
getProxyFilters()
Gets the
ArrayList containing the
ProxyFilter objects. |
static void |
save()
Save all proxy filters.
|
static boolean |
shouldBeFiltered(java.lang.String url)
Indicates whether or not the given URL matches one of the filters.
|
public static java.util.ArrayList getProxyFilters()
ArrayList
containing the
ProxyFilter
objects.ArrayList
.public static boolean shouldBeFiltered(java.lang.String url)
url
- The URL to check.public static void save()