sshvncfileaccessablility
Class Global

java.lang.Object
  extended by sshvncfileaccessablility.Global

public class Global
extends java.lang.Object

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

in

public static java.io.File in
an input file for global usage


FileIn

public static java.io.FileInputStream FileIn
an input file stream for global usage


ApplicationsFileLocation

public static java.lang.String ApplicationsFileLocation
a String variable to store the location of the files that need to be viewed


ApplicationsExecutableFolder

public static java.lang.String ApplicationsExecutableFolder
the folder location of the executables on the system


GroupFile

public static java.lang.String GroupFile
the filelocation for the file that contains all the groups on the system


UserFile

public static java.lang.String UserFile
the filelocation for the file that contains all the users on the system


p

public static java.lang.Process p
a process to run some system commands on


list

public static java.util.LinkedList list
a list to store all the files that need to be viewed

Constructor Detail

Global

public Global()
Creates a new instance of Global