Package org.yggd.dependencytree.model
Class ActiveProfile.Builder
-
- All Implemented Interfaces:
public final class ActiveProfile.Builder
-
-
Constructor Summary
Constructors Constructor Description ActiveProfile.Builder()
-
Method Summary
Modifier and Type Method Description final ActiveProfile.Builderjdk(String jdk)final ActiveProfile.Builderprofile(String profile)final ActiveProfilebuild()-
-
Method Detail
-
jdk
final ActiveProfile.Builder jdk(String jdk)
-
profile
final ActiveProfile.Builder profile(String profile)
-
build
final ActiveProfile build()
-
-
-
-