Groovy Documentation

org.gradle.plugins.idea.model
[Groovy] Class ModulePath

java.lang.Object
  org.gradle.plugins.idea.model.ModulePath

class ModulePath

Represents a path in a format as used often in ipr and iml files.

Authors:
Hans Dockter


Property Summary
java.lang.String filePath

The path string of this path.

Path path

 
Constructor Summary
ModulePath(Path path)

ModulePath(Path path, java.lang.String filePath)

 
Method Summary
boolean equals(java.lang.Object o)

java.lang.String getUrl()

int hashCode()

java.lang.String toString()

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Property Detail

filePath

final java.lang.String filePath
The path string of this path.


path

final Path path


 
Constructor Detail

ModulePath

ModulePath(Path path)


ModulePath

ModulePath(Path path, java.lang.String filePath)


 
Method Detail

equals

boolean equals(java.lang.Object o)


getUrl

java.lang.String getUrl()


hashCode

int hashCode()


toString

java.lang.String toString()


 

Groovy Documentation