Class IncompleteGolangPackage
- java.lang.Object
-
- com.github.blindpirate.gogradle.core.GolangPackage
-
- com.github.blindpirate.gogradle.core.IncompleteGolangPackage
-
- All Implemented Interfaces:
java.io.Serializable
public class IncompleteGolangPackage extends GolangPackage
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Optional<GolangPackage>longerPath(java.nio.file.Path packagePath)static IncompleteGolangPackageof(java.lang.String path)static IncompleteGolangPackageof(java.nio.file.Path path)protected java.util.Optional<GolangPackage>shorterPath(java.nio.file.Path packagePath)java.lang.StringtoString()-
Methods inherited from class com.github.blindpirate.gogradle.core.GolangPackage
equals, getPath, getPathString, getRootPath, getRootPathString, hashCode, resolve, resolve
-
-
-
-
Method Detail
-
longerPath
protected java.util.Optional<GolangPackage> longerPath(java.nio.file.Path packagePath)
- Specified by:
longerPathin classGolangPackage
-
shorterPath
protected java.util.Optional<GolangPackage> shorterPath(java.nio.file.Path packagePath)
- Specified by:
shorterPathin classGolangPackage
-
of
public static IncompleteGolangPackage of(java.nio.file.Path path)
-
of
public static IncompleteGolangPackage of(java.lang.String path)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-