1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 10:49:24 +02:00

NetworkSearch has been moved to the NetworkLibrary

git-svn-id: https://only.mawhrin.net/repos/FBReaderJ/trunk@1301 6a642e6f-84f6-412e-ac94-c4a38d5a04b0
This commit is contained in:
Vasiliy Bout 2010-04-28 21:50:06 +00:00
parent 980b32db9c
commit 68c5e490f6
11 changed files with 128 additions and 17 deletions

View file

@ -24,6 +24,7 @@ import java.util.*;
import org.geometerplus.zlibrary.core.filesystem.*;
import org.geometerplus.zlibrary.core.util.ZLNetworkUtil;
import org.geometerplus.zlibrary.core.options.ZLStringOption;
import org.geometerplus.fbreader.tree.FBTree;
import org.geometerplus.fbreader.network.tree.*;
@ -39,6 +40,8 @@ public class NetworkLibrary {
return ourInstance;
}
public final ZLStringOption NetworkSearchPatternOption = new ZLStringOption("NetworkSearch", "Pattern", "");
private final ArrayList<NetworkLink> myLinks = new ArrayList<NetworkLink>();
private final RootTree myRootTree = new RootTree();