public class TarSymlinkResource extends TarResource implements org.codehaus.plexus.components.io.functions.SymlinkDestinationSupplier
TarResource that represents symbolic link.| Constructor and Description |
|---|
TarSymlinkResource(TarFile tarFile,
org.apache.commons.compress.archivers.tar.TarArchiveEntry entry) |
| Modifier and Type | Method and Description |
|---|---|
String |
getSymlinkDestination() |
boolean |
isSymbolicLink() |
getAttributes, getContents, getURL, setAttributespublic TarSymlinkResource(TarFile tarFile, org.apache.commons.compress.archivers.tar.TarArchiveEntry entry)
public String getSymlinkDestination() throws IOException
getSymlinkDestination in interface org.codehaus.plexus.components.io.functions.SymlinkDestinationSupplierIOExceptionpublic boolean isSymbolicLink()
isSymbolicLink in interface org.codehaus.plexus.components.io.fileselectors.FileInfoisSymbolicLink in class org.codehaus.plexus.components.io.resources.AbstractPlexusIoResourceCopyright © 2001–2018 Codehaus Plexus. All rights reserved.