org.rhq.plugins.apache.util
Class VHostSpec

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

public class VHostSpec
extends Object


Field Summary
 List<String> hosts
           
 String serverName
           
 
Constructor Summary
VHostSpec()
           
VHostSpec(ApacheDirective vhostDirective)
           
 
Method Summary
static List<VHostSpec> detect(ApacheDirectiveTree config)
           
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

serverName

public String serverName

hosts

public List<String> hosts
Constructor Detail

VHostSpec

public VHostSpec()

VHostSpec

public VHostSpec(ApacheDirective vhostDirective)
Method Detail

detect

public static List<VHostSpec> detect(ApacheDirectiveTree config)

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.