org.rhq.plugins.apache.util
Class ApacheBinaryInfo
java.lang.Object
org.rhq.plugins.apache.util.ApacheBinaryInfo
public class ApacheBinaryInfo
- extends Object
TODO
- Author:
- Ian Springer
ApacheBinaryInfo
protected ApacheBinaryInfo(@NotNull
String binaryPath)
getInfo
@NotNull
public static ApacheBinaryInfo getInfo(String binaryPath,
SystemInfo systemInfo)
throws Exception
- Throws:
Exception
toProperties
public Properties toProperties()
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Object
getVersion
public String getVersion()
getRoot
@Nullable
public String getRoot()
getBinaryPath
public String getBinaryPath()
getCtl
public String getCtl()
getBuilt
public String getBuilt()
getMpm
public String getMpm()
getLastModified
public long getLastModified()
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
getCompiledInModules
public Set<String> getCompiledInModules()
getCompiledInDefines
public Set<String> getCompiledInDefines()
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.