Package org.eclipse.cdt.utils
Class CygPath
- java.lang.Object
-
- org.eclipse.cdt.utils.CygPath
-
public class CygPath extends java.lang.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 voiddispose()java.lang.StringgetFileName(java.lang.String name)Use this method for series of translations of paths.
-
-
-
Method Detail
-
getFileName
public java.lang.String getFileName(java.lang.String name) throws java.io.IOExceptionUse this method for series of translations of paths. If a single path needs to be translated considerCygwin.cygwinToWindowsPath(String).- Throws:
java.io.IOException
-
dispose
public void dispose()
-
-