Skip navigation links
A B C D E F G H I J L M N O P R S T U V W Z 

A

addExports(String...) - Method in class org.apache.aries.util.FragmentBuilder
 
addFile(String, byte[]) - Method in class org.apache.aries.util.FragmentBuilder
 
addImports(String...) - Method in class org.apache.aries.util.FragmentBuilder
 
addImportsFromExports(Bundle) - Method in class org.apache.aries.util.FragmentBuilder
 
addingBundle(Bundle, BundleEvent) - Method in class org.apache.aries.util.tracker.InternalRecursiveBundleTracker
 
addToCollection(String, Map<String, String>) - Method in interface org.apache.aries.util.manifest.ManifestHeaderProcessor.NameValueCollection
Add this Name & Value to the collection.
addToCollection(String, Map<String, String>) - Method in class org.apache.aries.util.manifest.ManifestHeaderProcessor.NameValueList
 
addToCollection(String, Map<String, String>) - Method in class org.apache.aries.util.manifest.ManifestHeaderProcessor.NameValueMap
 
archive - Variable in class org.apache.aries.util.filesystem.impl.NestedZipFile
 
AriesFrameworkUtil - Class in org.apache.aries.util
 
AriesFrameworkUtil() - Constructor for class org.apache.aries.util.AriesFrameworkUtil
 
available() - Method in class org.apache.aries.util.io.RememberingInputStream
 

B

bundleChanged(BundleEvent) - Method in class org.apache.aries.util.internal.DefaultWorker
 
BundleManifest - Class in org.apache.aries.util.manifest
Entity class to retrieve and represent a bundle manifest (valid or invalid).
BundleManifest(InputStream) - Constructor for class org.apache.aries.util.manifest.BundleManifest
Create a BundleManifest object from the InputStream to the manifest (not to the bundle)
BundleManifest(Manifest) - Constructor for class org.apache.aries.util.manifest.BundleManifest
Create a BundleManifest object from a common Manifest object
BundleToClassLoaderAdapter - Class in org.apache.aries.util.internal
 
BundleToClassLoaderAdapter(Bundle) - Constructor for class org.apache.aries.util.internal.BundleToClassLoaderAdapter
 
BundleTrackerFactory - Class in org.apache.aries.util.tracker
This is the factory for BundleTracker
BundleTrackerFactory() - Constructor for class org.apache.aries.util.tracker.BundleTrackerFactory
 

C

cache - Variable in class org.apache.aries.util.filesystem.impl.NestedZipFile
 
cache - Variable in class org.apache.aries.util.filesystem.impl.ZipFileImpl
The closeable directory that caches the open ZipFile
checkNotClosed() - Method in class org.apache.aries.util.filesystem.impl.CloseableDirectory
 
cleanup() - Method in class org.apache.aries.util.filesystem.impl.CloseableDirectory
 
cleanup() - Method in class org.apache.aries.util.filesystem.impl.InputStreamClosableDirectory
 
cleanup() - Method in class org.apache.aries.util.filesystem.impl.NestedCloseableDirectory
 
cleanup() - Method in class org.apache.aries.util.filesystem.impl.ZipCloseableDirectory
 
close() - Method in class org.apache.aries.util.filesystem.impl.CloseableDirectory
 
close(Closeable) - Static method in class org.apache.aries.util.io.IOUtils
Close some xStream for good :)
close(ZipFile) - Static method in class org.apache.aries.util.io.IOUtils
A special version of close() for ZipFiles, which don't implement Closeable.
close() - Method in class org.apache.aries.util.io.RememberingInputStream
Noop.
close() - Method in class org.apache.aries.util.tracker.RecursiveBundleTracker
Stop the tracking of bundles
close() - Method in class org.apache.aries.util.tracker.SingleServiceTracker
 
CloseableDirectory - Class in org.apache.aries.util.filesystem.impl
 
CloseableDirectory(IDirectory) - Constructor for class org.apache.aries.util.filesystem.impl.CloseableDirectory
 
closeUnderlying() - Method in class org.apache.aries.util.io.RememberingInputStream
Actually closes the underlying InputStream.
Constants - Class in org.apache.aries.util.manifest
 
Constants() - Constructor for class org.apache.aries.util.manifest.Constants
 
convert() - Method in interface org.apache.aries.util.filesystem.IFile
 
convert() - Method in class org.apache.aries.util.filesystem.impl.CloseableDirectory
 
convert() - Method in class org.apache.aries.util.filesystem.impl.DirectoryImpl
 
convert() - Method in class org.apache.aries.util.filesystem.impl.FileImpl
 
convert() - Method in class org.apache.aries.util.filesystem.impl.NestedZipDirectory
 
convert() - Method in class org.apache.aries.util.filesystem.impl.NestedZipFile
 
convert() - Method in class org.apache.aries.util.filesystem.impl.ZipDirectory
 
convert() - Method in class org.apache.aries.util.filesystem.impl.ZipFileImpl
 
convertNested() - Method in interface org.apache.aries.util.filesystem.IFile
 
convertNested() - Method in class org.apache.aries.util.filesystem.impl.CloseableDirectory
 
convertNested() - Method in class org.apache.aries.util.filesystem.impl.FileImpl
 
