com.stericson.RootTools.internal
Class InternalVariables

java.lang.Object
  extended by com.stericson.RootTools.internal.InternalVariables

public class InternalVariables
extends java.lang.Object


Field Summary
protected static boolean accessGiven
           
protected static java.lang.String busyboxVersion
           
protected static boolean found
           
protected static java.lang.String getSpaceFor
           
protected static java.lang.String inode
           
protected static java.util.ArrayList<Mount> mounts
           
protected static boolean nativeToolsReady
           
protected static java.util.Set<java.lang.String> path
           
protected static Permissions permissions
           
protected static java.lang.String pid_list
           
protected static boolean processRunning
           
protected static java.lang.String PS_REGEX
           
protected static java.util.regex.Pattern psPattern
           
protected static java.util.List<java.lang.String> results
           
protected static java.lang.String[] space
           
protected static java.util.ArrayList<Symlink> symlinks
           
 
Constructor Summary
InternalVariables()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

InternalVariables

public InternalVariables()