org.redhat.vmtruckloader.util
Class CSVUtils

java.lang.Object
  extended by org.redhat.vmtruckloader.util.CSVUtils

public final class CSVUtils
extends Object

Author:
Romain Pelisse - romain@redhat.com

Method Summary
static MachineSpecification turnLineIntoSpec(String line)
           
static boolean updateLineInCsvFile(String filename, MachineSpecification spec)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

updateLineInCsvFile

public static boolean updateLineInCsvFile(String filename,
                                          MachineSpecification spec)

turnLineIntoSpec

public static MachineSpecification turnLineIntoSpec(String line)


Copyright © 2013. All Rights Reserved.