com.stericson.RootTools.internal
Class InternalVariables
java.lang.Object
com.stericson.RootTools.internal.InternalVariables
public class InternalVariables
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
accessGiven
protected static boolean accessGiven
nativeToolsReady
protected static boolean nativeToolsReady
found
protected static boolean found
processRunning
protected static boolean processRunning
space
protected static java.lang.String[] space
getSpaceFor
protected static java.lang.String getSpaceFor
busyboxVersion
protected static java.lang.String busyboxVersion
pid_list
protected static java.lang.String pid_list
path
protected static java.util.Set<java.lang.String> path
mounts
protected static java.util.ArrayList<Mount> mounts
symlinks
protected static java.util.ArrayList<Symlink> symlinks
results
protected static java.util.List<java.lang.String> results
inode
protected static java.lang.String inode
permissions
protected static Permissions permissions
PS_REGEX
protected static final java.lang.String PS_REGEX
- See Also:
- Constant Field Values
psPattern
protected static java.util.regex.Pattern psPattern
InternalVariables
public InternalVariables()