1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

* add java.lang.* and java.util.* to ExpressionFormat context

This commit is contained in:
Reinhard Pointner 2009-06-01 14:07:20 +00:00
parent 2c8ac625d1
commit 28990f939d

View File

@ -1,3 +1,9 @@
// System, Math, Integer, etc.
importPackage(java.lang);
// Collection, Scanner, Random, UUID, etc.
importPackage(java.util);
/**
* Pad strings or numbers with given characters ('0' by default).
*