warning: an interface-change had been neccessary:
- remove(String, String) has been renamed to removeAll(String, String), because it removes all path-entries for the specified host
- remove(String, String, String) has been added to delete only a path-entry
- geBlacklistType(String) has been renamed to getBlacklistType(String)
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3391 6c8d7289-2bf4-0310-a012-ef5d649a1542
@ -67,8 +73,7 @@ public abstract class abstractURLPattern implements plasmaURLPattern {
protectedFileblacklistRootPath=null;
protectedHashMapcachedUrlHashs=null;
protectedHashMaphostpaths=null;// key=host, value=path; mapped url is http://host/path; path does not start with '/' here
protectedHashMap/* <blacklistType,HashMap<host,ArrayList<path>>> */hostpaths=null;// key=host, value=path; mapped url is http://host/path; path does not start with '/' here
publicabstractURLPattern(FilerootPath){
this.setRootPath(rootPath);
@ -98,7 +103,7 @@ public abstract class abstractURLPattern implements plasmaURLPattern {