Class UnrecognizedGolangPackage
- java.lang.Object
-
- com.github.blindpirate.gogradle.core.GolangPackage
-
- com.github.blindpirate.gogradle.core.UnrecognizedGolangPackage
-
- All Implemented Interfaces:
java.io.Serializable
public class UnrecognizedGolangPackage 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 UnrecognizedGolangPackageof(java.lang.String packagePath)static UnrecognizedGolangPackageof(java.nio.file.Path packagePath)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 UnrecognizedGolangPackage of(java.nio.file.Path packagePath)
-
of
public static UnrecognizedGolangPackage of(java.lang.String packagePath)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-