Package io.schram.jwebassembly
Class Compiler
java.lang.Object
io.schram.jwebassembly.Compiler
Represents the intended JWebAssembly compiler implementation
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
setArtifactId
(String artifactId) (package private) void
setGroupId
(String groupId) (package private) void
setVersion
(String version) toString()
-
Field Details
-
DEFAULT_ARTIFACT_ID
- See Also:
-
DEFAULT_GROUP_ID
- See Also:
-
DEFAULT_VERSION
- See Also:
-
artifactId
-
groupId
-
version
-
-
Constructor Details
-
Compiler
public Compiler()
-
-
Method Details
-
getArtifactId
- Returns:
- the artifactId as specified in the configuration.compiler tag, or the default (
DEFAULT_ARTIFACT_ID
)
-
setArtifactId
-
getGroupId
- Returns:
- the groupId as specified in the configuration.compiler tag, or the default (
DEFAULT_GROUP_ID
)
-
setGroupId
-
getVersion
- Returns:
- the version as specified in the configuration.compiler tag, or the default (
DEFAULT_VERSION
)
-
setVersion
-
toString
-