Searched refs:PathConverter (Results 1 – 5 of 5) sorted by relevance
39 public static class PathConverter implements Converter<Path> { class in Converters43 public PathConverter() { in PathConverter() method in Converters.PathConverter47 protected PathConverter(boolean mustExist) { in PathConverter() method in Converters.PathConverter75 public static class ExistingPathConverter extends PathConverter {
23 import com.beust.jcommander.converters.PathConverter;45 @Parameter(names = "-path", converter = PathConverter.class)
31 public class PathConverter implements IStringConverter<Path> { class
28 jcommander_android_src_files := $(filter-out %/PathConverter.java,$(jcommander_all_src_files))
30 import com.google.devtools.build.android.Converters.PathConverter;133 converter = PathConverter.class,