convertNested() - Method in class org.apache.aries.util.filesystem.impl.NestedZipFile
 
convertNested() - Method in class org.apache.aries.util.filesystem.impl.ZipFileImpl
 
copy(InputStream, OutputStream) - Static method in class org.apache.aries.util.io.IOUtils
Copy an InputStream to an OutputStream and close the InputStream afterwards.
copyAndDoNotCloseInputStream(InputStream, OutputStream) - Static method in class org.apache.aries.util.io.IOUtils
Copy an InputStream to an OutputStream and do not close the InputStream afterwards.
createMessageUtil(Class<?>, String) - Static method in class org.apache.aries.util.nls.MessageUtil
Loads the MessageUtil using the given context.
createMessageUtil(String) - Static method in class org.apache.aries.util.nls.MessageUtil
This method uses the Bundle associated with the caller of this method.
createMessageUtil(Bundle, String) - Static method in class org.apache.aries.util.nls.MessageUtil
This method loads the resource bundle backing the MessageUtil from the provided Bundle.
customizedProcessBundle(BundleTrackerCustomizer, Bundle, BundleEvent) - Method in class org.apache.aries.util.tracker.InternalRecursiveBundleTracker
 

D

DefaultWorker - Class in org.apache.aries.util.internal
 
DefaultWorker() - Constructor for class org.apache.aries.util.internal.DefaultWorker
 
delegate - Variable in class org.apache.aries.util.filesystem.impl.CloseableDirectory
 
deleteRecursive(File) - Static method in class org.apache.aries.util.io.IOUtils
Do rm -rf
DirectoryImpl - Class in org.apache.aries.util.filesystem.impl
An IDirectory representing a java.io.File whose isDirectory method returns true.
DirectoryImpl(File, File) - Constructor for class org.apache.aries.util.filesystem.impl.DirectoryImpl
 

E

entry - Variable in class org.apache.aries.util.filesystem.impl.ZipFileImpl
The entry in the zip this IFile represents
equals(Object) - Method in class org.apache.aries.util.filesystem.impl.FileImpl
 
equals(Object) - Method in class org.apache.aries.util.filesystem.impl.NestedZipFile
 
equals(Object) - Method in class org.apache.aries.util.filesystem.impl.ZipDirectory
 
equals(Object) - Method in class org.apache.aries.util.filesystem.impl.ZipFileImpl
 
equals(Object) - Method in class org.apache.aries.util.manifest.ManifestHeaderProcessor.NameValuePair
 
equals(Object) - Method in class org.apache.aries.util.VersionRange
 
EquinoxWorker - Class in org.apache.aries.util.internal
 
EquinoxWorker() - Constructor for class org.apache.aries.util.internal.EquinoxWorker
 

F

FelixWorker - Class in org.apache.aries.util.internal
 
FelixWorker() - Constructor for class org.apache.aries.util.internal.FelixWorker
 
file - Variable in class org.apache.aries.util.filesystem.impl.FileImpl
This file in the file system
FileImpl - Class in org.apache.aries.util.filesystem.impl
An implementation of IFile that represents a java.io.File.
FileImpl(File, File) - Constructor for class org.apache.aries.util.filesystem.impl.FileImpl
 
FileSystem - Class in org.apache.aries.util.filesystem
An abstraction of a file system.
FileSystem() - Constructor for class org.apache.aries.util.filesystem.FileSystem
 
FileSystemImpl - Class in org.apache.aries.util.filesystem.impl
 
FileSystemImpl() - Constructor for class org.apache.aries.util.filesystem.impl.FileSystemImpl
 
FileUtils - Class in org.apache.aries.util.filesystem
 
FileUtils() - Constructor for class org.apache.aries.util.filesystem.FileUtils
 
FragmentBuilder - Class in org.apache.aries.util
 
FragmentBuilder(Bundle) - Constructor for class org.apache.aries.util.FragmentBuilder
 
FragmentBuilder(Bundle, String, String) - Constructor for class org.apache.aries.util.FragmentBuilder
 
frameworkEvent(FrameworkEvent) - Method in class org.apache.aries.util.internal.DefaultWorker
 
FrameworkUtilWorker - Interface in org.apache.aries.util.internal
 
fromBundle(InputStream) - Static method in class org.apache.aries.util.manifest.BundleManifest
Read a manifest from a jar input stream.
fromBundle(IFile) - Static method in class org.apache.aries.util.manifest.BundleManifest
Retrieve a BundleManifest from the given jar file
fromBundle(File) - Static method in class org.apache.aries.util.manifest.BundleManifest
Retrieve a bundle manifest from the given jar file, which can be exploded or compressed

G

generateFilter(Map<String, String>) - Static method in class org.apache.aries.util.manifest.ManifestHeaderProcessor
Generate a filter from a set of attributes.
generateFilter(String, String, Map<String, String>) - Static method in class org.apache.aries.util.manifest.ManifestHeaderProcessor
Generate a filter from a set of attributes.
get() - Method in class org.apache.aries.util.service.registry.ServicePair
 
