Package org.gradle.util
Class RelativePathUtil
java.lang.Object
org.gradle.util.RelativePathUtil
Deprecated.
Will be removed in Gradle 9.0.
This class is only here to maintain binary compatibility with existing plugins.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
relativePath
(File from, File to) Deprecated.Returns a relative path from 'from' to 'to'
-
Constructor Details
-
RelativePathUtil
public RelativePathUtil()Deprecated.
-
-
Method Details
-
relativePath
Deprecated.Returns a relative path from 'from' to 'to'- Parameters:
from
- where to calculate fromto
- where to calculate to- Returns:
- The relative path
-