From 0427ab89f1753a44b30cbc35ce021cbbdc845109 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:52:45 +0300 Subject: fix missing source folder --- .../fml/common/versioning/ArtifactVersion.html | 261 +++++++++++++++++++++ 1 file changed, 261 insertions(+) create mode 100644 javadoc/cpw/mods/fml/common/versioning/ArtifactVersion.html (limited to 'javadoc/cpw/mods/fml/common/versioning/ArtifactVersion.html') diff --git a/javadoc/cpw/mods/fml/common/versioning/ArtifactVersion.html b/javadoc/cpw/mods/fml/common/versioning/ArtifactVersion.html new file mode 100644 index 0000000..97c41f7 --- /dev/null +++ b/javadoc/cpw/mods/fml/common/versioning/ArtifactVersion.html @@ -0,0 +1,261 @@ + + + + + +ArtifactVersion (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
cpw.mods.fml.common.versioning
+

Interface ArtifactVersion

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    java.lang.Comparable<ArtifactVersion>
    +
    +
    +
    All Known Implementing Classes:
    +
    DefaultArtifactVersion
    +
    +
    +
    +
    public interface ArtifactVersion
    +extends java.lang.Comparable<ArtifactVersion>
    +
    Describes an artifact version in terms of its components, converts it to/from a string and + compares two versions.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getLabel

        +
        java.lang.String getLabel()
        +
      • +
      + + + +
        +
      • +

        getVersionString

        +
        java.lang.String getVersionString()
        +
      • +
      + + + + + + + +
        +
      • +

        getRangeString

        +
        java.lang.String getRangeString()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3