net.orpiske.ssps.sdm.utils
Class PrintUtils

java.lang.Object
  extended by net.orpiske.ssps.sdm.utils.PrintUtils

public class PrintUtils
extends Object

Print utilities

Author:
Otavio R. Piske

Method Summary
static void printInventoryList(List<net.orpiske.ssps.common.registry.SoftwareInventoryDto> list)
          Prints a list of software inventory records
static void printPackageList(List<net.orpiske.ssps.common.repository.PackageInfo> list)
          Prints a list of packages
static void printParseable(net.orpiske.ssps.common.repository.PackageInfo packageInfo)
          Prints parseable package information
static void printParseable(net.orpiske.ssps.common.registry.SoftwareInventoryDto dto)
          Prints parseable software inventory record information
static void printUpgradeable(List<Upgradeable> list)
          Prints a list of packages candidate for upgrade
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

printParseable

public static void printParseable(net.orpiske.ssps.common.repository.PackageInfo packageInfo)
Prints parseable package information

Parameters:
packageInfo - package information object

printPackageList

public static void printPackageList(List<net.orpiske.ssps.common.repository.PackageInfo> list)
Prints a list of packages

Parameters:
list - the list of packages

printParseable

public static void printParseable(net.orpiske.ssps.common.registry.SoftwareInventoryDto dto)
Prints parseable software inventory record information

Parameters:
dto - an inventory dto object

printUpgradeable

public static void printUpgradeable(List<Upgradeable> list)
Prints a list of packages candidate for upgrade

Parameters:
list - the list of packages

printInventoryList

public static void printInventoryList(List<net.orpiske.ssps.common.registry.SoftwareInventoryDto> list)
Prints a list of software inventory records

Parameters:
list - a list of software inventory records


Copyright © 2013. All Rights Reserved.