fedora.utilities.install
Class FedoraHome

java.lang.Object
  extended by fedora.utilities.install.FedoraHome

public class FedoraHome
extends java.lang.Object


Constructor Summary
FedoraHome(Distribution dist, InstallOptions opts)
           
 
Method Summary
 void install()
           
static void setScriptsExecutable(java.io.File dir)
          Make scripts (ending with .sh) executable on *nix systems.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FedoraHome

public FedoraHome(Distribution dist,
                  InstallOptions opts)
Method Detail

install

public void install()
             throws InstallationFailedException
Throws:
InstallationFailedException

setScriptsExecutable

public static void setScriptsExecutable(java.io.File dir)
Make scripts (ending with .sh) executable on *nix systems.