public class PlexusIoZipFileResourceCollection
extends org.codehaus.plexus.components.io.resources.AbstractPlexusIoArchiveResourceCollection
implements org.codehaus.plexus.components.io.resources.EncodingSupported
Modifier and Type | Field and Description |
---|---|
static String |
JAR_ROLE_HINT
The zip file resource collections role hint for jar files.
|
static String |
ROLE_HINT
The zip file resource collections role hint.
|
Constructor and Description |
---|
PlexusIoZipFileResourceCollection() |
Modifier and Type | Method and Description |
---|---|
protected Iterator<org.codehaus.plexus.components.io.resources.PlexusIoResource> |
getEntries() |
boolean |
isConcurrentAccessSupported() |
void |
setEncoding(Charset charset) |
getFile, getLastModified, getResources, setFile, stream
getExcludes, getFileMappers, getFileSelectors, getIncludes, getInputStream, getName, getName, getPrefix, getStreamTransformer, isCaseSensitive, isIncludingEmptyDirectories, isSelected, isUsingDefaultExcludes, iterator, resolve, setCaseSensitive, setExcludes, setFileMappers, setFileSelectors, setIncludes, setIncludingEmptyDirectories, setPrefix, setStreamTransformer, setUsingDefaultExcludes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getInputStream, getName, resolve
forEach, iterator, spliterator
public static final String ROLE_HINT
public static final String JAR_ROLE_HINT
public boolean isConcurrentAccessSupported()
isConcurrentAccessSupported
in interface org.codehaus.plexus.components.io.resources.PlexusIoResourceCollection
protected Iterator<org.codehaus.plexus.components.io.resources.PlexusIoResource> getEntries() throws IOException
getEntries
in class org.codehaus.plexus.components.io.resources.AbstractPlexusIoArchiveResourceCollection
IOException
public void setEncoding(Charset charset)
setEncoding
in interface org.codehaus.plexus.components.io.resources.EncodingSupported
Copyright © 2001–2021 Codehaus Plexus. All rights reserved.