public class ApacheBinaryInfo extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ApacheBinaryInfo(String binaryPath) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBinaryPath() |
String |
getBuilt() |
Set<String> |
getCompiledInDefines() |
Set<String> |
getCompiledInModules() |
String |
getCtl() |
static ApacheBinaryInfo |
getInfo(String binaryPath,
SystemInfo systemInfo) |
long |
getLastModified() |
String |
getMpm() |
String |
getRoot() |
String |
getVersion() |
int |
hashCode() |
static void |
main(String[] args) |
Properties |
toProperties() |
String |
toString() |
protected ApacheBinaryInfo(@NotNull
String binaryPath)
@NotNull public static ApacheBinaryInfo getInfo(String binaryPath, SystemInfo systemInfo) throws Exception
Exceptionpublic Properties toProperties()
public String getVersion()
@Nullable public String getRoot()
public String getBinaryPath()
public String getCtl()
public String getBuilt()
public String getMpm()
public long getLastModified()
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.