FileMaestro
Toggle table of contents
1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
FileMaestro
FileMaestro
/
net.exoad.filemaestro.processors
/
ProcessorTable
Processor
Table
object
ProcessorTable
A singleton that holds all publicly loaded processors (i.e. instances of
Processor
)
Members
Properties
medium
Keys
Link copied to clipboard
val
mediumKeys
:
MutableSet
<
String
>
processors
Link copied to clipboard
val
processors
:
List
<
Processor
<
*
>
>
Functions
find
By
Medium
Key
Link copied to clipboard
fun
findByMediumKey
(
mediumKey
:
String
)
:
Processor
<
*
>
?