Searched refs:PathConverter (Results 1 – 7 of 7) sorted by relevance
41 public static class PathConverter implements Converter<Path> { class in Converters45 public PathConverter() { in PathConverter() method in Converters.PathConverter49 protected PathConverter(boolean mustExist) { in PathConverter() method in Converters.PathConverter77 public static class ExistingPathConverter extends PathConverter {
23 import com.beust.jcommander.converters.PathConverter;45 @Parameter(names = "-path", converter = PathConverter.class)
30 // Filter out PathConverter since android is missing java.nio.file APIs.31 exclude_srcs: ["src/main/**/PathConverter.java"],
59 private static final PathConverter PATH_CONVERTER = new PathConverter();319 private static class PathConverter implements ValueConverter<Path> { class in RepackagingTransform
31 public class PathConverter implements IStringConverter<Path> { class
27 import com.google.devtools.build.android.Converters.PathConverter;100 converter = PathConverter.class,
29 import com.google.devtools.build.android.Converters.PathConverter;154 converter = PathConverter.class,