Package gov.nasa.pds.citool.util
Class ReferenceUtils
- java.lang.Object
-
- gov.nasa.pds.citool.util.ReferenceUtils
-
public class ReferenceUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description ReferenceUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<String>
getRefValues(String version, String associationType, Map<String,List<String>> allRefs)
static List<String>
getRefValues(String version, String associationType, Map<String,List<String>> allRefs, CatalogObject catObj)
static Map<String,String>
getTargetInfos(String targetName, List<CatalogObject> catObjs)
static Map<String,List<String>>
populateReferenceEntries(CatalogVolumeIngester catIngester)
Generates reference class object for association information
-
-
-
Method Detail
-
populateReferenceEntries
public static Map<String,List<String>> populateReferenceEntries(CatalogVolumeIngester catIngester)
Generates reference class object for association information
-
getTargetInfos
public static Map<String,String> getTargetInfos(String targetName, List<CatalogObject> catObjs)
-
getRefValues
public static List<String> getRefValues(String version, String associationType, Map<String,List<String>> allRefs, CatalogObject catObj)
-
-