Package | Description |
---|---|
org.apache.aries.util.filesystem | |
org.apache.aries.util.filesystem.impl | |
org.apache.aries.util.io | |
org.apache.aries.util.manifest |
Modifier and Type | Interface and Description |
---|---|
interface |
ICloseableDirectory
Implementation of IDirectory that is more efficient for batch operations as it does not due
automatic resource management.
|
interface |
IDirectory
A virtual directory in a file system.
|
Modifier and Type | Method and Description |
---|---|
IFile |
IDirectory.getFile(String name)
Gets the requested file under this directory.
|
Modifier and Type | Method and Description |
---|---|
List<IFile> |
IDirectory.listAllFiles() |
List<IFile> |
IDirectory.listFiles() |
Modifier and Type | Class and Description |
---|---|
class |
CloseableDirectory |
class |
DirectoryImpl
An IDirectory representing a java.io.File whose isDirectory method returns true.
|
class |
FileImpl
An implementation of IFile that represents a java.io.File.
|
class |
InputStreamClosableDirectory |
class |
NestedCloseableDirectory |
class |
NestedZipDirectory |
class |
NestedZipFile |
class |
ZipCloseableDirectory |
class |
ZipDirectory
A directory in the zip.
|
class |
ZipFileImpl
An implementation of IFile that represents a file entry in a zip.
|
Modifier and Type | Field and Description |
---|---|
protected IFile |
NestedZipFile.archive |
Modifier and Type | Method and Description |
---|---|
IFile |
CloseableDirectory.getFile(String name) |
IFile |
DirectoryImpl.getFile(String name) |
IFile |
NestedZipDirectory.getFile(String name) |
IFile |
ZipDirectory.getFile(String name) |
Modifier and Type | Method and Description |
---|---|
Iterator<IFile> |
CloseableDirectory.iterator() |
Iterator<IFile> |
DirectoryImpl.iterator() |
Iterator<IFile> |
NestedZipDirectory.iterator() |
Iterator<IFile> |
ZipDirectory.iterator() |
List<IFile> |
CloseableDirectory.listAllFiles() |
List<IFile> |
DirectoryImpl.listAllFiles() |
List<IFile> |
NestedZipDirectory.listAllFiles() |
List<IFile> |
ZipDirectory.listAllFiles() |
List<IFile> |
CloseableDirectory.listFiles() |
List<IFile> |
DirectoryImpl.listFiles() |
List<IFile> |
NestedZipDirectory.listFiles() |
List<IFile> |
ZipDirectory.listFiles() |
Modifier and Type | Method and Description |
---|---|
static boolean |
FileSystemImpl.isValidZip(IFile zip)
Check whether a file is actually a valid zip
|
Constructor and Description |
---|
NestedCloseableDirectory(IFile archive,
NestedZipDirectory delegate) |
NestedZipDirectory(IFile archive) |
NestedZipDirectory(IFile archive,
String pathInZip,
NestedZipDirectory parent,
NestedCloseableDirectory cache) |
NestedZipDirectory(IFile archive,
ZipEntry entry,
NestedZipDirectory parent,
NestedCloseableDirectory cache) |
NestedZipFile(IFile archive) |
NestedZipFile(IFile archive,
String pathInZip,
NestedZipDirectory parent,
NestedCloseableDirectory cache) |
NestedZipFile(IFile archive,
ZipEntry entry,
NestedZipDirectory parent,
NestedCloseableDirectory cache)
Construct a nested zip file
|
Modifier and Type | Method and Description |
---|---|
static boolean |
IOUtils.unpackZip(IFile zip,
File outputDir)
Unpack the zip file into the outputDir
|
Modifier and Type | Method and Description |
---|---|
static BundleManifest |
BundleManifest.fromBundle(IFile f)
Retrieve a BundleManifest from the given jar file
|
Copyright © 2016. All rights reserved.