@Immutable public final class TarDriverService extends FsDriverService
| URI Schemes / Archive File Suffixes | File System Driver Class |
|---|---|
tar |
TarDriver |
tar.bz2, tb2, tbz |
TarBZip2Driver |
tar.gz, tgz |
TarGZipDriver |
tar.xz, txz |
TarXZDriver |
| Constructor and Description |
|---|
TarDriverService() |
| Modifier and Type | Method and Description |
|---|---|
Map<FsScheme,FsDriver> |
get()
Returns a dedicated immutable map of file system schemes to drivers.
|
newMap, toStringpublic Map<FsScheme,FsDriver> get()
FsDriverProvidernull
and subsequent calls must return the same map.Copyright © 2005–2015 Schlichtherle IT Services. All rights reserved.