Class GlobalCacheMetadata.GolangRepositoryMetadata
- java.lang.Object
-
- com.github.blindpirate.gogradle.core.GolangRepository
-
- com.github.blindpirate.gogradle.core.cache.GlobalCacheMetadata.GolangRepositoryMetadata
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- GlobalCacheMetadata
public static class GlobalCacheMetadata.GolangRepositoryMetadata extends GolangRepository
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.github.blindpirate.gogradle.core.GolangRepository
GolangRepository.GolangRepositoryBuilder
-
-
Field Summary
-
Fields inherited from class com.github.blindpirate.gogradle.core.GolangRepository
original, urls, vcs
-
-
Constructor Summary
Constructors Constructor Description GolangRepositoryMetadata()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetDir()longgetLastUpdatedTime()inthashCode()voidupdated()-
Methods inherited from class com.github.blindpirate.gogradle.core.GolangRepository
builder, getUrls, getVcs, getVcsType, isOriginal, match, newOriginalRepository, newOriginalRepository, newOriginalRepository, newSubstitutedRepository, newSubstitutedRepository, setVcs
-
-
-
-
Method Detail
-
getLastUpdatedTime
public long getLastUpdatedTime()
-
updated
public void updated()
-
getDir
public java.lang.String getDir()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classGolangRepository
-
hashCode
public int hashCode()
- Overrides:
hashCodein classGolangRepository
-
-