(Link link)
| 272 | } |
| 273 | |
| 274 | @Override |
| 275 | protected boolean isEnabled(Link link) { |
| 276 | return link != null |
| 277 | && FtnTools.getOptionBooleanDefTrue(link, |
| 278 | LinkOption.BOOLEAN_FILEFIX); |
| 279 | } |
| 280 | |
| 281 | @Override |
| 282 | protected String getPasswordOption() { |
nothing calls this directly
no test coverage detected