Class CSVMaker

java.lang.Object
edu.handong.csee.isel.data.csv.CSVMaker

public class CSVMaker
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    java.lang.String path  
    org.apache.commons.csv.CSVPrinter printer  
  • Constructor Summary

    Constructors 
    Constructor Description
    CSVMaker()  
  • Method Summary

    Modifier and Type Method Description
    void print​(PatchInfo patchInfo)  
    void print​(java.util.List<CSVInfo> csvInfo)  
    void setDataType​(java.util.List<CSVInfo> csvInfoLst)  
    void setPath​(java.lang.String outPath, java.lang.String projectName)  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • printer

      public org.apache.commons.csv.CSVPrinter printer
    • path

      public java.lang.String path
  • Constructor Details

  • Method Details

    • setPath

      public void setPath​(java.lang.String outPath, java.lang.String projectName)
    • print

      public void print​(PatchInfo patchInfo) throws java.io.IOException
      Throws:
      java.io.IOException
    • print

      public void print​(java.util.List<CSVInfo> csvInfo) throws java.io.IOException
      Throws:
      java.io.IOException
    • setDataType

      public void setDataType​(java.util.List<CSVInfo> csvInfoLst)