Class IBMDevOpsPackagePathResolver
- java.lang.Object
-
- com.github.blindpirate.gogradle.core.pack.AbstractPackagePathResolver
-
- com.github.blindpirate.gogradle.core.pack.IBMDevOpsPackagePathResolver
-
- All Implemented Interfaces:
Factory<java.lang.String,GolangPackage>,PackagePathResolver
@Singleton public class IBMDevOpsPackagePathResolver extends AbstractPackagePathResolver
-
-
Field Summary
-
Fields inherited from interface com.github.blindpirate.gogradle.core.pack.PackagePathResolver
HTTP, HTTPS
-
-
Constructor Summary
Constructors Constructor Description IBMDevOpsPackagePathResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancannotRecognize(java.lang.String packagePath)protected GolangPackagedoProduce(java.lang.String packagePath)protected booleanisIncomplete(java.lang.String packagePath)-
Methods inherited from class com.github.blindpirate.gogradle.core.pack.AbstractPackagePathResolver
produce
-
-
-
-
Method Detail
-
doProduce
protected GolangPackage doProduce(java.lang.String packagePath)
- Specified by:
doProducein classAbstractPackagePathResolver
-
isIncomplete
protected boolean isIncomplete(java.lang.String packagePath)
- Specified by:
isIncompletein classAbstractPackagePathResolver
-
cannotRecognize
protected boolean cannotRecognize(java.lang.String packagePath)
- Specified by:
cannotRecognizein classAbstractPackagePathResolver
-
-