org.rhq.core.domain.resource.composite
Class DisambiguationReport.ResourceType

java.lang.Object
  extended by org.rhq.core.domain.resource.composite.DisambiguationReport.ResourceType
All Implemented Interfaces:
Serializable
Enclosing class:
DisambiguationReport<T>

public static class DisambiguationReport.ResourceType
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
DisambiguationReport.ResourceType()
           
DisambiguationReport.ResourceType(String name, String plugin, boolean singleton)
           
 
Method Summary
 String getName()
           
 String getPlugin()
           
 boolean isSingleton()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DisambiguationReport.ResourceType

public DisambiguationReport.ResourceType()

DisambiguationReport.ResourceType

public DisambiguationReport.ResourceType(String name,
                                         String plugin,
                                         boolean singleton)
Parameters:
name -
plugin -
singleton -
Method Detail

getName

public String getName()

getPlugin

public String getPlugin()
Returns:
the plugin that defines this type or null if such information isn't needed to disambiguate this type.

isSingleton

public boolean isSingleton()

toString

public String toString()
Overrides:
toString in class Object


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