Uses of Class org.codehaus.plexus.archiver.tar.TarEntry

Uses in package org.codehaus.plexus.archiver.tar

Fields of type org.codehaus.plexus.archiver.tar.TarEntry

TarEntry

Methods with parameter type org.codehaus.plexus.archiver.tar.TarEntry

boolean
Determine if the two entries are equal.
boolean
Determine if the given entry is a descendant of this entry.
void
Put an entry on the output stream.

Methods with return type org.codehaus.plexus.archiver.tar.TarEntry

TarEntry[]
If this entry represents a file, and the file is a directory, return an array of TarEntries for this entry's children.
TarEntry
Get the next entry in this tar archive.