Package org.commonjava.indy.util
Class ContentUtils
- java.lang.Object
-
- org.commonjava.indy.util.ContentUtils
-
public final class ContentUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<StoreResource>dedupeListing(List<StoreResource> listing)Attempt to remove duplicates, even "fuzzy" ones where a directory is listed with trailing '/' in some cases but not others.
-
-
-
Method Detail
-
dedupeListing
public static List<StoreResource> dedupeListing(List<StoreResource> listing)
Attempt to remove duplicates, even "fuzzy" ones where a directory is listed with trailing '/' in some cases but not others.
-
-