Package edu.jiangxin.apktoolbox.utils
Class Utils
java.lang.Object
edu.jiangxin.apktoolbox.utils.Utils
- Author:
- jiangxin, 2018-08-19
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
blockedExecutor
(String cmd) static boolean
static org.apache.commons.configuration2.Configuration
static int
getFileLineCount
(File file) static String
getFrameTitle
(JComponent component) static String
static String
static void
static void
setFrameTitle
(JComponent component, String title) static void
unBlockedExecutor
(String cmd)
-
Constructor Details
-
Utils
public Utils()
-
-
Method Details
-
getPluginDirPath
-
checkAndInitEnvironment
public static boolean checkAndInitEnvironment() -
getConfiguration
public static org.apache.commons.configuration2.Configuration getConfiguration() -
saveConfiguration
public static void saveConfiguration() -
getToolsPath
-
getFrameTitle
-
setFrameTitle
-
blockedExecutor
-
unBlockedExecutor
-
getFileLineCount
-