Class MavenConfig
java.lang.Object
software.amazon.smithy.build.model.MavenConfig
- All Implemented Interfaces:
ToSmithyBuilder<MavenConfig>
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic MavenConfig.Builder
builder()
boolean
static MavenConfig
Gets the dependencies.Gets the repositories.int
hashCode()
merge
(MavenConfig other) Take this object and create a builder that contains all of the current property values of this object.
-
Method Details
-
fromNode
-
builder
-
getRepositories
Gets the repositories.- Returns:
- Returns the repositories in an insertion ordered set.
-
getDependencies
Gets the dependencies.- Returns:
- Returns the dependencies in an insertion ordered set.
-
merge
-
toBuilder
Description copied from interface:ToSmithyBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToSmithyBuilder<MavenConfig>
- Returns:
- a builder for type T
-
hashCode
public int hashCode() -
equals
-