gov.nasa.pds.citool.diff
Class DiffRecord

java.lang.Object
  extended by gov.nasa.pds.citool.diff.DiffRecord

public class DiffRecord
extends Object


Constructor Summary
DiffRecord(String info, List<String> fromSource, List<String> fromTarget)
           
 
Method Summary
 List<String> getFromSource()
           
 List<String> getFromTarget()
           
 String getInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiffRecord

public DiffRecord(String info,
                  List<String> fromSource,
                  List<String> fromTarget)
Method Detail

getInfo

public String getInfo()

getFromSource

public List<String> getFromSource()

getFromTarget

public List<String> getFromTarget()


Copyright © 2010–2014 Planetary Data System. All rights reserved.