Package com.adobe.granite.ui.clientlibs
Interface ProcessorProvider
-
@ProviderType public interface ProcessorProviderProcessorProvider...
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScriptProcessorgetProcessor(java.lang.String name)Returns the processor for the given name.
-
-
-
Method Detail
-
getProcessor
@CheckForNull ScriptProcessor getProcessor(@Nonnull java.lang.String name)
Returns the processor for the given name.- Parameters:
name- name of the processor- Returns:
- the processor or
null
-
-