|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsshvncfileaccessablility.Global
public class Global
This is all of the global data sturctures that are used
Field Summary | |
---|---|
static java.lang.String |
ApplicationsExecutableFolder
the folder location of the executables on the system |
static java.lang.String |
ApplicationsFileLocation
a String variable to store the location of the files that need to be viewed |
static java.io.FileInputStream |
FileIn
an input file stream for global usage |
static java.lang.String |
GroupFile
the filelocation for the file that contains all the groups on the system |
static java.io.File |
in
an input file for global usage |
static java.util.LinkedList |
list
a list to store all the files that need to be viewed |
static java.lang.Process |
p
a process to run some system commands on |
static java.lang.String |
UserFile
the filelocation for the file that contains all the users on the system |
Constructor Summary | |
---|---|
Global()
Creates a new instance of Global |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.io.File in
public static java.io.FileInputStream FileIn
public static java.lang.String ApplicationsFileLocation
public static java.lang.String ApplicationsExecutableFolder
public static java.lang.String GroupFile
public static java.lang.String UserFile
public static java.lang.Process p
public static java.util.LinkedList list
Constructor Detail |
---|
public Global()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |