org.rhq.core.domain.resource.composite
Class DisambiguationReport.ResourceType
java.lang.Object
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
DisambiguationReport.ResourceType
public DisambiguationReport.ResourceType()
DisambiguationReport.ResourceType
public DisambiguationReport.ResourceType(String name,
String plugin,
boolean singleton)
- Parameters:
name
- plugin
- singleton
-
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.