Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IOOperationUtil

        public IOOperationUtil()
    • 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