getAllBundleTracker() - Static method in class org.apache.aries.util.tracker.BundleTrackerFactory
get all bundle tracker registered in this factory
getAttributes() - Method in class org.apache.aries.util.manifest.ManifestHeaderProcessor.NameValuePair
 
getBundle() - Method in class org.apache.aries.util.internal.BundleToClassLoaderAdapter
 
getBundlesRecursive(URI) - Static method in class org.apache.aries.util.filesystem.FileUtils
Get a list of urls for the bundles under the parent url
getBundleTrackerList(String) - Static method in class org.apache.aries.util.tracker.BundleTrackerFactory
get bundle tracker based on bundle name and version
getBundleTrackerList(String, Version) - Static method in class org.apache.aries.util.tracker.BundleTrackerFactory
get bundle tracker based on composite bundle's symbolicName and version
getClassLoader(Bundle) - Static method in class org.apache.aries.util.AriesFrameworkUtil
This method attempts to get the classloader for a bundle.
getClassLoader(Bundle) - Method in class org.apache.aries.util.internal.DefaultWorker
 
getClassLoader(Bundle) - Method in class org.apache.aries.util.internal.EquinoxWorker
 
getClassLoader(Bundle) - Method in class org.apache.aries.util.internal.FelixWorker
 
getClassLoader(Bundle) - Method in interface org.apache.aries.util.internal.FrameworkUtilWorker
 
getClassLoaderForced(Bundle) - Static method in class org.apache.aries.util.AriesFrameworkUtil
This method attempts to get the classloader for a bundle.
getExactVersion() - Method in class org.apache.aries.util.VersionRange
this method returns the exact version from the versionInfo obj.
getFile(String) - Method in interface org.apache.aries.util.filesystem.IDirectory
Gets the requested file under this directory.
getFile(String) - Method in class org.apache.aries.util.filesystem.impl.CloseableDirectory
 
getFile(String) - Method in class org.apache.aries.util.filesystem.impl.DirectoryImpl
 
getFile(String) - Method in class org.apache.aries.util.filesystem.impl.NestedZipDirectory
 
getFile(String) - Method in class org.apache.aries.util.filesystem.impl.ZipDirectory
 
getFragmentBundleName() - Method in class org.apache.aries.util.FragmentBuilder
 
getFragmentSymbolicName() - Method in class org.apache.aries.util.FragmentBuilder
 
getFSRoot(File) - Static method in class org.apache.aries.util.filesystem.FileSystem
This method gets the IDirectory that represents the root of a virtual file system.
getFSRoot(InputStream) - Static method in class org.apache.aries.util.filesystem.FileSystem
This method gets an ICloseableDirectory that represents the root of a virtual file system.
getFSRoot(File, IDirectory) - Static method in class org.apache.aries.util.filesystem.impl.FileSystemImpl
This method gets the IDirectory that represents the root of a virtual file system.
getFSRoot(InputStream) - Static method in class org.apache.aries.util.filesystem.impl.FileSystemImpl
 
getLastModified() - Method in interface org.apache.aries.util.filesystem.IFile
 
getLastModified() - Method in class org.apache.aries.util.filesystem.impl.CloseableDirectory
 
getLastModified() - Method in class org.apache.aries.util.filesystem.impl.DirectoryImpl
 
getLastModified() - Method in class org.apache.aries.util.filesystem.impl.FileImpl
 
getLastModified() - Method in class org.apache.aries.util.filesystem.impl.NestedZipFile
 
getLastModified() - Method in class org.apache.aries.util.filesystem.impl.ZipFileImpl
 
getManifestVersion() - Method in class org.apache.aries.util.manifest.BundleManifest
 
getMaximumVersion() - Method in class org.apache.aries.util.VersionRange
get the maximum version
getMessage(String, Object...) - Static method in class org.apache.aries.util.internal.MessageUtil
Resolve a message from the bundle, including any necessary formatting.
getMessage(String, Object...) - Method in class org.apache.aries.util.nls.MessageUtil
This method translates the message and puts the inserts into the message before returning it.
getMinimumVersion() - Method in class org.apache.aries.util.VersionRange
get the minimum version
getName() - Method in interface org.apache.aries.util.filesystem.IFile
 
getName() - Method in class org.apache.aries.util.filesystem.impl.CloseableDirectory
 
getName() - Method in class org.apache.aries.util.filesystem.impl.FileImpl
 
getName() - Method in class org.apache.aries.util.filesystem.impl.NestedZipFile
 
getName() - Method in class org.apache.aries.util.filesystem.impl.ZipFileImpl
 
getName() - Method in class org.apache.aries.util.manifest.ManifestHeaderProcessor.NameValuePair
 
getNameInZip() - Method in class org.apache.aries.util.filesystem.impl.NestedZipFile
 
getNameInZip() - Method in class org.apache.aries.util.filesystem.impl.ZipFileImpl
 
getOutputStream(File, String) - Static method in class org.apache.aries.util.io.IOUtils
 
getParent() - Method in interface org.apache.aries.util.filesystem.IFile
 
getParent() - Method in class org.apache.aries.util.filesystem.impl.CloseableDirectory
 
getParent() - Method in class org.apache.aries.util.filesystem.impl.DirectoryImpl
 
getParent() - Method in class org.apache.aries.util.filesystem.impl.FileImpl
 
