org.wcb.installs
Class WindowsSystem

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

public class WindowsSystem
extends OSSystem


Field Summary
 
Fields inherited from class org.wcb.installs.OSSystem
LINE_SEP, SEP
 
Constructor Summary
WindowsSystem()
           
 
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

WindowsSystem

public WindowsSystem()
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.