Package | Description |
---|---|
controller |
Application controller classes, for managing the extraction
process, the storage of the extracted information, management of modules and profiles,
event handling, and environment observation.
|
Modifier and Type | Method and Description |
---|---|
java.util.HashSet<ProfileTemplate> |
ProfileController.getTemplates()
Getter for available templates
|
Modifier and Type | Method and Description |
---|---|
void |
ProfileController.addTemplate(ProfileTemplate template)
Add a newly created template (profile -> export as template) to the list
of templates
|
Profile |
ProfileController.createProfileFromTemplate(ProfileTemplate template)
Creates a new
Profile from a ProfileTemplate . |