Set the unpack WARs flag. @param unpackWARs The new unpack WARs flag
(boolean unpackWARs)
| 250 | * @param unpackWARs The new unpack WARs flag |
| 251 | */ |
| 252 | public void setUnpackWARs(boolean unpackWARs) { |
| 253 | this.unpackWARs = unpackWARs; |
| 254 | } |
| 255 | |
| 256 | |
| 257 | // --------------------------------------------------------- Public Methods |
no outgoing calls