Package org.codehaus.plexus.archiver.zip
Class ZipSymlinkResource
java.lang.Object
org.codehaus.plexus.components.io.resources.AbstractPlexusIoResource
org.codehaus.plexus.archiver.zip.ZipResource
org.codehaus.plexus.archiver.zip.ZipSymlinkResource
- All Implemented Interfaces:
org.codehaus.plexus.components.io.fileselectors.FileInfo,org.codehaus.plexus.components.io.functions.ContentSupplier,org.codehaus.plexus.components.io.functions.NameSupplier,org.codehaus.plexus.components.io.functions.ResourceAttributeSupplier,org.codehaus.plexus.components.io.functions.SizeSupplier,org.codehaus.plexus.components.io.functions.SymlinkDestinationSupplier,org.codehaus.plexus.components.io.resources.PlexusIoResource
public class ZipSymlinkResource
extends ZipResource
implements org.codehaus.plexus.components.io.functions.SymlinkDestinationSupplier
A
ZipResource that represents symbolic link.-
Field Summary
Fields inherited from interface org.codehaus.plexus.components.io.resources.PlexusIoResource
UNKNOWN_MODIFICATION_DATE, UNKNOWN_RESOURCE_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionZipSymlinkResource(org.apache.commons.compress.archivers.zip.ZipFile zipFile, org.apache.commons.compress.archivers.zip.ZipArchiveEntry entry, org.codehaus.plexus.components.io.functions.InputStreamTransformer streamTransformer) -
Method Summary
Methods inherited from class org.codehaus.plexus.archiver.zip.ZipResource
getAttributes, getContents, getURL, setAttributesMethods inherited from class org.codehaus.plexus.components.io.resources.AbstractPlexusIoResource
getLastModified, getName, getSize, isDirectory, isExisting, isFile
-
Constructor Details
-
ZipSymlinkResource
public ZipSymlinkResource(org.apache.commons.compress.archivers.zip.ZipFile zipFile, org.apache.commons.compress.archivers.zip.ZipArchiveEntry entry, org.codehaus.plexus.components.io.functions.InputStreamTransformer streamTransformer)
-
-
Method Details
-
getSymlinkDestination
- Specified by:
getSymlinkDestinationin interfaceorg.codehaus.plexus.components.io.functions.SymlinkDestinationSupplier- Throws:
IOException
-
isSymbolicLink
public boolean isSymbolicLink()- Specified by:
isSymbolicLinkin interfaceorg.codehaus.plexus.components.io.fileselectors.FileInfo- Overrides:
isSymbolicLinkin classorg.codehaus.plexus.components.io.resources.AbstractPlexusIoResource
-