| Package | Description |
|---|---|
| org.apache.aries.util.filesystem | |
| 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 | 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 © 2009-2015 The Apache Software Foundation. All Rights Reserved.