gov.nasa.pds.citool.ri
Class RIFileSorter
java.lang.Object
gov.nasa.pds.citool.ri.RIFileSorter
public class RIFileSorter
- extends Object
Constructor Summary |
RIFileSorter(List<gov.nasa.pds.tools.label.Label> catalogs)
Class to sort the given list of catalog files into
parents and children. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RIFileSorter
public RIFileSorter(List<gov.nasa.pds.tools.label.Label> catalogs)
- Class to sort the given list of catalog files into
parents and children.
- Parameters:
catalogs
- A list of catalog files.
sort
public void sort(RIType type)
- Sort the catalog files.
- Parameters:
type
- An RIType. This determines how
the files get sorted.
getParents
public List<gov.nasa.pds.tools.label.Label> getParents()
getChildren
public List<gov.nasa.pds.tools.label.Label> getChildren()
getParentFiles
public List<String> getParentFiles()
getChildrenFiles
public List<String> getChildrenFiles()
Copyright © 2010-2013 Planetary Data System. All Rights Reserved.