SYMBOL INDEX (103 symbols across 17 files) FILE: src/main/java/com/suyu/Main.java class Main (line 9) | public class Main extends Application { method start (line 11) | @Override method main (line 19) | public static void main(String[] args) { FILE: src/main/java/com/suyu/controller/FofaController.java class FofaController (line 21) | public class FofaController extends Main implements Initializable { method FofaController (line 40) | public FofaController() { method getMain (line 43) | public MainController getMain() { method setMain (line 47) | public void setMain(MainController main) { method syslog (line 57) | public void syslog(String log) { method go (line 61) | private void go() throws JsonProcessingException { method fofa_search (line 92) | public void fofa_search(ActionEvent actionEvent) { method fofa_search_stop (line 98) | public void fofa_search_stop(ActionEvent actionEvent) { method fofa_clear (line 103) | public void fofa_clear(ActionEvent actionEvent) { method initialize (line 108) | @Override class GoThread (line 113) | class GoThread extends Thread { method run (line 114) | @Override FILE: src/main/java/com/suyu/controller/FofaPwdController.java class FofaPwdController (line 10) | public class FofaPwdController implements Initializable { method syslog (line 25) | public void syslog(final String log) { method savefofa (line 29) | @FXML method initialize (line 37) | @Override FILE: src/main/java/com/suyu/controller/MainController.java class MainController (line 13) | public class MainController implements Initializable { method syslog (line 31) | public void syslog(final String log) { method about (line 35) | @FXML method openFofacollect (line 54) | public void openFofacollect(final Event e) { method fofa_pwd (line 72) | @FXML method initialize (line 90) | @Override FILE: src/main/java/com/suyu/core/DO/FofaData.java class FofaData (line 30) | public class FofaData { method setQuery (line 62) | public void setQuery(String query) { method getQuery (line 66) | public String getQuery() { method setTotalPage (line 70) | public void setTotalPage(Integer totalPage) { method getTotalPage (line 74) | public Integer getTotalPage() { method getMode (line 78) | public String getMode() { method getPage (line 82) | public Integer getPage() { method getSize (line 86) | public Integer getSize() { method getResults (line 90) | public List> getResults() { method setResults (line 94) | public void setResults(List> results) { method setMode (line 98) | public void setMode(String mode) { method setPage (line 102) | public void setPage(Integer page) { method setSize (line 106) | public void setSize(Integer size) { method toString (line 110) | @Override FILE: src/main/java/com/suyu/core/DO/User.java class User (line 29) | public class User { method User (line 93) | public User(String email, String userName, Integer fCoin, Boolean isVi... method setEmail (line 106) | public void setEmail(String email) { method setUserName (line 110) | public void setUserName(String userName) { method setfCoin (line 114) | public void setfCoin(Integer fCoin) { method setVip (line 118) | public void setVip(Boolean vip) { method setVipLevel (line 122) | public void setVipLevel(UserVipLevelEnum vipLevel) { method setVerified (line 126) | public void setVerified(Boolean verified) { method setAvatar (line 130) | public void setAvatar(String avatar) { method setMessage (line 134) | public void setMessage(Integer message) { method setFofacliVersion (line 138) | public void setFofacliVersion(String fofacliVersion) { method setFofaServer (line 142) | public void setFofaServer(Boolean fofaServer) { method getEmail (line 146) | public String getEmail() { method getUserName (line 150) | public String getUserName() { method getfCoin (line 154) | public Integer getfCoin() { method getVip (line 158) | public Boolean getVip() { method getVipLevel (line 162) | public UserVipLevelEnum getVipLevel() { method getVerified (line 166) | public Boolean getVerified() { method getAvatar (line 170) | public String getAvatar() { method getMessage (line 174) | public Integer getMessage() { method getFofacliVersion (line 178) | public String getFofacliVersion() { method getFofaServer (line 182) | public Boolean getFofaServer() { method toString (line 186) | @Override FILE: src/main/java/com/suyu/core/DO/UserLogin.java class UserLogin (line 27) | public class UserLogin { method UserLogin (line 44) | public UserLogin(String email, String key) { method getEmail (line 49) | public String getEmail() { method getKey (line 53) | public String getKey() { method setEmail (line 57) | public void setEmail(String email) { method setKey (line 61) | public void setKey(String key) { FILE: src/main/java/com/suyu/core/client/FofaClient.java class FofaClient (line 41) | public class FofaClient { method FofaClient (line 52) | public FofaClient(String email, String key){ method getUserLogin (line 66) | public UserLogin getUserLogin(){ method getUser (line 74) | public User getUser() throws Exception{ method getData (line 115) | public FofaData getData(String q) throws Exception { method getData (line 131) | public FofaData getData(String q,Integer page) throws Exception { method getData (line 147) | public FofaData getData(String q,Integer page,Integer size) throws Ex... method getData (line 163) | public FofaData getData(String q,Integer page,Integer size,String fiel... method getData (line 176) | public FofaData getData(String q, Integer page, Integer size, String f... method checkParam (line 221) | public void checkParam(String q,Integer size, String fields)throws Fof... FILE: src/main/java/com/suyu/core/constants/FofaClientConsts.java class FofaClientConsts (line 28) | public class FofaClientConsts { FILE: src/main/java/com/suyu/core/constants/FofaFieldsConsts.java class FofaFieldsConsts (line 31) | public class FofaFieldsConsts { FILE: src/main/java/com/suyu/core/constants/UserConsts.java class UserConsts (line 28) | public class UserConsts { FILE: src/main/java/com/suyu/core/enmus/UserVipLevelEnum.java type UserVipLevelEnum (line 28) | public enum UserVipLevelEnum { method UserVipLevelEnum (line 39) | UserVipLevelEnum(Integer code,String levelName){ FILE: src/main/java/com/suyu/core/exception/FofaException.java class FofaException (line 28) | public class FofaException extends Exception{ method FofaException (line 34) | public FofaException(String msg){ FILE: src/main/java/com/suyu/core/util/HttpUtils.java class HttpUtils (line 33) | public class HttpUtils { method HttpUtils (line 37) | private HttpUtils(){} method doGet (line 44) | public static String doGet(String url){ method doGet (line 54) | public static String doGet(String actionUrl,Map map) { FILE: src/main/java/com/suyu/utils/FileTools.java class FileTools (line 5) | public class FileTools method getBytesByFile (line 7) | public static byte[] getBytesByFile(final String filePath) throws IOEx... method toByteArray (line 14) | public static byte[] toByteArray(final InputStream in) throws IOExcept... method readToBytes (line 25) | public static byte[] readToBytes(final String path) throws IOException { method readFileToString (line 41) | public static String readFileToString(final String path) throws IOExce... method writeFile (line 47) | public static void writeFile(final String filePath, final String conte... method readOneLineTxtFile (line 59) | public static String readOneLineTxtFile(final String filePath) { method readFileAllContent (line 80) | public static String readFileAllContent(final String filePath, final S... FILE: src/main/java/com/suyu/utils/Path.java class Path (line 6) | public class Path method getRootPath (line 8) | public static String getRootPath() { method getClassResources (line 25) | public static String getClassResources() { FILE: src/main/java/com/suyu/utils/Tools.java class Tools (line 6) | public class Tools method date2Str (line 8) | public static String date2Str(final Date date, final String format) { method getTimeNow (line 16) | public static String getTimeNow() {