public class ReflectionUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isThriftFile(File file) |
static boolean |
isThriftFile(String filePath) |
static String |
longestCommonPrefixPath(Collection<String> paths) |
static String |
programNameFromPath(String filePath) |
static List<String> |
stripCommonPrefix(List<String> paths) |
@Nonnull public static String longestCommonPrefixPath(Collection<String> paths)
Copyright © 2015–2018 morimekta.net. All rights reserved.