org.rhq.core.pc.util
Class InventoryPrinter
java.lang.Object
org.rhq.core.pc.util.InventoryPrinter
public class InventoryPrinter
- extends Object
- Author:
- John Mazzitelli, Ian Springer
|
Method Summary |
static void |
outputAllResourceTypes(PrintWriter exportWriter,
boolean dumpXml,
Set<org.rhq.core.domain.resource.ResourceType> rootTypes)
|
static void |
outputInventory(PrintWriter exportWriter,
boolean xml)
|
static void |
outputInventory(PrintWriter exportWriter,
boolean recurseChildren,
boolean xml)
|
static void |
outputInventory(PrintWriter exportWriter,
boolean recurseChildren,
boolean xml,
InventoryFile file)
|
static void |
outputInventory(PrintWriter exportWriter,
boolean recurseChildren,
boolean xml,
ResourceContainer resourceContainer)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InventoryPrinter
public InventoryPrinter()
outputAllResourceTypes
public static void outputAllResourceTypes(PrintWriter exportWriter,
boolean dumpXml,
Set<org.rhq.core.domain.resource.ResourceType> rootTypes)
outputInventory
public static void outputInventory(PrintWriter exportWriter,
boolean xml)
outputInventory
public static void outputInventory(PrintWriter exportWriter,
boolean recurseChildren,
boolean xml)
outputInventory
public static void outputInventory(PrintWriter exportWriter,
boolean recurseChildren,
boolean xml,
ResourceContainer resourceContainer)
outputInventory
public static void outputInventory(PrintWriter exportWriter,
boolean recurseChildren,
boolean xml,
InventoryFile file)
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.