getParent() - Method in class org.apache.aries.util.filesystem.impl.NestedZipFile
 
getParent() - Method in class org.apache.aries.util.filesystem.impl.ZipFileImpl
 
getRawAttributes() - Method in class org.apache.aries.util.manifest.BundleManifest
 
getRawManifest() - Method in class org.apache.aries.util.manifest.BundleManifest
 
getReference() - Method in class org.apache.aries.util.service.registry.ServicePair
 
getResource(String) - Method in class org.apache.aries.util.internal.BundleToClassLoaderAdapter
 
getResourceAsStream(String) - Method in class org.apache.aries.util.internal.BundleToClassLoaderAdapter
 
getResources(String) - Method in class org.apache.aries.util.internal.BundleToClassLoaderAdapter
 
getRoot() - Method in interface org.apache.aries.util.filesystem.IFile
 
getRoot() - Method in class org.apache.aries.util.filesystem.impl.CloseableDirectory
 
getRoot() - Method in class org.apache.aries.util.filesystem.impl.FileImpl
 
getRoot() - Method in class org.apache.aries.util.filesystem.impl.NestedZipFile
 
getRoot() - Method in class org.apache.aries.util.filesystem.impl.ZipDirectory
 
getRoot() - Method in class org.apache.aries.util.filesystem.impl.ZipFileImpl
 
getService() - Method in class org.apache.aries.util.tracker.SingleServiceTracker
 
getServiceReference() - Method in class org.apache.aries.util.tracker.SingleServiceTracker
 
getSize() - Method in interface org.apache.aries.util.filesystem.IFile
 
getSize() - Method in class org.apache.aries.util.filesystem.impl.CloseableDirectory
 
getSize() - Method in class org.apache.aries.util.filesystem.impl.FileImpl
 
getSize() - Method in class org.apache.aries.util.filesystem.impl.NestedZipFile
 
getSize() - Method in class org.apache.aries.util.filesystem.impl.ZipFileImpl
 
getSymbolicName() - Method in class org.apache.aries.util.manifest.BundleManifest
 
getVersion() - Method in class org.apache.aries.util.manifest.BundleManifest
 
getZipFile() - Method in class org.apache.aries.util.filesystem.impl.NestedCloseableDirectory
 
getZipFile() - Method in class org.apache.aries.util.filesystem.impl.ZipCloseableDirectory
 
getZipPathToRoot() - Method in class org.apache.aries.util.filesystem.impl.ZipFileImpl
Obtain the path of the zip file to the VFS root

H

hashCode() - Method in class org.apache.aries.util.filesystem.impl.FileImpl
 
hashCode() - Method in class org.apache.aries.util.filesystem.impl.NestedZipFile
 
hashCode() - Method in class org.apache.aries.util.filesystem.impl.ZipDirectory
 
hashCode() - Method in class org.apache.aries.util.filesystem.impl.ZipFileImpl
 
hashCode() - Method in class org.apache.aries.util.manifest.ManifestHeaderProcessor.NameValuePair
 
hashCode() - Method in class org.apache.aries.util.VersionRange
 

I

ICloseableDirectory - Interface in org.apache.aries.util.filesystem
Implementation of IDirectory that is more efficient for batch operations as it does not due automatic resource management.
IDirectory - Interface in org.apache.aries.util.filesystem
A virtual directory in a file system.
IFile - Interface in org.apache.aries.util.filesystem
A virtual file on the virtual file system.
InputStreamClosableDirectory - Class in org.apache.aries.util.filesystem.impl
 
InputStreamClosableDirectory(IDirectory, File) - Constructor for class org.apache.aries.util.filesystem.impl.InputStreamClosableDirectory
 
install(BundleContext) - Method in class org.apache.aries.util.FragmentBuilder
 
InternalRecursiveBundleTracker - Class in org.apache.aries.util.tracker
A BundleTracker which will track bundles in the given context, and also bundles in any child contexts.
InternalRecursiveBundleTracker(BundleContext, int, BundleTrackerCustomizer) - Constructor for class org.apache.aries.util.tracker.InternalRecursiveBundleTracker
 
intersect(VersionRange) - Method in class org.apache.aries.util.VersionRange
Create a new version range that is the intersection of this and the argument.
IOUtils - Class in org.apache.aries.util.io
 
IOUtils() - Constructor for class org.apache.aries.util.io.IOUtils
 
isBundle(File) - Static method in class org.apache.aries.util.filesystem.FileUtils
Check whether a file is a bundle.
isClosed() - Method in interface org.apache.aries.util.filesystem.ICloseableDirectory
Checks whether the closeable directory has been closed
isClosed() - Method in class org.apache.aries.util.filesystem.impl.CloseableDirectory
 
isDirectory() - Method in interface org.apache.aries.util.filesystem.IFile
 
isDirectory() - Method in class org.apache.aries.util.filesystem.impl.CloseableDirectory
 
isDirectory() - Method in class org.apache.aries.util.filesystem.impl.FileImpl
 
isDirectory() - Method in class org.apache.aries.util.filesystem.impl.NestedZipDirectory
 
isDirectory() - Method in class org.apache.aries.util.filesystem.impl.NestedZipFile
 
