Uses of Class
com.buschmais.jqassistant.plugin.common.api.scanner.filesystem.ZipFileResource
Packages that use ZipFileResource
-
Uses of ZipFileResource in com.buschmais.jqassistant.plugin.common.impl.scanner
Methods in com.buschmais.jqassistant.plugin.common.impl.scanner that return types with arguments of type ZipFileResourceModifier and TypeMethodDescriptionClass<? extends ZipFileResource>ZipFileScannerPlugin.getType()Methods in com.buschmais.jqassistant.plugin.common.impl.scanner with parameters of type ZipFileResourceModifier and TypeMethodDescriptionbooleanZipFileScannerPlugin.accepts(ZipFileResource item, String path, Scope scope) protected voidZipFileScannerPlugin.enterContainer(ZipFileResource zipFile, ZipArchiveDescriptor archiveDescriptor, ScannerContext context) protected ZipArchiveDescriptorZipFileScannerPlugin.getContainerDescriptor(ZipFileResource zipFile, ScannerContext scannerContext) protected StringZipFileScannerPlugin.getContainerPath(ZipFileResource container, String path) protected Iterable<? extends org.apache.commons.compress.archivers.zip.ZipArchiveEntry>ZipFileScannerPlugin.getEntries(ZipFileResource container) protected ResourceZipFileScannerPlugin.getEntry(ZipFileResource container, org.apache.commons.compress.archivers.zip.ZipArchiveEntry entry) protected StringZipFileScannerPlugin.getRelativePath(ZipFileResource container, org.apache.commons.compress.archivers.zip.ZipArchiveEntry entry) protected voidZipFileScannerPlugin.leaveContainer(ZipFileResource zipFile, ZipArchiveDescriptor archiveDescriptor, ScannerContext scannerContext)