Package org.eclipse.cdt.utils
Class CygPath
- java.lang.Object
-
- org.eclipse.cdt.utils.CygPath
-
public class CygPath extends Object
- Restriction:
- This class is not intended to be subclassed by clients.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose()
String
getFileName(String name)
Use this method for series of translations of paths.
-
-
-
Constructor Detail
-
CygPath
public CygPath(String command) throws IOException
- Throws:
IOException
-
CygPath
public CygPath() throws IOException
- Throws:
IOException
-
-
Method Detail
-
getFileName
public String getFileName(String name) throws IOException
Use this method for series of translations of paths. If a single path needs to be translated considerCygwin.cygwinToWindowsPath(String)
.- Throws:
IOException
-
dispose
public void dispose()
-
-