Package | Description |
---|---|
net.talvi.puffinplot |
net.talvi.puffinplot is a library and GUI application for plotting
and analysing palaeomagnetic data.
|
Modifier and Type | Method and Description |
---|---|
static Version |
Version.fromGitFiles(Class locator,
String commitFile,
String tagsFile,
String hashFile,
String statusFile,
String buildDate)
Provides a version object from resources containing git command output.
|
static Version |
Version.fromGitOutput(String commit,
String tags,
String hash,
String status,
String buildDate)
Provides a version object corresponding to the output of git commands.
|
static Version |
Version.fromGitProperties(UnaryOperator<String> propertyFetcher)
Provides a version object corresponding to some supplied git
build properties.
|
static Version |
Version.fromMercurialProperties(UnaryOperator<String> propertyFetcher)
Provides a version object corresponding to some supplied Mercurial
build properties.
|
Version |
PuffinApp.getVersion()
Returns the version of this PuffinPlot build.
|
Copyright © 2022. All rights reserved.