Package | Description |
---|---|
fmpp |
The very core, the foundation of FMPP.
|
fmpp.setting |
FMPP settings.
|
Modifier and Type | Method and Description |
---|---|
void |
Engine.process(File[] sources)
Processes a list of files.
|
void |
Engine.process(File src,
File out)
Hack to processes a single file.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Settings.doProcessing(Engine eng,
File[] sources,
File sourceFile,
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.
|