Searched defs:SystemInfoParser (Results 1 – 1 of 1) sorted by relevance
24 public final class SystemInfoParser<T> implements Function<String, T> { class27 public SystemInfoParser(Class<T> type) { in SystemInfoParser() method in SystemInfoParser