Class CygPath


  • public class CygPath
    extends java.lang.Object
    Restriction:
    This class is not intended to be subclassed by clients.
    • Constructor Summary

      Constructors 
      Constructor Description
      CygPath()  
      CygPath​(java.lang.String command)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dispose()  
      java.lang.String getFileName​(java.lang.String name)
      Use this method for series of translations of paths.
      • Methods inherited from class java.lang.Object

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

      • CygPath

        public CygPath​(java.lang.String command)
                throws java.io.IOException
        Throws:
        java.io.IOException
      • CygPath

        public CygPath()
                throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • getFileName

        public java.lang.String getFileName​(java.lang.String name)
                                     throws java.io.IOException
        Use this method for series of translations of paths. If a single path needs to be translated consider Cygwin.cygwinToWindowsPath(String).
        Throws:
        java.io.IOException
      • dispose

        public void dispose()