public interface Injector
void inject(String url) throws Exception
url
- 种子urlIOException
Exception
void inject(ArrayList<String> urls) throws Exception
urls
- 种子url列表IOException
Exception
void inject(String url, boolean append) throws Exception
url
- 种子urlappend
- 是否追加IOException
Exception
void inject(ArrayList<String> urls, boolean append) throws Exception
urls
- 种子url列表append
- 是否追加UnsupportedEncodingException
IOException
Exception
Copyright © 2014. All Rights Reserved.