org.rhq.plugins.apache.util
Class ApacheBinaryInfo

java.lang.Object
  extended by org.rhq.plugins.apache.util.ApacheBinaryInfo

public class ApacheBinaryInfo
extends Object

TODO

Author:
Ian Springer

Constructor Summary
protected ApacheBinaryInfo(String binaryPath)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApacheBinaryInfo

protected ApacheBinaryInfo(@NotNull
                           String binaryPath)
Method Detail

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.