Class VersionUtil
- java.lang.Object
-
- org.uberfire.ext.editor.commons.backend.version.VersionUtil
-
public class VersionUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description VersionUtil()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.uberfire.java.nio.file.PathgetDotFilePath(org.uberfire.java.nio.file.Path path)StringgetFileName(org.uberfire.java.nio.file.Path path)org.uberfire.java.nio.file.PathgetPath(org.uberfire.java.nio.file.Path path, String version)StringgetVersion(org.uberfire.java.nio.file.Path path)
-
-
-
Method Detail
-
getDotFilePath
public org.uberfire.java.nio.file.Path getDotFilePath(org.uberfire.java.nio.file.Path path)
-
getVersion
public String getVersion(org.uberfire.java.nio.file.Path path)
-
getPath
public org.uberfire.java.nio.file.Path getPath(org.uberfire.java.nio.file.Path path, String version) throws URISyntaxException- Throws:
URISyntaxException
-
getFileName
public String getFileName(org.uberfire.java.nio.file.Path path)
-
-