Package com.brightcove.player.edge
Class Catalog.Builder
java.lang.Object
com.brightcove.player.edge.Catalog.AbstractBuilder<Catalog.Builder>
com.brightcove.player.edge.Catalog.Builder
- Enclosing class:
- Catalog
The Builder to create the Catalog object.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Catalog.Builder
self()
Returns the instance of itself.Methods inherited from class com.brightcove.player.edge.Catalog.AbstractBuilder
build, setBaseURL, setPolicy, setProperties
-
Constructor Details
-
Builder
-
-
Method Details
-
self
Description copied from class:Catalog.AbstractBuilder
Returns the instance of itself. This is a part of the pattern to set the Builder ready for inheritance.- Specified by:
self
in classCatalog.AbstractBuilder<Catalog.Builder>
-