Uses of Class
org.apache.activemq.console.command.store.tar.TarEntry
Packages that use TarEntry
-
Uses of TarEntry in org.apache.activemq.console.command.store.tar
Fields in org.apache.activemq.console.command.store.tar declared as TarEntryMethods in org.apache.activemq.console.command.store.tar that return TarEntryModifier and TypeMethodDescriptionTarEntry[]TarEntry.getDirectoryEntries()If this entry represents a file, and the file is a directory, return an array of TarEntries for this entry's children.TarInputStream.getNextEntry()Get the next entry in this tar archive.Methods in org.apache.activemq.console.command.store.tar with parameters of type TarEntryModifier and TypeMethodDescriptionbooleanDetermine if the two entries are equal.booleanTarEntry.isDescendent(TarEntry desc) Determine if the given entry is a descendant of this entry.voidTarOutputStream.putNextEntry(TarEntry entry) Put an entry on the output stream.