filebot/source/net/filebot/cli
Reinhard Pointner 09b41170fd Look into custom script names (for exception stacktraces) but keep as it is for now to avoid unnecessary complexity/magic
e.g.
public Class parseClass(String text, String fileName) throws CompilationFailedException {
	return super.parseClass(text, "amc");
}
2016-06-19 23:59:27 +08:00
..
ArgumentBean.java Better logging 2016-05-03 19:38:07 +08:00
ArgumentProcessor.java Extra \n for Failure (°_°) error runs as well 2016-04-12 06:21:28 +00:00
BindingsHandler.java Do not auto-trim --def name=value parameters 2016-05-22 06:24:23 +08:00
CmdlineException.java + support for --db xattr to allow offline renaming directly using previously written xattr metadata 2014-07-17 07:08:23 +00:00
CmdlineInterface.java filebot -revert /path command 2016-03-10 18:32:11 +00:00
CmdlineOperations.java Print lines as we go along (instead of all at the end) when calling -mediainfo on many files 2016-05-29 04:24:30 +08:00
ConflictAction.java + support --conflict index option 2016-02-03 18:14:14 +00:00
FolderWatchService.java Unify gui/console logging 2016-03-09 20:36:28 +00:00
GroovyPad.java Lazy-load script bundle 2016-04-03 19:49:18 +00:00
PseudoConsole.java * fix IO redirection issues when script is reading from STDIN 2015-04-19 04:36:29 +00:00
repository.cer Update script base to m2 2016-03-30 08:08:20 +00:00
ScriptBundle.java Easy way to retrieve manifest for script bundle 2016-04-10 09:14:36 +00:00
ScriptDeath.java * allow die(Throwable) usage 2014-04-21 14:09:31 +00:00
ScriptProvider.java Deploy and update script repository via signed jar bundles 2016-03-30 03:09:46 +00:00
ScriptShell.java Look into custom script names (for exception stacktraces) but keep as it is for now to avoid unnecessary complexity/magic 2016-06-19 23:59:27 +08:00
ScriptShell.properties import java.time.* 2015-06-20 07:04:40 +00:00
ScriptShellBaseClass.java Do not use debug logging for script exceptions 2016-06-12 18:33:48 +08:00
ScriptShellMethods.java Refactor FastFile API 2016-04-04 08:57:38 +00:00
ScriptSource.java absolute paths on Windows appear to be valid URIs so we need explicitly exclude them (e.g. C:\path\to\script.groovy) 2016-05-16 01:03:05 +08:00