C# Class Caucho.Apache

Afficher le fichier Open project: mdaniel/svn-caucho-com-resin Class Usage Examples

Méthodes publiques

Méthode Description
BackupHttpConf ( String httpdConfFile ) : String
FindApache ( ArrayList homes ) : void
FindApacheInDir ( String dir, ArrayList homes ) : void
FindApacheInRegistry ( RegistryKey registryKey, String location ) : String
FindApacheServiceName ( String apacheHome ) : String
GetApacheVersion ( String apacheHome ) : String
IsConfigured ( String apacheHome ) : bool
IsValidApacheHome ( String dir ) : bool
RemoveApache ( String apacheHome ) : SetupResult
SetupApache ( String resinHome, String apacheHome ) : SetupResult

Private Methods

Méthode Description
Apache ( ) : System
EnsureWritable ( String file ) : bool
IsCommentedOut ( String line ) : bool

Method Details

BackupHttpConf() public static méthode

public static BackupHttpConf ( String httpdConfFile ) : String
httpdConfFile String
Résultat String

FindApache() public static méthode

public static FindApache ( ArrayList homes ) : void
homes System.Collections.ArrayList
Résultat void

FindApacheInDir() public static méthode

public static FindApacheInDir ( String dir, ArrayList homes ) : void
dir String
homes System.Collections.ArrayList
Résultat void

FindApacheInRegistry() public static méthode

public static FindApacheInRegistry ( RegistryKey registryKey, String location ) : String
registryKey Microsoft.Win32.RegistryKey
location String
Résultat String

FindApacheServiceName() public static méthode

public static FindApacheServiceName ( String apacheHome ) : String
apacheHome String
Résultat String

GetApacheVersion() public static méthode

public static GetApacheVersion ( String apacheHome ) : String
apacheHome String
Résultat String

IsConfigured() public static méthode

public static IsConfigured ( String apacheHome ) : bool
apacheHome String
Résultat bool

IsValidApacheHome() public static méthode

public static IsValidApacheHome ( String dir ) : bool
dir String
Résultat bool

RemoveApache() public static méthode

public static RemoveApache ( String apacheHome ) : SetupResult
apacheHome String
Résultat SetupResult

SetupApache() public static méthode

public static SetupApache ( String resinHome, String apacheHome ) : SetupResult
resinHome String
apacheHome String
Résultat SetupResult