isDirectory() - Method in class org.apache.aries.util.filesystem.impl.ZipDirectory
 
isDirectory() - Method in class org.apache.aries.util.filesystem.impl.ZipFileImpl
 
isExactVersion() - Method in class org.apache.aries.util.VersionRange
check if the versioninfo is the exact version
isFile() - Method in interface org.apache.aries.util.filesystem.IFile
 
isFile() - Method in class org.apache.aries.util.filesystem.impl.CloseableDirectory
 
isFile() - Method in class org.apache.aries.util.filesystem.impl.FileImpl
 
isFile() - Method in class org.apache.aries.util.filesystem.impl.NestedZipDirectory
 
isFile() - Method in class org.apache.aries.util.filesystem.impl.NestedZipFile
 
isFile() - Method in class org.apache.aries.util.filesystem.impl.ZipDirectory
 
isFile() - Method in class org.apache.aries.util.filesystem.impl.ZipFileImpl
 
isInDir(String, ZipEntry, boolean) - Static method in class org.apache.aries.util.filesystem.impl.ZipDirectory
This method works out if the provided entry is inside this directory.
isMaximumExclusive() - Method in class org.apache.aries.util.VersionRange
is the maximum version exclusive
isMaximumUnbounded() - Method in class org.apache.aries.util.VersionRange
is the maximum version unbounded
isMinimumExclusive() - Method in class org.apache.aries.util.VersionRange
is the minimum version exclusive
isRoot() - Method in interface org.apache.aries.util.filesystem.IDirectory
 
isRoot() - Method in class org.apache.aries.util.filesystem.impl.CloseableDirectory
 
isRoot() - Method in class org.apache.aries.util.filesystem.impl.DirectoryImpl
 
isRoot() - Method in class org.apache.aries.util.filesystem.impl.NestedZipDirectory
 
isRoot() - Method in class org.apache.aries.util.filesystem.impl.ZipDirectory
 
isValid() - Method in class org.apache.aries.util.internal.DefaultWorker
 
isValid() - Method in class org.apache.aries.util.internal.FelixWorker
 
isValid() - Method in interface org.apache.aries.util.internal.FrameworkUtilWorker
 
isValid() - Method in class org.apache.aries.util.manifest.BundleManifest
 
isValid() - Method in class org.apache.aries.util.service.registry.ServicePair
 
isValidZip(File) - Static method in class org.apache.aries.util.filesystem.impl.FileSystemImpl
Check whether a file is actually a valid zip
isValidZip(IFile) - Static method in class org.apache.aries.util.filesystem.impl.FileSystemImpl
Check whether a file is actually a valid zip
isZipRoot() - Method in class org.apache.aries.util.filesystem.impl.ZipDirectory
 
iterator() - Method in class org.apache.aries.util.filesystem.impl.CloseableDirectory
 
iterator() - Method in class org.apache.aries.util.filesystem.impl.DirectoryImpl
 
iterator() - Method in class org.apache.aries.util.filesystem.impl.NestedZipDirectory
 
iterator() - Method in class org.apache.aries.util.filesystem.impl.ZipDirectory
 

J

jarUp(File, File, Manifest) - Static method in class org.apache.aries.util.io.IOUtils
Jar up all the contents of rootDir (recursively) into targetFile and add the manifest

L

listAllFiles() - Method in interface org.apache.aries.util.filesystem.IDirectory
 
listAllFiles() - Method in class org.apache.aries.util.filesystem.impl.CloseableDirectory
 
listAllFiles() - Method in class org.apache.aries.util.filesystem.impl.DirectoryImpl
 
listAllFiles() - Method in class org.apache.aries.util.filesystem.impl.NestedZipDirectory
 
listAllFiles() - Method in class org.apache.aries.util.filesystem.impl.ZipDirectory
 
listFiles() - Method in interface org.apache.aries.util.filesystem.IDirectory
 
listFiles() - Method in class org.apache.aries.util.filesystem.impl.CloseableDirectory
 
listFiles() - Method in class org.apache.aries.util.filesystem.impl.DirectoryImpl
 
listFiles() - Method in class org.apache.aries.util.filesystem.impl.NestedZipDirectory
 
listFiles() - Method in class org.apache.aries.util.filesystem.impl.ZipDirectory
 
loadClass(String, boolean) - Method in class org.apache.aries.util.internal.BundleToClassLoaderAdapter
 

M

MANIFEST_VERSION - Static variable in class org.apache.aries.util.manifest.Constants
 
ManifestHeaderProcessor - Class in org.apache.aries.util.manifest
 
ManifestHeaderProcessor() - Constructor for class org.apache.aries.util.manifest.ManifestHeaderProcessor
 
ManifestHeaderProcessor.NameValueCollection - Interface in org.apache.aries.util.manifest
Intended to provide a standard way to add Name/Value's to aggregations of Name/Value's.
ManifestHeaderProcessor.NameValueList - Class in org.apache.aries.util.manifest
List of Name/Value
ManifestHeaderProcessor.NameValueMap - Class in org.apache.aries.util.manifest
Map of Name -> Value.
ManifestHeaderProcessor.NameValuePair - Class in org.apache.aries.util.manifest
A simple class to associate two types.
ManifestHeaderUtils - Class in org.apache.aries.util
 
