org.wcb.installs
Class UnixSystem

java.lang.Object
  extended byorg.wcb.installs.OSSystem
      extended byorg.wcb.installs.UnixSystem

public class UnixSystem
extends OSSystem


Field Summary
 
Fields inherited from class org.wcb.installs.OSSystem
LINE_SEP, SEP
 
Constructor Summary
UnixSystem()
           
 
Method Summary
 void makeFile(java.lang.String homeBinString)
          Takes the binary directory string and Starts creating the necessary directories so that files can be written into them.
 void setInstallDirectory(java.lang.String binDir)
          Accessor to allow the user to specify the location they want to install the program binaries.
 java.util.Vector setJarDirectory(java.lang.String jarDir)
          Acessor to set the jar file location and check if the necessary jars exist in that directory.
 
Methods inherited from class org.wcb.installs.OSSystem
createNewDirectory, directoryExists, jarFilesExist, writeFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnixSystem

public UnixSystem()
Method Detail

setInstallDirectory

public void setInstallDirectory(java.lang.String binDir)
Accessor to allow the user to specify the location they want to install the program binaries.


setJarDirectory

public java.util.Vector setJarDirectory(java.lang.String jarDir)
Acessor to set the jar file location and check if the necessary jars exist in that directory.


makeFile

public void makeFile(java.lang.String homeBinString)
Takes the binary directory string and Starts creating the necessary directories so that files can be written into them.



Copyright © 1999-2004 Walter Bogaardt. All Rights Reserved.