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