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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic StringrelativePath(File from, File to) Deprecated.Returns a relative path from 'from' to 'to'
- 
Constructor Details- 
RelativePathUtilpublic RelativePathUtil()Deprecated.
 
- 
- 
Method Details- 
relativePathDeprecated.Returns a relative path from 'from' to 'to'- Parameters:
- from- where to calculate from
- to- where to calculate to
- Returns:
- The relative path
 
 
-