- from(InputStream) - Static method in class cz.auderis.tools.gradle.SemanticVersion
-
Loads a version string from the provided stream and parses it into an instance of semantic version.
- from(File) - Static method in class cz.auderis.tools.gradle.SemanticVersion
-
Loads a version string from a file and parses it into an instance of semantic version.
- from(URL) - Static method in class cz.auderis.tools.gradle.SemanticVersion
-
Loads a version string from the provided URL and parses it into an instance of semantic version.
- from(String) - Static method in class cz.auderis.tools.gradle.SemanticVersion
-
Tries to interpret the source argument as URL and uses it to parse a version string from its contents;
if the argument is not a valid URL, it is considered to be a local file path.