()
| 269 | } |
| 270 | |
| 271 | public String toString() { |
| 272 | String description = String.format("%s %s (%s)", this.getName(), this.getVersion(), this.file.getName()); |
| 273 | return StringUtils.abbreviate(description, 40); |
| 274 | } |
| 275 | |
| 276 | /** |
| 277 | * Attempts to parse the supplied zip file as a theme file. This is largely |
nothing calls this directly
no test coverage detected