public class PersonalBundler extends java.lang.Object implements Bundler.Filter
| Constructor and Description |
|---|
PersonalBundler() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
For UI to work, the bundler description must also be added to translation.json with key
bundler_filter_help_*lowercase name*
|
java.lang.String |
getName() |
boolean |
ok(Bundler bundler,
ChildTransaction childTransaction) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetParameter, setParameterpublic boolean ok(Bundler bundler, ChildTransaction childTransaction)
ok in interface Bundler.Filterpublic java.lang.String getName()
getName in interface Bundler.Filterpublic java.lang.String getDescription()
Bundler.FiltergetDescription in interface Bundler.Filter