Class ResolvableGolangPackage
- java.lang.Object
-
- com.github.blindpirate.gogradle.core.GolangPackage
-
- com.github.blindpirate.gogradle.core.ResolvableGolangPackage
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
LocalDirectoryGolangPackage,VcsGolangPackage
public abstract class ResolvableGolangPackage extends GolangPackage
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedResolvableGolangPackage(java.nio.file.Path rootPath, java.nio.file.Path path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.nio.file.PathgetRootPath()java.lang.StringgetRootPathString()inthashCode()-
Methods inherited from class com.github.blindpirate.gogradle.core.GolangPackage
getPath, getPathString, longerPath, resolve, resolve, shorterPath
-
-
-
-
Method Detail
-
getRootPathString
public java.lang.String getRootPathString()
- Overrides:
getRootPathStringin classGolangPackage
-
getRootPath
public java.nio.file.Path getRootPath()
- Overrides:
getRootPathin classGolangPackage
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classGolangPackage
-
hashCode
public int hashCode()
- Overrides:
hashCodein classGolangPackage
-
-