Package ch.zhaw.tasklist.utils
Class IOOperationUtil
- java.lang.Object
-
- ch.zhaw.tasklist.utils.IOOperationUtil
-
public class IOOperationUtil extends java.lang.Object
Convenience Utility for IO Operations.
-
-
Constructor Summary
Constructors Constructor Description IOOperationUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
openPath(java.nio.file.Path path)
Launches the associated application to open the path.static void
openQuicklink(Quicklink quicklink)
Open the quicklink; open the url or the file referenced by the quicklink.
-
-
-
Method Detail
-
openQuicklink
public static void openQuicklink(Quicklink quicklink)
Open the quicklink; open the url or the file referenced by the quicklink.- Parameters:
quicklink
- the quicklink to open
-
openPath
public static void openPath(java.nio.file.Path path)
Launches the associated application to open the path.- Parameters:
path
- the path to be opened with the associated application
-
-