Package org.projecthusky.valueset.config
Class ValueSetConfig.Builder
java.lang.Object
org.projecthusky.valueset.config.ValueSetConfig.Builder
- Enclosing class:
- ValueSetConfig
Builder to build
ValueSetConfig.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the.withClassName(String className) With class name.withProjectFolder(String projectFolder) With project folder.withSourceFormatType(SourceFormatType sourceFormatType) With source format type.withSourceSystemType(SourceSystemType sourceSystemType) With source system type.withSourceUrl(String sourceUrl) With source url.
-
Method Details
-
build
Builds the.- Returns:
- the value set config
-
withClassName
With class name.- Parameters:
className- the class name- Returns:
- the builder
-
withProjectFolder
With project folder.- Parameters:
projectFolder- the project folder- Returns:
- the builder
-
withSourceFormatType
With source format type.- Parameters:
sourceFormatType- the source format type- Returns:
- the builder
-
withSourceSystemType
With source system type.- Parameters:
sourceSystemType- the source system type- Returns:
- the builder
-
withSourceUrl
With source url.- Parameters:
sourceUrl- the source url- Returns:
- the builder
-