| Field and Description |
|---|
| org.jboss.shrinkwrap.api.Configuration.executorService
No longer used by the implementation, will be removed in SW 2.0
|
| Method and Description |
|---|
| org.jboss.shrinkwrap.impl.base.io.tar.bzip.BZip2CompressorInputStream.getCount()
this method may yield wrong results for large
archives, use #getBytesRead instead
|
| org.jboss.shrinkwrap.api.Configuration.getExecutorService()
No longer used by the implementation, will be removed in SW 2.0
|
| org.jboss.shrinkwrap.impl.base.importer.zip.ZipImporterImpl.importZip(ZipFile) |
| org.jboss.shrinkwrap.api.importer.ZipImporter.importZip(ZipFile) |
| org.jboss.shrinkwrap.impl.base.importer.zip.ZipImporterImpl.importZip(ZipInputStream) |
| org.jboss.shrinkwrap.api.importer.ZipImporter.importZip(ZipInputStream)
Use
ZipImporter#importFrom(ZipInputStream) |