Class PathFactory
java.lang.Object
org.gradle.plugins.ide.idea.model.PathFactory
Path Factory.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionaddPathVariable(String name, File dir) Creates a path for the given file.Creates a path for the given file.Creates a path for the given URL.Creates a path for the given URL.relativePath(String pathVar, File file) Creates a path relative to the given path variable.
- 
Constructor Details- 
PathFactorypublic PathFactory()
 
- 
- 
Method Details- 
addPathVariable
- 
pathCreates a path for the given file.
- 
pathCreates a path for the given file.- Parameters:
- file- The file to generate a path for
- useFileScheme- Whether 'file://' prefixed URI should be used even for JAR files
 
- 
relativePathCreates a path relative to the given path variable.
- 
pathCreates a path for the given URL.
- 
pathCreates a path for the given URL.
 
-