Class Compiler
java.lang.Object
io.schram.jwebassembly.Compiler
Represents the intended JWebAssembly compiler implementation
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Compiler
public Compiler()
-
-
Method Details
-
getArtifactId
- Returns:
- the artifactId as specified in the configuration.compiler tag, or the default (
DEFAULT_ARTIFACT_ID)
-
getGroupId
- Returns:
- the groupId as specified in the configuration.compiler tag, or the default (
DEFAULT_GROUP_ID)
-
getVersion
- Returns:
- the version as specified in the configuration.compiler tag, or the default (
DEFAULT_VERSION)
-
toString
-