Class Compiler


  • public class Compiler
    extends java.lang.Object
    Represents the intended JWebAssembly compiler implementation
    • Constructor Summary

      Constructors 
      Constructor Description
      Compiler()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getArtifactId()  
      java.lang.String getGroupId()  
      java.lang.String getVersion()  
      (package private) void setArtifactId​(java.lang.String artifactId)  
      (package private) void setGroupId​(java.lang.String groupId)  
      (package private) void setVersion​(java.lang.String version)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • artifactId

        private java.lang.String artifactId
      • groupId

        private java.lang.String groupId
      • version

        private java.lang.String version
    • Constructor Detail

      • Compiler

        public Compiler()
    • Method Detail

      • getArtifactId

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

        void setArtifactId​(java.lang.String artifactId)
      • getGroupId

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

        void setGroupId​(java.lang.String groupId)
      • getVersion

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

        void setVersion​(java.lang.String version)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object