|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IFile | |
|---|---|
| org.apache.aries.util.filesystem | |
| org.apache.aries.util.io | |
| org.apache.aries.util.manifest | |
| Uses of IFile in org.apache.aries.util.filesystem |
|---|
| Subinterfaces of IFile in org.apache.aries.util.filesystem | |
|---|---|
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. |
| Methods in org.apache.aries.util.filesystem that return IFile | |
|---|---|
IFile |
IDirectory.getFile(String name)
Gets the requested file under this directory. |
| Methods in org.apache.aries.util.filesystem that return types with arguments of type IFile | |
|---|---|
List<IFile> |
IDirectory.listAllFiles()
|
List<IFile> |
IDirectory.listFiles()
|
| Uses of IFile in org.apache.aries.util.io |
|---|
| Methods in org.apache.aries.util.io with parameters of type IFile | |
|---|---|
static boolean |
IOUtils.unpackZip(IFile zip,
File outputDir)
Unpack the zip file into the outputDir |
| Uses of IFile in org.apache.aries.util.manifest |
|---|
| Methods in org.apache.aries.util.manifest with parameters of type IFile | |
|---|---|
static BundleManifest |
BundleManifest.fromBundle(IFile f)
Retrieve a BundleManifest from the given jar file |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||