org.rhq.plugins.hosts.helper
Class HostsEntry

java.lang.Object
  extended by org.rhq.plugins.hosts.helper.HostsEntry

public class HostsEntry
extends Object

Author:
Ian Springer

Constructor Summary
HostsEntry(String ipAddress, String canonicalName, Set<String> aliases)
           
 
Method Summary
 Set<String> getAliases()
           
 String getCanonicalName()
           
 String getIpAddress()
           
 int getIpVersion()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HostsEntry

public HostsEntry(String ipAddress,
                  String canonicalName,
                  Set<String> aliases)
Method Detail

getIpAddress

public String getIpAddress()

getIpVersion

public int getIpVersion()

getCanonicalName

public String getCanonicalName()

getAliases

public Set<String> getAliases()

toString

public String toString()
Overrides:
toString in class Object


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