public interface Processor
Modifier and Type | Method and Description |
---|---|
String |
getExtension()
The file extension that the processor is associated with, null if none.
|
String |
getName()
Get the name of the processor
|
void |
registerProcessorExtension(ProcessorExtension processorExtension)
Registers a processor extension with the processor
|
String getName()
String getExtension()
void registerProcessorExtension(ProcessorExtension processorExtension)
processorExtension
- the process extensionCopyright © 2005–2019 Alfresco Software. All rights reserved.