Searched refs:subtractPaths (Results 1 – 2 of 2) sorted by relevance
126 public static Path subtractPaths(Path full, Path difference) { in subtractPaths() method in CodeGenerationUtils
62 import static com.github.javaparser.utils.CodeGenerationUtils.subtractPaths;608 ….map(p -> Paths.get(CodeGenerationUtils.packageToPath(p))).map(pkg -> subtractPaths(getDirectory()… in getSourceRoot()