ManifestHeaderUtils() - Constructor for class org.apache.aries.util.ManifestHeaderUtils
 
ManifestProcessor - Class in org.apache.aries.util.manifest
This class contains utilities for parsing manifests.
ManifestProcessor() - Constructor for class org.apache.aries.util.manifest.ManifestProcessor
 
mapToManifest(Map<String, String>) - Static method in class org.apache.aries.util.manifest.ManifestProcessor
mapToManifest
mark(int) - Method in class org.apache.aries.util.io.RememberingInputStream
 
markSupported() - Method in class org.apache.aries.util.io.RememberingInputStream
 
matches(Version) - Method in class org.apache.aries.util.VersionRange
This method checks that the provided version matches the desired version.
MessageUtil - Class in org.apache.aries.util.internal
 
MessageUtil() - Constructor for class org.apache.aries.util.internal.MessageUtil
 
MessageUtil - Class in org.apache.aries.util.nls
This is a helper class for loading messages for logging and exception messages.
modifiedBundle(Bundle, BundleEvent, Object) - Method in class org.apache.aries.util.tracker.InternalRecursiveBundleTracker
 

N

NameValueList() - Constructor for class org.apache.aries.util.manifest.ManifestHeaderProcessor.NameValueList
 
NameValueMap() - Constructor for class org.apache.aries.util.manifest.ManifestHeaderProcessor.NameValueMap
 
NameValuePair(String, Map<String, String>) - Constructor for class org.apache.aries.util.manifest.ManifestHeaderProcessor.NameValuePair
 
NESTED_FILTER_ATTRIBUTE - Static variable in class org.apache.aries.util.manifest.ManifestHeaderProcessor
 
NestedCloseableDirectory - Class in org.apache.aries.util.filesystem.impl
 
NestedCloseableDirectory(IFile, NestedZipDirectory) - Constructor for class org.apache.aries.util.filesystem.impl.NestedCloseableDirectory
 
NestedZipDirectory - Class in org.apache.aries.util.filesystem.impl
 
NestedZipDirectory(IFile, ZipEntry, NestedZipDirectory, NestedCloseableDirectory) - Constructor for class org.apache.aries.util.filesystem.impl.NestedZipDirectory
 
NestedZipDirectory(IFile, String, NestedZipDirectory, NestedCloseableDirectory) - Constructor for class org.apache.aries.util.filesystem.impl.NestedZipDirectory
 
NestedZipDirectory(IFile) - Constructor for class org.apache.aries.util.filesystem.impl.NestedZipDirectory
 
NestedZipDirectory(NestedZipDirectory, NestedCloseableDirectory) - Constructor for class org.apache.aries.util.filesystem.impl.NestedZipDirectory
 
NestedZipFile - Class in org.apache.aries.util.filesystem.impl
 
NestedZipFile(IFile, ZipEntry, NestedZipDirectory, NestedCloseableDirectory) - Constructor for class org.apache.aries.util.filesystem.impl.NestedZipFile
Construct a nested zip file
NestedZipFile(IFile, String, NestedZipDirectory, NestedCloseableDirectory) - Constructor for class org.apache.aries.util.filesystem.impl.NestedZipFile
 
NestedZipFile(IFile) - Constructor for class org.apache.aries.util.filesystem.impl.NestedZipFile
 
NestedZipFile(NestedZipFile, NestedCloseableDirectory) - Constructor for class org.apache.aries.util.filesystem.impl.NestedZipFile
 

O

obtainManifestFromAppDir(IDirectory, String) - Static method in class org.apache.aries.util.manifest.ManifestProcessor
Obtain a manifest from an IDirectory.
open() - Method in interface org.apache.aries.util.filesystem.IFile
The input stream returned by this method should always be closed after use.
open() - Method in class org.apache.aries.util.filesystem.impl.CloseableDirectory
 
open() - Method in class org.apache.aries.util.filesystem.impl.DirectoryImpl
 
open() - Method in class org.apache.aries.util.filesystem.impl.FileImpl
 
open() - Method in class org.apache.aries.util.filesystem.impl.NestedZipDirectory
 
open() - Method in class org.apache.aries.util.filesystem.impl.NestedZipFile
 
open() - Method in class org.apache.aries.util.filesystem.impl.ZipDirectory
 
open() - Method in class org.apache.aries.util.filesystem.impl.ZipFileImpl
 
open() - Method in class org.apache.aries.util.tracker.RecursiveBundleTracker
Start tracking bundles that match the bit mask provided at creation time.
open() - Method in class org.apache.aries.util.tracker.SingleServiceTracker
 
org.apache.aries.util - package org.apache.aries.util
 
org.apache.aries.util.filesystem - package org.apache.aries.util.filesystem
 
org.apache.aries.util.filesystem.impl - package org.apache.aries.util.filesystem.impl
 
org.apache.aries.util.internal - package org.apache.aries.util.internal
 
org.apache.aries.util.io - package org.apache.aries.util.io
 
org.apache.aries.util.manifest - package org.apache.aries.util.manifest
 
