public static final class LibraryTypes.FindSpec.Builder
extends java.lang.Object
LibraryTypes.FindSpec
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
LibraryTypes.FindSpec . |
Modifier and Type | Method and Description |
---|---|
LibraryTypes.FindSpec |
build() |
LibraryTypes.FindSpec.Builder |
setName(java.lang.String name)
Name of the library to search.
|
LibraryTypes.FindSpec.Builder |
setType(LibraryModel.LibraryType type)
Library type to search.
|
public Builder()
LibraryTypes.FindSpec
.public LibraryTypes.FindSpec.Builder setName(java.lang.String name)
LibraryModel.getName()
.
If not specified any name will be searched.name
- New value for the property.public LibraryTypes.FindSpec.Builder setType(LibraryModel.LibraryType type)
LibraryModel.getType()
.
If not specified any library type will be searched.type
- New value for the property.public LibraryTypes.FindSpec build()