Package gov.nasa.pds.citool.ri
Class RIFileSorter
- java.lang.Object
-
- gov.nasa.pds.citool.ri.RIFileSorter
-
public class RIFileSorter extends Object
-
-
Constructor Summary
Constructors Constructor Description RIFileSorter(List<gov.nasa.pds.tools.label.Label> catalogs)
Class to sort the given list of catalog files into parents and children.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<gov.nasa.pds.tools.label.Label>
getChildren()
List<String>
getChildrenFiles()
List<String>
getParentFiles()
List<gov.nasa.pds.tools.label.Label>
getParents()
void
sort(RIType type)
Sort the catalog files.
-
-
-
Constructor Detail
-
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.
-
-