public static interface ProfileFile.Builder
ProfileFile
. content(Path)
(or content(InputStream)
) and #type(Type)
are
required fields.Modifier and Type | Method and Description |
---|---|
ProfileFile |
build() |
ProfileFile.Builder |
content(InputStream contentStream)
Configure the content of the profile file.
|
ProfileFile.Builder |
content(Path contentLocation)
Configure the location from which the profile file should be loaded.
|
ProfileFile.Builder |
type(ProfileFile.Type type)
Configure the
ProfileFile.Type of file that should be loaded. |
ProfileFile.Builder content(InputStream contentStream)
build()
is
invoked.ProfileFile.Builder content(Path contentLocation)
ProfileFile.Builder type(ProfileFile.Type type)
ProfileFile.Type
of file that should be loaded.ProfileFile build()
Copyright © 2022. All rights reserved.