Interface PathResolver
-
public interface PathResolver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisDotFile(org.uberfire.java.nio.file.Path convert)org.uberfire.java.nio.file.PathresolveMainFilePath(org.uberfire.java.nio.file.Path path)
-
-
-
Method Detail
-
isDotFile
boolean isDotFile(org.uberfire.java.nio.file.Path convert)
-
resolveMainFilePath
org.uberfire.java.nio.file.Path resolveMainFilePath(org.uberfire.java.nio.file.Path path) throws URISyntaxException- Throws:
URISyntaxException
-
-