public final class VersioningUtils extends Object
A Utility component to help out with versioning.
Constructor and Description |
---|
VersioningUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
addRefsFromUris(Product p,
List<String> uris) |
static void |
createBasicDataStoreRefsFlat(String productName,
String productRepoPath,
List<Reference> references) |
static void |
createBasicDataStoreRefsHierarchical(List<Reference> references) |
static void |
createBasicDataStoreRefsStream(String productName,
String productRepoPath,
List<Reference> references,
String postfix) |
static void |
createDataStoreRefStream(String pn,
String productRepoPath,
Reference ref,
String postfix) |
static String |
getAbsolutePathFromUri(String uriStr) |
static List<Reference> |
getReferencesFromDir(File dirRoot) |
static List<String> |
getURIsFromDir(File dirRoot) |
public static void createBasicDataStoreRefsHierarchical(List<Reference> references)
public static void createBasicDataStoreRefsFlat(String productName, String productRepoPath, List<Reference> references)
public static void createBasicDataStoreRefsStream(String productName, String productRepoPath, List<Reference> references, String postfix)
public static void createDataStoreRefStream(String pn, String productRepoPath, Reference ref, String postfix)
Copyright © 1999–2017 Apache OODT. All rights reserved.