Package | Description |
---|---|
io.tesla.proviso.archive | |
io.tesla.proviso.archive.source | |
io.tesla.proviso.archive.tar | |
io.tesla.proviso.archive.zip |
Modifier and Type | Method and Description |
---|---|
Iterable<Entry> |
Source.entries() |
Modifier and Type | Method and Description |
---|---|
ExtendedArchiveEntry |
ArchiveHandlerSupport.createEntryFor(String entryName,
Entry archiveEntry,
boolean isExecutable) |
ExtendedArchiveEntry |
ArchiveHandler.createEntryFor(String entryName,
Entry entry,
boolean isExecutable) |
ExtendedArchiveEntry |
ArchiveHandler.newEntry(String entryName,
Entry entry) |
Modifier and Type | Class and Description |
---|---|
class |
DirectoryEntry |
class |
FileEntry |
Modifier and Type | Method and Description |
---|---|
Iterable<Entry> |
DirectorySource.entries() |
Iterable<Entry> |
FileSource.entries() |
Modifier and Type | Method and Description |
---|---|
Iterable<Entry> |
TarGzArchiveSource.entries() |
Modifier and Type | Method and Description |
---|---|
ExtendedArchiveEntry |
TarGzArchiveHandler.newEntry(String entryName,
Entry entry) |
Constructor and Description |
---|
ExtendedTarArchiveEntry(String entryName,
Entry entry) |
Modifier and Type | Method and Description |
---|---|
Iterable<Entry> |
ZipArchiveSource.entries() |
Modifier and Type | Method and Description |
---|---|
ExtendedArchiveEntry |
ZipArchiveHandler.newEntry(String entryName,
Entry entry) |
Constructor and Description |
---|
ExtendedZipArchiveEntry(String entryName,
Entry entry) |
Copyright © 2019. All rights reserved.