Uses of Class
org.hansken.plugin.extraction.api.Author
-
Packages that use Author Package Description org.hansken.plugin.extraction.api This is the API of the Extraction Plugins SDK. -
-
Uses of Author in org.hansken.plugin.extraction.api
Methods in org.hansken.plugin.extraction.api that return Author Modifier and Type Method Description Author
PluginInfo. author()
Get theauthor
of this plugin.Author
Author.Builder. build()
Create the author from the properties set on thisbuilder
.Methods in org.hansken.plugin.extraction.api with parameters of type Author Modifier and Type Method Description PluginInfo.Builder
PluginInfo.Builder. author(Author author)
Set theauthor
.
-