Package | Description |
---|---|
fmpp |
The very core, the foundation of FMPP.
|
fmpp.setting |
FMPP settings.
|
Modifier and Type | Method and Description |
---|---|
void |
Engine.process(java.io.File[] sources)
Processes a list of files.
|
void |
Engine.process(java.io.File src,
java.io.File out)
Hack to processes a single file.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Settings.doProcessing(Engine eng,
java.io.File[] sources,
java.io.File sourceFile,
java.io.File outputFile)
Executes the processing session(s) on the
Engine level,
using the already initialized Engine object. |
void |
Settings.execute()
Executes a processing session based on the setting values.
|