| Package | Description |
|---|---|
| org.apache.aries.util.filesystem | |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
IDirectory |
IFile.convert() |
IDirectory |
IFile.convertNested() |
static IDirectory |
FileSystem.getFSRoot(File fs)
This method gets the IDirectory that represents the root of a virtual file
system.
|
IDirectory |
IFile.getParent() |
IDirectory |
IFile.getRoot() |
IDirectory |
IDirectoryFinder.retrieveIDirectory(URI id)
Get the directory that corresponds to the given identifier, and remove it
from the cache, or return null if no corresponding directory is found.
|
| Modifier and Type | Method and Description |
|---|---|
static Manifest |
ManifestProcessor.obtainManifestFromAppDir(IDirectory appDir,
String manifestName)
Obtain a manifest from an IDirectory.
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.