org.codehaus.plexus.components.io.functions.SymlinkDestinationSupplierpublic class TarSymlinkResource extends TarResource implements org.codehaus.plexus.components.io.functions.SymlinkDestinationSupplier
TarResource that represents symbolic link.| Constructor | Description |
|---|---|
TarSymlinkResource(TarFile tarFile,
org.apache.commons.compress.archivers.tar.TarArchiveEntry entry) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getSymlinkDestination() |
|
boolean |
isSymbolicLink() |
getLastModified, getName, getSize, isDirectory, isExisting, isFileclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributes, getContents, getURL, setAttributespublic TarSymlinkResource(TarFile tarFile, org.apache.commons.compress.archivers.tar.TarArchiveEntry entry)
public java.lang.String getSymlinkDestination()
throws java.io.IOException
getSymlinkDestination in interface org.codehaus.plexus.components.io.functions.SymlinkDestinationSupplierjava.io.IOExceptionpublic boolean isSymbolicLink()
isSymbolicLink in class org.codehaus.plexus.components.io.resources.AbstractPlexusIoResource