Class VersionCatalogue
java.lang.Object
org.stianloader.picoresolve.internal.meta.VersionCatalogue
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionintintintintintintbooleanfinal @NotNull List<@NotNull MavenVersion>final @NotNull List<@NotNull VersionCatalogue.SnapshotVersion> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic VersionCataloguemerge(Iterable<VersionCatalogue> sources) static @NotNull VersionCataloguesynthesize(List<@NotNull MavenVersion> guessedVersions)
-
Field Details
-
fallbackSnapshotVersion
-
lastUpdated
-
lastUpdateDay
public int lastUpdateDay -
lastUpdateHour
public int lastUpdateHour -
lastUpdateMinute
public int lastUpdateMinute -
lastUpdateMonth
public int lastUpdateMonth -
lastUpdateSecond
public int lastUpdateSecond -
lastUpdateYear
public int lastUpdateYear -
latestVersion
-
localCopy
public boolean localCopy -
releaseVersion
-
releaseVersions
-
snapshotVersions
-
-
Constructor Details
-
VersionCatalogue
public VersionCatalogue(InputStream is) throws SAXException, IOException, ParserConfigurationException
-
-
Method Details
-
merge
-
synthesize
@NotNull public static @NotNull VersionCatalogue synthesize(List<@NotNull MavenVersion> guessedVersions)
-