org.apache.aries.util.nls - package org.apache.aries.util.nls
 
org.apache.aries.util.service.registry - package org.apache.aries.util.service.registry
 
org.apache.aries.util.tracker - package org.apache.aries.util.tracker
 

P

parseBundleSymbolicName(String) - Static method in class org.apache.aries.util.manifest.ManifestHeaderProcessor
Parse a bundle symbolic name.
parseExportList(List<String>) - Static method in class org.apache.aries.util.manifest.ManifestHeaderProcessor
Parse an export style header in a list.
parseExportString(String) - Static method in class org.apache.aries.util.manifest.ManifestHeaderProcessor
Parse an export style header.
parseFilter(String) - Static method in class org.apache.aries.util.manifest.ManifestHeaderProcessor
 
parseImportString(String) - Static method in class org.apache.aries.util.manifest.ManifestHeaderProcessor
Parse an import style header.
parseManifest(InputStream) - Static method in class org.apache.aries.util.manifest.ManifestProcessor
This method parses the manifest using a custom manifest parsing routine.
parseVersionRange(String) - Static method in class org.apache.aries.util.manifest.ManifestHeaderProcessor
Parse a version range..
parseVersionRange(String, boolean) - Static method in class org.apache.aries.util.manifest.ManifestHeaderProcessor
Parse a version range and indicate if the version is an exact version
parseVersionRange(String) - Static method in class org.apache.aries.util.VersionRange
Parse a version range..
parseVersionRange(String, boolean) - Static method in class org.apache.aries.util.VersionRange
Parse a version range and indicate if the version is an exact version

R

read() - Method in class org.apache.aries.util.io.RememberingInputStream
 
read(byte[]) - Method in class org.apache.aries.util.io.RememberingInputStream
 
read(byte[], int, int) - Method in class org.apache.aries.util.io.RememberingInputStream
 
readManifestIntoMap(Manifest) - Static method in class org.apache.aries.util.manifest.ManifestProcessor
Reads a manifest's main attributes into a String->String map.
RecursiveBundleTracker - Class in org.apache.aries.util.tracker
This class supports the tracking of composite bundles.
RecursiveBundleTracker(BundleContext, int, BundleTrackerCustomizer) - Constructor for class org.apache.aries.util.tracker.RecursiveBundleTracker
Constructor
registerBundleTracker(String, BundleTracker) - Static method in class org.apache.aries.util.tracker.BundleTrackerFactory
register the bundle tracker
RememberingInputStream - Class in org.apache.aries.util.io
This class can be used to buffer an arbitrary amount of content from an input stream and be able to reset to the start.
RememberingInputStream(InputStream) - Constructor for class org.apache.aries.util.io.RememberingInputStream
 
removedBundle(Bundle, BundleEvent, Object) - Method in class org.apache.aries.util.tracker.InternalRecursiveBundleTracker
 
reset() - Method in class org.apache.aries.util.io.RememberingInputStream
 
rootDir - Variable in class org.apache.aries.util.filesystem.impl.FileImpl
The name of the root directory of the file system
rootDirFile - Variable in class org.apache.aries.util.filesystem.impl.FileImpl
The root File in the file system

S

safeUnregisterService(ServiceRegistration) - Static method in class org.apache.aries.util.AriesFrameworkUtil
Safely unregister the supplied ServiceRegistration, for when you don't care about the potential IllegalStateException and don't want it to run wild through your code
serviceFound() - Method in interface org.apache.aries.util.tracker.SingleServiceTracker.SingleServiceListener
 
serviceLost() - Method in interface org.apache.aries.util.tracker.SingleServiceTracker.SingleServiceListener
 
ServicePair<T> - Class in org.apache.aries.util.service.registry
 
ServicePair(BundleContext, ServiceReference) - Constructor for class org.apache.aries.util.service.registry.ServicePair
 
ServicePair(BundleContext, ServiceReference, T) - Constructor for class org.apache.aries.util.service.registry.ServicePair
 
serviceReplaced() - Method in interface org.apache.aries.util.tracker.SingleServiceTracker.SingleServiceListener
 
setAttributes(Map<String, String>) - Method in class org.apache.aries.util.manifest.ManifestHeaderProcessor.NameValuePair
 
setName(String) - Method in class org.apache.aries.util.FragmentBuilder
 
setName(String) - Method in class org.apache.aries.util.manifest.ManifestHeaderProcessor.NameValuePair
 
SingleServiceTracker<T> - Class in org.apache.aries.util.tracker
 
SingleServiceTracker(BundleContext, Class<T>, SingleServiceTracker.SingleServiceListener) - Constructor for class org.apache.aries.util.tracker.SingleServiceTracker
 
SingleServiceTracker(BundleContext, Class<T>, String, SingleServiceTracker.SingleServiceListener) - Constructor for class org.apache.aries.util.tracker.SingleServiceTracker
 
SingleServiceTracker.SingleServiceListener - Interface in org.apache.aries.util.tracker
 
skip(long) - Method in class org.apache.aries.util.io.RememberingInputStream
 
