Class Compiler

java.lang.Object
io.schram.jwebassembly.Compiler

public class Compiler extends Object
Represents the intended JWebAssembly compiler implementation
  • Field Details

  • Constructor Details

    • Compiler

      public Compiler()
  • Method Details

    • getArtifactId

      public String getArtifactId()
      Returns:
      the artifactId as specified in the configuration.compiler tag, or the default (DEFAULT_ARTIFACT_ID)
    • setArtifactId

      void setArtifactId(String artifactId)
    • getGroupId

      public String getGroupId()
      Returns:
      the groupId as specified in the configuration.compiler tag, or the default (DEFAULT_GROUP_ID)
    • setGroupId

      void setGroupId(String groupId)
    • getVersion

      public String getVersion()
      Returns:
      the version as specified in the configuration.compiler tag, or the default (DEFAULT_VERSION)
    • setVersion

      void setVersion(String version)
    • toString

      public String toString()
      Overrides:
      toString in class Object