Package | Description |
---|---|
org.apache.felix.framework.cache |
Constructor and Description |
---|
BundleArchive(Logger logger,
Map configMap,
WeakZipFileFactory zipFactory,
File archiveRootDir)
This constructor is called when an archive for a bundle is being
reconstructed when the framework is restarted.
|
BundleArchive(Logger logger,
Map configMap,
WeakZipFileFactory zipFactory,
File archiveRootDir,
long id,
int startLevel,
String location,
InputStream is)
This constructor is used for creating new archives when a bundle is
installed into the framework.
|
DirectoryContent(Logger logger,
Map configMap,
WeakZipFileFactory zipFactory,
Object revisionLock,
File rootDir,
File dir) |
JarContent(Logger logger,
Map configMap,
WeakZipFileFactory zipFactory,
Object revisionLock,
File rootDir,
File file,
WeakZipFileFactory.WeakZipFile zipFile) |
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.