split(String, String) - Static method in class org.apache.aries.util.manifest.ManifestHeaderProcessor
Splits a delimiter separated string, tolerating presence of non separator commas within double quoted segments.
split(String, String) - Static method in class org.apache.aries.util.manifest.ManifestProcessor
Splits a delimiter separated string, tolerating presence of non separator commas within double quoted segments.
split(String, String) - Static method in class org.apache.aries.util.ManifestHeaderUtils
Splits a delimiter separated string, tolerating presence of non separator commas within double quoted segments.

T

toCloseable() - Method in interface org.apache.aries.util.filesystem.IDirectory
Open a more effective implementation with user regulated resource management.
toCloseable() - Method in class org.apache.aries.util.filesystem.impl.CloseableDirectory
 
toCloseable() - Method in class org.apache.aries.util.filesystem.impl.DirectoryImpl
 
toCloseable() - Method in class org.apache.aries.util.filesystem.impl.NestedZipDirectory
 
toCloseable() - Method in class org.apache.aries.util.filesystem.impl.ZipDirectory
 
toString() - Method in class org.apache.aries.util.filesystem.impl.FileImpl
 
toString() - Method in class org.apache.aries.util.filesystem.impl.NestedZipFile
 
toString() - Method in class org.apache.aries.util.filesystem.impl.ZipFileImpl
 
toString() - Method in class org.apache.aries.util.manifest.ManifestHeaderProcessor.NameValueList
 
toString() - Method in class org.apache.aries.util.manifest.ManifestHeaderProcessor.NameValueMap
 
toString() - Method in class org.apache.aries.util.manifest.ManifestHeaderProcessor.NameValuePair
 
toString() - Method in class org.apache.aries.util.VersionRange
 
toURL() - Method in interface org.apache.aries.util.filesystem.IFile
 
toURL() - Method in class org.apache.aries.util.filesystem.impl.CloseableDirectory
 
toURL() - Method in class org.apache.aries.util.filesystem.impl.FileImpl
 
toURL() - Method in class org.apache.aries.util.filesystem.impl.NestedZipFile
 
toURL() - Method in class org.apache.aries.util.filesystem.impl.ZipFileImpl
 

U

unget() - Method in class org.apache.aries.util.service.registry.ServicePair
 
unpackZip(IFile, File) - Static method in class org.apache.aries.util.io.IOUtils
Unpack the zip file into the outputDir
unregisterAndCloseBundleTracker(String) - Static method in class org.apache.aries.util.tracker.BundleTrackerFactory
unregister and close the bundle tracker(s) associated with composite bundle's - SymbolicName_Version

V

VersionRange - Class in org.apache.aries.util
 
VersionRange(String) - Constructor for class org.apache.aries.util.VersionRange
 
VersionRange(String, boolean) - Constructor for class org.apache.aries.util.VersionRange
This method should be used to create a version range from a single version string.

W

writeOut(File, String, InputStream) - Static method in class org.apache.aries.util.io.IOUtils
Write the given InputStream to a file given by a root directory (outputDir) and a relative directory.
writeOutAndDontCloseInputStream(File, String, InputStream) - Static method in class org.apache.aries.util.io.IOUtils
Write the given InputStream to a file given by a root directory (outputDir) and a relative directory.

Z

zip - Variable in class org.apache.aries.util.filesystem.impl.ZipFileImpl
The zip file this is contained in
ZipCloseableDirectory - Class in org.apache.aries.util.filesystem.impl
 
ZipCloseableDirectory(File, ZipDirectory) - Constructor for class org.apache.aries.util.filesystem.impl.ZipCloseableDirectory
 
ZipDirectory - Class in org.apache.aries.util.filesystem.impl
A directory in the zip.
ZipDirectory(File, ZipEntry, ZipDirectory, ZipCloseableDirectory) - Constructor for class org.apache.aries.util.filesystem.impl.ZipDirectory
Constructs a directory in the zip.
ZipDirectory(File, IDirectory) - Constructor for class org.apache.aries.util.filesystem.impl.ZipDirectory
This constructor creates the root of the zip.
ZipDirectory(ZipDirectory, ZipCloseableDirectory) - Constructor for class org.apache.aries.util.filesystem.impl.ZipDirectory
 
ZipFileImpl - Class in org.apache.aries.util.filesystem.impl
An implementation of IFile that represents a file entry in a zip.
ZipFileImpl(File, ZipEntry, ZipDirectory, ZipCloseableDirectory) - Constructor for class org.apache.aries.util.filesystem.impl.ZipFileImpl
This constructor is used to create a file entry within the zip.
ZipFileImpl(File, IDirectory) - Constructor for class org.apache.aries.util.filesystem.impl.ZipFileImpl
This is called to construct the root directory of the zip.
ZipFileImpl(ZipFileImpl, ZipCloseableDirectory) - Constructor for class org.apache.aries.util.filesystem.impl.ZipFileImpl
 
zipUp(File, OutputStream) - Static method in class org.apache.aries.util.io.IOUtils
Zip up all contents of rootDir (recursively) into targetStream
zipUp(File, File) - Static method in class org.apache.aries.util.io.IOUtils
Zip up all contents of rootDir (recursively) into targetFile
A B C D E F G H I J L M N O P R S T U V W Z 
Skip navigation links

Copyright © 2015. All rights reserved.