C# 클래스 Caucho.Apache

파일 보기 프로젝트 열기: mdaniel/svn-caucho-com-resin 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Apache ( ) : System
EnsureWritable ( String file ) : bool
IsCommentedOut ( String line ) : bool

메소드 상세

BackupHttpConf() 공개 정적인 메소드

public static BackupHttpConf ( String httpdConfFile ) : String
httpdConfFile String
리턴 String

FindApache() 공개 정적인 메소드

public static FindApache ( ArrayList homes ) : void
homes System.Collections.ArrayList
리턴 void

FindApacheInDir() 공개 정적인 메소드

public static FindApacheInDir ( String dir, ArrayList homes ) : void
dir String
homes System.Collections.ArrayList
리턴 void

FindApacheInRegistry() 공개 정적인 메소드

public static FindApacheInRegistry ( RegistryKey registryKey, String location ) : String
registryKey Microsoft.Win32.RegistryKey
location String
리턴 String

FindApacheServiceName() 공개 정적인 메소드

public static FindApacheServiceName ( String apacheHome ) : String
apacheHome String
리턴 String

GetApacheVersion() 공개 정적인 메소드

public static GetApacheVersion ( String apacheHome ) : String
apacheHome String
리턴 String

IsConfigured() 공개 정적인 메소드

public static IsConfigured ( String apacheHome ) : bool
apacheHome String
리턴 bool

IsValidApacheHome() 공개 정적인 메소드

public static IsValidApacheHome ( String dir ) : bool
dir String
리턴 bool

RemoveApache() 공개 정적인 메소드

public static RemoveApache ( String apacheHome ) : SetupResult
apacheHome String
리턴 SetupResult

SetupApache() 공개 정적인 메소드

public static SetupApache ( String resinHome, String apacheHome ) : SetupResult
resinHome String
apacheHome String
리턴 SetupResult