org.rhq.core.pc.util
Class InventoryPrinter

java.lang.Object
  extended by org.rhq.core.pc.util.InventoryPrinter

public class InventoryPrinter
extends Object

Author:
John Mazzitelli, Ian Springer

Nested Class Summary
static class InventoryPrinter.ResourceCounter
           
 
Constructor Summary
InventoryPrinter()
           
 
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
 

Constructor Detail

InventoryPrinter

public InventoryPrinter()
Method Detail

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.