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