Class PathResolverImpl
- java.lang.Object
-
- org.uberfire.ext.editor.commons.backend.version.PathResolverImpl
-
- All Implemented Interfaces:
org.uberfire.ext.editor.commons.backend.version.PathResolver
public class PathResolverImpl extends Object implements org.uberfire.ext.editor.commons.backend.version.PathResolver
-
-
Constructor Summary
Constructors Constructor Description PathResolverImpl()PathResolverImpl(org.uberfire.ext.editor.commons.backend.version.VersionRecordService versionLoader, VersionUtil util)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisDotFile(org.uberfire.java.nio.file.Path path)org.uberfire.java.nio.file.PathresolveMainFilePath(org.uberfire.java.nio.file.Path path)
-
-
-
Constructor Detail
-
PathResolverImpl
public PathResolverImpl()
-
PathResolverImpl
@Inject public PathResolverImpl(org.uberfire.ext.editor.commons.backend.version.VersionRecordService versionLoader, VersionUtil util)
-
-
Method Detail
-
resolveMainFilePath
public org.uberfire.java.nio.file.Path resolveMainFilePath(org.uberfire.java.nio.file.Path path) throws URISyntaxException- Specified by:
resolveMainFilePathin interfaceorg.uberfire.ext.editor.commons.backend.version.PathResolver- Throws:
URISyntaxException
-
isDotFile
public boolean isDotFile(org.uberfire.java.nio.file.Path path)
- Specified by:
isDotFilein interfaceorg.uberfire.ext.editor.commons.backend.version.PathResolver
-
-