Class PathMapping
- java.lang.Object
-
- org.faktorips.devtools.abstraction.mapping.PathMapping
-
public class PathMapping extends java.lang.ObjectMapping between EclipseIPathand plain JavaPath.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.eclipse.core.runtime.IPathtoEclipsePath(java.nio.file.Path path)Maps the given plain JavaPathto an EclipseIPath.static java.nio.file.PathtoJavaPath(org.eclipse.core.runtime.IPath eclipsePath)Maps the given EclipseIPathto a plain JavaPath.
-
-
-
Method Detail
-
toJavaPath
@CheckForNull public static java.nio.file.Path toJavaPath(@CheckForNull org.eclipse.core.runtime.IPath eclipsePath)Maps the given EclipseIPathto a plain JavaPath.
-
toEclipsePath
@CheckForNull public static org.eclipse.core.runtime.IPath toEclipsePath(@CheckForNull java.nio.file.Path path)Maps the given plain JavaPathto an EclipseIPath.
-
-