public abstract class AbstractElementBuilderPlugin extends Object implements MediaPackageElementBuilderPlugin
| Modifier and Type | Field and Description |
|---|---|
protected List<MimeType> |
mimeTypes
The registered mime types
|
protected int |
priority
The builder's priority
|
protected XPath |
xpath
The xpath facility
|
| Constructor and Description |
|---|
AbstractElementBuilderPlugin()
Creates a new abstract element builder plugin.
|
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
This is a convenience implementation for subclasses doing nothing.
|
int |
getPriority()
Returns -1 by default.
|
void |
init()
This is a convenience implementation for subclasses doing nothing.
|
void |
setPriority(int priority) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, accept, accept, elementFromManifest, elementFromURI, newElementprotected XPath xpath
protected int priority
public AbstractElementBuilderPlugin()
public void init()
init in interface MediaPackageElementBuilderPluginMediaPackageElementBuilderPlugin.init()public void destroy()
destroy in interface MediaPackageElementBuilderPluginMediaPackageElementBuilderPlugin.destroy()public int getPriority()
public void setPriority(int priority)
Copyright © 2009–2020 Opencast Project. All rights reserved.