Package io.quarkus.container.util
Class PathsUtil
- java.lang.Object
-
- io.quarkus.container.util.PathsUtil
-
public final class PathsUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AbstractMap.SimpleEntry<Path,Path>findMainSourcesRoot(Path outputDirectory)Return a Map.Entry (which is used as a Tuple) containing the main sources root as the key and the project root as the value
-
-
-
Method Detail
-
findMainSourcesRoot
public static AbstractMap.SimpleEntry<Path,Path> findMainSourcesRoot(Path outputDirectory)
Return a Map.Entry (which is used as a Tuple) containing the main sources root as the key and the project root as the value
-
-