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

A

add(E) - Method in class org.apache.aries.application.utils.service.ArrayServiceList
 
add(int, E) - Method in class org.apache.aries.application.utils.service.ArrayServiceList
 
addAll(Collection<? extends E>) - Method in class org.apache.aries.application.utils.service.ArrayServiceList
 
addAll(int, Collection<? extends E>) - Method in class org.apache.aries.application.utils.service.ArrayServiceList
 
addAttribute(String, String) - Method in class org.apache.aries.application.impl.ContentImpl
add key value to the attributes map
addDirective(String, String) - Method in class org.apache.aries.application.impl.ContentImpl
add key value to the directives map
addService(ServiceReference) - Method in class org.apache.aries.application.utils.service.ArrayServiceList
 
addService(ServiceReference) - Method in interface org.apache.aries.application.utils.service.ServiceCollection
 
addToCollection(N, V) - Method in interface org.apache.aries.application.utils.manifest.ManifestHeaderProcessor.NameValueCollection
Add this Name & Value to the collection.
addToCollection(N, V) - Method in class org.apache.aries.application.utils.manifest.ManifestHeaderProcessor.NameValueList
 
addToCollection(N, V) - Method in class org.apache.aries.application.utils.manifest.ManifestHeaderProcessor.NameValueMap
 
AppConstants - Interface in org.apache.aries.application.utils
Widely used constants in parsing Aries applications
APPLICATION_CONTENT - Static variable in interface org.apache.aries.application.utils.AppConstants
The application content directive for the application manifest
APPLICATION_EXPORT_SERVICE - Static variable in interface org.apache.aries.application.utils.AppConstants
The application export service directive for the application manifest
APPLICATION_IMPORT_SERVICE - Static variable in interface org.apache.aries.application.utils.AppConstants
The application import service directive for the application manifest
APPLICATION_MANIFEST_VERSION - Static variable in interface org.apache.aries.application.utils.AppConstants
The Manifest version
APPLICATION_MF - Static variable in interface org.apache.aries.application.utils.AppConstants
The name of the application manifest in the application
APPLICATION_NAME - Static variable in interface org.apache.aries.application.utils.AppConstants
The application name directive for the application manifest
APPLICATION_SCOPE - Static variable in interface org.apache.aries.application.utils.AppConstants
The application scope (used to find the applications bundle repository
APPLICATION_SYMBOLIC_NAME - Static variable in interface org.apache.aries.application.utils.AppConstants
The application symbolic name directive for the application manifest
APPLICATION_USE_BUNDLE - Static variable in interface org.apache.aries.application.utils.AppConstants
The use-bundle entry for the application manifest.
APPLICATION_VERSION - Static variable in interface org.apache.aries.application.utils.AppConstants
The application version directive for the application manifest
APPLICATION_XML - Static variable in interface org.apache.aries.application.utils.AppConstants
The name of an application.xml file which will be used in processing legacy .war files
ApplicationMetadataFactoryImpl - Class in org.apache.aries.application.impl
 
ApplicationMetadataFactoryImpl() - Constructor for class org.apache.aries.application.impl.ApplicationMetadataFactoryImpl
 
ApplicationMetadataImpl - Class in org.apache.aries.application.impl
Implementation of ApplicationMetadata and DeploymentMetadata
ApplicationMetadataImpl(Manifest) - Constructor for class org.apache.aries.application.impl.ApplicationMetadataImpl
create the applicationMetadata from appManifest
ArrayServiceList<E> - Class in org.apache.aries.application.utils.service
 
ArrayServiceList(BundleContext) - Constructor for class org.apache.aries.application.utils.service.ArrayServiceList
 
attributes - Variable in class org.apache.aries.application.impl.ContentImpl
 

B

BundleManifest - Class in org.apache.aries.application.utils.manifest
Entity class to retrieve and represent a bundle manifest (valid or invalid).
BundleManifest(InputStream) - Constructor for class org.apache.aries.application.utils.manifest.BundleManifest
Create a BundleManifest object from the InputStream to the manifest (not to the bundle)
BundleManifest(Manifest) - Constructor for class org.apache.aries.application.utils.manifest.BundleManifest
Create a BundleManifest object from a common Manifest object

C

clear() - Method in class org.apache.aries.application.utils.service.ArrayServiceList
 
close(Closeable) - Static method in class org.apache.aries.application.utils.filesystem.IOUtils
Close some xStream for good :)
close(ZipFile) - Static method in class org.apache.aries.application.utils.filesystem.IOUtils
A special version of close() for ZipFiles, which don't implement Closeable.
contains(Object) - Method in class org.apache.aries.application.utils.service.ArrayServiceList
 
containsAll(Collection<?>) - Method in class org.apache.aries.application.utils.service.ArrayServiceList
 
ContentImpl - Class in org.apache.aries.application.impl
Implementation of Content
ContentImpl(String) - Constructor for class org.apache.aries.application.impl.ContentImpl
 
ContentImpl(String, Version) - Constructor for class org.apache.aries.application.impl.ContentImpl
 
ContentImpl(String, VersionRange) - Constructor for class org.apache.aries.application.impl.ContentImpl
 
ContentImpl(String, ManifestHeaderProcessor.NameValueMap<String, String>) - Constructor for class org.apache.aries.application.impl.ContentImpl
 
convert() - Method in class org.apache.aries.application.utils.filesystem.impl.DirectoryImpl
 
convert() - Method in class org.apache.aries.application.utils.filesystem.impl.FileImpl
 
convert() - Method in class org.apache.aries.application.utils.filesystem.impl.ZipDirectory
 
convert() - Method in class org.apache.aries.application.utils.filesystem.impl.ZipFileImpl
 
copy(InputStream, OutputStream) - Static method in class org.apache.aries.application.utils.filesystem.IOUtils
Copy an InputStream to an OutputStream and close the InputStream afterwards.
copyAndDoNotCloseInputStream(InputStream, OutputStream) - Static method in class org.apache.aries.application.utils.filesystem.IOUtils
Copy an InputStream to an OutputStream and do not close the InputStream afterwards.
createApplicationMetadata(Manifest) - Method in class org.apache.aries.application.impl.ApplicationMetadataFactoryImpl
 
createDeploymentMetadata(AriesApplication, Set<BundleInfo>) - Method in class org.apache.aries.application.impl.DeploymentMetadataFactoryImpl
 
createDeploymentMetadata(Manifest) - Method in class org.apache.aries.application.impl.DeploymentMetadataFactoryImpl
 
createDeploymentMetadata(IFile) - Method in class org.apache.aries.application.impl.DeploymentMetadataFactoryImpl
 
createDeploymentMetadata(InputStream) - Method in class org.apache.aries.application.impl.DeploymentMetadataFactoryImpl
 

D

DEFAULT_VERSION - Static variable in interface org.apache.aries.application.utils.AppConstants
The default version for applications that do not have one
deleteRecursive(File) - Static method in class org.apache.aries.application.utils.filesystem.IOUtils
Do rm -rf
DEPLOYMENT_BUNDLE_VERSION - Static variable in interface org.apache.aries.application.utils.AppConstants
The attribute used to record the deployed version of a bundle
DEPLOYMENT_CONTENT - Static variable in interface org.apache.aries.application.utils.AppConstants
 
DEPLOYMENT_IMPORT_PACKAGES - Static variable in interface org.apache.aries.application.utils.AppConstants
deployment.mf entry 'Import-Package'
DEPLOYMENT_MF - Static variable in interface org.apache.aries.application.utils.AppConstants
The name of the deployment manifest in the application
DEPLOYMENT_PROVISION_BUNDLE - Static variable in interface org.apache.aries.application.utils.AppConstants
Bundle dependencies required by bundles listed in Deployed-Content or Deployed-Use-Bundle.
DEPLOYMENT_USE_BUNDLE - Static variable in interface org.apache.aries.application.utils.AppConstants
deployment.mf entry corresponding to application.mf Use-Bundle.
DeploymentContentImpl - Class in org.apache.aries.application.impl
 
DeploymentContentImpl(String, Version) - Constructor for class org.apache.aries.application.impl.DeploymentContentImpl
DeploymentContent relates to a bundle at a particular version.
DeploymentContentImpl(String) - Constructor for class org.apache.aries.application.impl.DeploymentContentImpl
Construct a DeploymentContent from a string of the form, bundle.symbolic.name;deployedContent="1.2.3"
DeploymentMetadataFactoryImpl - Class in org.apache.aries.application.impl
 
DeploymentMetadataFactoryImpl() - Constructor for class org.apache.aries.application.impl.DeploymentMetadataFactoryImpl
 
DeploymentMetadataImpl - Class in org.apache.aries.application.impl
 
DeploymentMetadataImpl(AriesApplication, Set<BundleInfo>) - Constructor for class org.apache.aries.application.impl.DeploymentMetadataImpl
 
DeploymentMetadataImpl(Manifest) - Constructor for class org.apache.aries.application.impl.DeploymentMetadataImpl
Construct a DeploymentMetadata from Manifest
DeploymentMetadataImpl(Map<String, String>) - Constructor for class org.apache.aries.application.impl.DeploymentMetadataImpl
 
DEPLOYMENTSERVICE_IMPORT - Static variable in interface org.apache.aries.application.utils.AppConstants
Blueprint managed services imported by the isolated bundles
DirectoryImpl - Class in org.apache.aries.application.utils.filesystem.impl
An IDirectory representing a java.io.File whose isDirectory method returns true.
DirectoryImpl(File, File) - Constructor for class org.apache.aries.application.utils.filesystem.impl.DirectoryImpl
 

E

entry - Variable in class org.apache.aries.application.utils.filesystem.impl.ZipFileImpl
The entry in the zip this IFile represents
equals(Object) - Method in class org.apache.aries.application.impl.ApplicationMetadataImpl
 
equals(Object) - Method in class org.apache.aries.application.impl.ContentImpl
 
equals(Object) - Method in class org.apache.aries.application.impl.DeploymentContentImpl
 
equals(Object) - Method in class org.apache.aries.application.impl.ServiceDeclarationImpl
 
equals(Object) - Method in class org.apache.aries.application.impl.VersionRangeImpl
 
equals(Object) - Method in class org.apache.aries.application.utils.filesystem.impl.FileImpl
 
equals(Object) - Method in class org.apache.aries.application.utils.filesystem.impl.ZipDirectory
 
equals(Object) - Method in class org.apache.aries.application.utils.filesystem.impl.ZipFileImpl
 
equals(Object) - Method in class org.apache.aries.application.utils.management.SimpleBundleInfo
Equality is just based on the location.
equals(Object) - Method in class org.apache.aries.application.utils.manifest.ManifestHeaderProcessor.NameValuePair
 

F

file - Variable in class org.apache.aries.application.utils.filesystem.impl.FileImpl
This file in the file system
FileImpl - Class in org.apache.aries.application.utils.filesystem.impl
An implementation of IFile that represents a java.io.File.
FileImpl(File, File) - Constructor for class org.apache.aries.application.utils.filesystem.impl.FileImpl
 
FileSystem - Class in org.apache.aries.application.utils.filesystem
An abstraction of a file system.
FileSystem() - Constructor for class org.apache.aries.application.utils.filesystem.FileSystem
 
FilterUtils - Class in org.apache.aries.application.utils
 
FilterUtils() - Constructor for class org.apache.aries.application.utils.FilterUtils
 
fromBundle(InputStream) - Static method in class org.apache.aries.application.utils.manifest.BundleManifest
Read a manifest from a jar input stream.
fromBundle(IFile) - Static method in class org.apache.aries.application.utils.manifest.BundleManifest
Retrieve a BundleManifest from the given jar file
fromBundle(File) - Static method in class org.apache.aries.application.utils.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.application.utils.manifest.ManifestHeaderProcessor
Generate a filter from a set of attributes.
generateFilter(String, String, Map<String, String>) - Static method in class org.apache.aries.application.utils.manifest.ManifestHeaderProcessor
Generate a filter from a set of attributes.
get(int) - Method in class org.apache.aries.application.utils.service.ArrayServiceList
 
getApplicationContents() - Method in class org.apache.aries.application.impl.ApplicationMetadataImpl
 
getApplicationDeploymentContents() - Method in class org.apache.aries.application.impl.DeploymentMetadataImpl
 
getApplicationExportServices() - Method in class org.apache.aries.application.impl.ApplicationMetadataImpl
 
getApplicationImportServices() - Method in class org.apache.aries.application.impl.ApplicationMetadataImpl
 
getApplicationMetadata() - Method in class org.apache.aries.application.impl.DeploymentMetadataImpl
 
getApplicationName() - Method in class org.apache.aries.application.impl.ApplicationMetadataImpl
 
getApplicationProvisionBundles() - Method in class org.apache.aries.application.impl.DeploymentMetadataImpl
 
getApplicationScope() - Method in class org.apache.aries.application.impl.ApplicationMetadataImpl
 
getApplicationSymbolicName() - Method in class org.apache.aries.application.impl.ApplicationMetadataImpl
 
getApplicationSymbolicName() - Method in class org.apache.aries.application.impl.DeploymentMetadataImpl
 
getApplicationVersion() - Method in class org.apache.aries.application.impl.ApplicationMetadataImpl
 
getApplicationVersion() - Method in class org.apache.aries.application.impl.DeploymentMetadataImpl
 
getAttribute(String) - Method in class org.apache.aries.application.impl.ContentImpl
 
getAttribute(String) - Method in class org.apache.aries.application.impl.DeploymentContentImpl
 
getAttributes() - Method in class org.apache.aries.application.impl.ContentImpl
 
getAttributes() - Method in class org.apache.aries.application.impl.DeploymentContentImpl
 
getBundleAttributes() - Method in class org.apache.aries.application.utils.management.SimpleBundleInfo
 
getBundleDirectives() - Method in class org.apache.aries.application.utils.management.SimpleBundleInfo
 
getContentName() - Method in class org.apache.aries.application.impl.ContentImpl
 
getContentName() - Method in class org.apache.aries.application.impl.DeploymentContentImpl
 
getDeployedServiceImport() - Method in class org.apache.aries.application.impl.DeploymentMetadataImpl
 
getDeployedUseBundle() - Method in class org.apache.aries.application.impl.DeploymentMetadataImpl
 
getDirective(String) - Method in class org.apache.aries.application.impl.ContentImpl
 
getDirective(String) - Method in class org.apache.aries.application.impl.DeploymentContentImpl
 
getDirectives() - Method in class org.apache.aries.application.impl.ContentImpl
 
getDirectives() - Method in class org.apache.aries.application.impl.DeploymentContentImpl
 
getExactVersion() - Method in class org.apache.aries.application.impl.DeploymentContentImpl
 
getExactVersion() - Method in class org.apache.aries.application.impl.VersionRangeImpl
 
getExportPackage() - Method in class org.apache.aries.application.utils.management.SimpleBundleInfo
 
getExportService() - Method in class org.apache.aries.application.utils.management.SimpleBundleInfo
 
getFile(String) - Method in class org.apache.aries.application.utils.filesystem.impl.DirectoryImpl
 
getFile(String) - Method in class org.apache.aries.application.utils.filesystem.impl.ZipDirectory
 
getFilter() - Method in class org.apache.aries.application.impl.ServiceDeclarationImpl
 
getFSRoot(File) - Static method in class org.apache.aries.application.utils.filesystem.FileSystem
This method gets the IDirectory that represents the root of a virtual file system.
getHeaders() - Method in class org.apache.aries.application.impl.DeploymentMetadataImpl
 
getHeaders() - Method in class org.apache.aries.application.utils.management.SimpleBundleInfo
 
getImportPackage() - Method in class org.apache.aries.application.impl.DeploymentMetadataImpl
 
getImportPackage() - Method in class org.apache.aries.application.utils.management.SimpleBundleInfo
 
getImportService() - Method in class org.apache.aries.application.utils.management.SimpleBundleInfo
 
getInterfaceName() - Method in class org.apache.aries.application.impl.ServiceDeclarationImpl
 
getLastModified() - Method in class org.apache.aries.application.utils.filesystem.impl.DirectoryImpl
 
getLastModified() - Method in class org.apache.aries.application.utils.filesystem.impl.FileImpl
 
getLastModified() - Method in class org.apache.aries.application.utils.filesystem.impl.ZipFileImpl
 
getLocation() - Method in class org.apache.aries.application.utils.management.SimpleBundleInfo
 
getManifestVersion() - Method in class org.apache.aries.application.utils.manifest.BundleManifest
 
getMaximumVersion() - Method in class org.apache.aries.application.impl.VersionRangeImpl
 
getMessage(String, Object...) - Static method in class org.apache.aries.application.utils.internal.MessageUtil
Resolve a message from the bundle, including any necessary formatting.
getMinimumVersion() - Method in class org.apache.aries.application.impl.VersionRangeImpl
 
getName() - Method in class org.apache.aries.application.utils.filesystem.impl.FileImpl
 
getName() - Method in class org.apache.aries.application.utils.filesystem.impl.ZipFileImpl
 
getName() - Method in class org.apache.aries.application.utils.manifest.ManifestHeaderProcessor.NameValuePair
 
getNameValueMap() - Method in class org.apache.aries.application.impl.ContentImpl
 
getNameValueMap() - Method in class org.apache.aries.application.impl.DeploymentContentImpl
 
getOutputStream(File, String) - Static method in class org.apache.aries.application.utils.filesystem.IOUtils
 
getParent() - Method in class org.apache.aries.application.utils.filesystem.impl.DirectoryImpl
 
getParent() - Method in class org.apache.aries.application.utils.filesystem.impl.FileImpl
 
getParent() - Method in class org.apache.aries.application.utils.filesystem.impl.ZipDirectory
 
getParent() - Method in class org.apache.aries.application.utils.filesystem.impl.ZipFileImpl
 
getRawAttributes() - Method in class org.apache.aries.application.utils.management.SimpleBundleInfo
 
getRawAttributes() - Method in class org.apache.aries.application.utils.manifest.BundleManifest
 
getRawManifest() - Method in class org.apache.aries.application.utils.manifest.BundleManifest
 
getRequireBundle() - Method in class org.apache.aries.application.utils.management.SimpleBundleInfo
 
getRoot() - Method in class org.apache.aries.application.utils.filesystem.impl.FileImpl
 
getRoot() - Method in class org.apache.aries.application.utils.filesystem.impl.ZipDirectory
 
getRoot() - Method in class org.apache.aries.application.utils.filesystem.impl.ZipFileImpl
 
getServiceDeclaration(String) - Static method in class org.apache.aries.application.utils.ServiceDeclarationFactory
 
getSize() - Method in class org.apache.aries.application.utils.filesystem.impl.FileImpl
 
getSize() - Method in class org.apache.aries.application.utils.filesystem.impl.ZipFileImpl
 
getSymbolicName() - Method in class org.apache.aries.application.utils.management.SimpleBundleInfo
 
getSymbolicName() - Method in class org.apache.aries.application.utils.manifest.BundleManifest
 
getUseBundles() - Method in class org.apache.aries.application.impl.ApplicationMetadataImpl
 
getValue() - Method in class org.apache.aries.application.utils.manifest.ManifestHeaderProcessor.NameValuePair
 
getVersion() - Method in class org.apache.aries.application.impl.ContentImpl
 
getVersion() - Method in class org.apache.aries.application.impl.DeploymentContentImpl
 
getVersion() - Method in class org.apache.aries.application.utils.management.SimpleBundleInfo
 
getVersion() - Method in class org.apache.aries.application.utils.manifest.BundleManifest
 

H

hashCode() - Method in class org.apache.aries.application.impl.ApplicationMetadataImpl
 
hashCode() - Method in class org.apache.aries.application.impl.ContentImpl
 
hashCode() - Method in class org.apache.aries.application.impl.DeploymentContentImpl
 
hashCode() - Method in class org.apache.aries.application.impl.ServiceDeclarationImpl
 
hashCode() - Method in class org.apache.aries.application.impl.VersionRangeImpl
 
hashCode() - Method in class org.apache.aries.application.utils.filesystem.impl.FileImpl
 
hashCode() - Method in class org.apache.aries.application.utils.filesystem.impl.ZipDirectory
 
hashCode() - Method in class org.apache.aries.application.utils.filesystem.impl.ZipFileImpl
 
hashCode() - Method in class org.apache.aries.application.utils.management.SimpleBundleInfo
 
hashCode() - Method in class org.apache.aries.application.utils.manifest.ManifestHeaderProcessor.NameValuePair
 

I

indexOf(Object) - Method in class org.apache.aries.application.utils.service.ArrayServiceList
 
intersect(VersionRange) - Method in class org.apache.aries.application.impl.VersionRangeImpl
 
IOUtils - Class in org.apache.aries.application.utils.filesystem
 
IOUtils() - Constructor for class org.apache.aries.application.utils.filesystem.IOUtils
 
isDirectory() - Method in class org.apache.aries.application.utils.filesystem.impl.FileImpl
 
isDirectory() - Method in class org.apache.aries.application.utils.filesystem.impl.ZipDirectory
 
isDirectory() - Method in class org.apache.aries.application.utils.filesystem.impl.ZipFileImpl
 
isEmpty() - Method in class org.apache.aries.application.utils.service.ArrayServiceList
 
isExactVersion() - Method in class org.apache.aries.application.impl.VersionRangeImpl
 
isFile() - Method in class org.apache.aries.application.utils.filesystem.impl.FileImpl
 
isFile() - Method in class org.apache.aries.application.utils.filesystem.impl.ZipDirectory
 
isFile() - Method in class org.apache.aries.application.utils.filesystem.impl.ZipFileImpl
 
isMaximumExclusive() - Method in class org.apache.aries.application.impl.VersionRangeImpl
 
isMaximumUnbounded() - Method in class org.apache.aries.application.impl.VersionRangeImpl
 
isMinimumExclusive() - Method in class org.apache.aries.application.impl.VersionRangeImpl
 
isRoot() - Method in class org.apache.aries.application.utils.filesystem.impl.DirectoryImpl
 
isRoot() - Method in class org.apache.aries.application.utils.filesystem.impl.ZipDirectory
 
isValid() - Method in class org.apache.aries.application.utils.manifest.BundleManifest
 
iterator() - Method in class org.apache.aries.application.utils.filesystem.impl.DirectoryImpl
 
iterator() - Method in class org.apache.aries.application.utils.filesystem.impl.ZipDirectory
 
iterator() - Method in class org.apache.aries.application.utils.service.ArrayServiceList
 

J

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

L

lastIndexOf(Object) - Method in class org.apache.aries.application.utils.service.ArrayServiceList
 
listAllFiles() - Method in class org.apache.aries.application.utils.filesystem.impl.DirectoryImpl
 
listAllFiles() - Method in class org.apache.aries.application.utils.filesystem.impl.ZipDirectory
 
listFiles() - Method in class org.apache.aries.application.utils.filesystem.impl.DirectoryImpl
 
listFiles() - Method in class org.apache.aries.application.utils.filesystem.impl.ZipDirectory
 
listIterator() - Method in class org.apache.aries.application.utils.service.ArrayServiceList
 
listIterator(int) - Method in class org.apache.aries.application.utils.service.ArrayServiceList
 
LOG_ENTRY - Static variable in interface org.apache.aries.application.utils.AppConstants
Logging insert strings
LOG_EXCEPTION - Static variable in interface org.apache.aries.application.utils.AppConstants
 
LOG_EXIT - Static variable in interface org.apache.aries.application.utils.AppConstants
 
LOWER_CASE_JAR_SUFFIX - Static variable in interface org.apache.aries.application.utils.AppConstants
The expected lower case suffix of a jar file
LOWER_CASE_WAR_SUFFIX - Static variable in interface org.apache.aries.application.utils.AppConstants
The expected lower case suffix of a war file

M

MANIFEST_MF - Static variable in interface org.apache.aries.application.utils.AppConstants
The name of the bundle manifest
MANIFEST_VERSION - Static variable in interface org.apache.aries.application.utils.AppConstants
 
ManifestDefaultsInjector - Class in org.apache.aries.application.utils.manifest
 
ManifestDefaultsInjector() - Constructor for class org.apache.aries.application.utils.manifest.ManifestDefaultsInjector
 
ManifestHeaderProcessor - Class in org.apache.aries.application.utils.manifest
 
ManifestHeaderProcessor() - Constructor for class org.apache.aries.application.utils.manifest.ManifestHeaderProcessor
 
ManifestHeaderProcessor.NameValueCollection<N,V> - Interface in org.apache.aries.application.utils.manifest
Intended to provide a standard way to add Name/Value's to aggregations of Name/Value's.
ManifestHeaderProcessor.NameValueList<N,V> - Class in org.apache.aries.application.utils.manifest
List of Name/Value
ManifestHeaderProcessor.NameValueList() - Constructor for class org.apache.aries.application.utils.manifest.ManifestHeaderProcessor.NameValueList
 
ManifestHeaderProcessor.NameValueMap<N,V> - Class in org.apache.aries.application.utils.manifest
Map of Name -> Value.
ManifestHeaderProcessor.NameValueMap() - Constructor for class org.apache.aries.application.utils.manifest.ManifestHeaderProcessor.NameValueMap
 
ManifestHeaderProcessor.NameValuePair<N,V> - Class in org.apache.aries.application.utils.manifest
A simple class to associate two types.
ManifestHeaderProcessor.NameValuePair(N, V) - Constructor for class org.apache.aries.application.utils.manifest.ManifestHeaderProcessor.NameValuePair
 
ManifestProcessor - Class in org.apache.aries.application.utils.manifest
This class contains utilities for parsing manifests.
ManifestProcessor() - Constructor for class org.apache.aries.application.utils.manifest.ManifestProcessor
 
mapToManifest(Map<String, String>) - Static method in class org.apache.aries.application.utils.manifest.ManifestProcessor
mapToManifest
matches(Version) - Method in class org.apache.aries.application.impl.VersionRangeImpl
This method checks that the provided version matches the desired version.
MessageUtil - Class in org.apache.aries.application.utils.internal
 
MessageUtil() - Constructor for class org.apache.aries.application.utils.internal.MessageUtil
 
META_INF - Static variable in interface org.apache.aries.application.utils.AppConstants
The name of the META-INF directory

N

NESTED_FILTER_ATTRIBUTE - Static variable in class org.apache.aries.application.utils.manifest.ManifestHeaderProcessor
 

O

obtainManifestFromAppDir(IDirectory, String) - Static method in class org.apache.aries.application.utils.manifest.ManifestProcessor
Obtain a manifest from an IDirectory.
open() - Method in class org.apache.aries.application.utils.filesystem.impl.DirectoryImpl
 
open() - Method in class org.apache.aries.application.utils.filesystem.impl.FileImpl
 
open() - Method in class org.apache.aries.application.utils.filesystem.impl.ZipDirectory
 
open() - Method in class org.apache.aries.application.utils.filesystem.impl.ZipFileImpl
 
org.apache.aries.application.impl - package org.apache.aries.application.impl
 
org.apache.aries.application.utils - package org.apache.aries.application.utils
 
org.apache.aries.application.utils.filesystem - package org.apache.aries.application.utils.filesystem
 
org.apache.aries.application.utils.filesystem.impl - package org.apache.aries.application.utils.filesystem.impl
 
org.apache.aries.application.utils.internal - package org.apache.aries.application.utils.internal
 
org.apache.aries.application.utils.management - package org.apache.aries.application.utils.management
 
org.apache.aries.application.utils.manifest - package org.apache.aries.application.utils.manifest
 
org.apache.aries.application.utils.service - package org.apache.aries.application.utils.service
 

P

parseApplicationMetadata(InputStream) - Method in class org.apache.aries.application.impl.ApplicationMetadataFactoryImpl
 
parseBundleSymbolicName(String) - Static method in class org.apache.aries.application.utils.manifest.ManifestHeaderProcessor
Parse a bundle symbolic name.
parseContent(String, String) - Static method in class org.apache.aries.application.utils.manifest.ManifestHeaderProcessor
Parse a content object
parseContent(String, ManifestHeaderProcessor.NameValueMap<String, String>) - Static method in class org.apache.aries.application.utils.manifest.ManifestHeaderProcessor
Parse a content
parseDeploymentMetadata(IFile) - Method in class org.apache.aries.application.impl.DeploymentMetadataFactoryImpl
 
parseDeploymentMetadata(InputStream) - Method in class org.apache.aries.application.impl.DeploymentMetadataFactoryImpl
 
parseExportList(List<String>) - Static method in class org.apache.aries.application.utils.manifest.ManifestHeaderProcessor
Parse an export style header in a list.
parseExportString(String) - Static method in class org.apache.aries.application.utils.manifest.ManifestHeaderProcessor
Parse an export style header.
parseFilter(String) - Static method in class org.apache.aries.application.utils.manifest.ManifestHeaderProcessor
 
parseImportString(String) - Static method in class org.apache.aries.application.utils.manifest.ManifestHeaderProcessor
Parse an import style header.
parseManifest(InputStream) - Static method in class org.apache.aries.application.utils.manifest.ManifestProcessor
This method parses the manifest using a custom manifest parsing routine.
parseVersionRange(String) - Static method in class org.apache.aries.application.utils.manifest.ManifestHeaderProcessor
Parse a version range..
parseVersionRange(String, boolean) - Static method in class org.apache.aries.application.utils.manifest.ManifestHeaderProcessor
Parse a version range and indicate if the version is an exact version
PROVISON_EXCLUDE_LOCAL_REPO_SYSPROP - Static variable in interface org.apache.aries.application.utils.AppConstants
 

R

readManifestIntoMap(Manifest) - Static method in class org.apache.aries.application.utils.manifest.ManifestProcessor
Reads a manifest's main attributes into a String->String map.
remove(Object) - Method in class org.apache.aries.application.utils.service.ArrayServiceList
 
remove(int) - Method in class org.apache.aries.application.utils.service.ArrayServiceList
 
removeAll(Collection<?>) - Method in class org.apache.aries.application.utils.service.ArrayServiceList
 
removeMandatoryFilterToken(String) - Static method in class org.apache.aries.application.utils.FilterUtils
Filters we generate may contain stanzas like (mandatory:<*symbolicname) These are for OBR, and are not OSGi friendly!!! This method removes them.
retainAll(Collection<?>) - Method in class org.apache.aries.application.utils.service.ArrayServiceList
 
rootDir - Variable in class org.apache.aries.application.utils.filesystem.impl.FileImpl
The name of the root directory of the file system
rootDirFile - Variable in class org.apache.aries.application.utils.filesystem.impl.FileImpl
The root File in the file system

S

ServiceCollection<E> - Interface in org.apache.aries.application.utils.service
 
ServiceDeclarationFactory - Class in org.apache.aries.application.utils
 
ServiceDeclarationFactory() - Constructor for class org.apache.aries.application.utils.ServiceDeclarationFactory
 
ServiceDeclarationImpl - Class in org.apache.aries.application.impl
this class represents the Import-Services and Export-Services in the Application.mf file
ServiceDeclarationImpl(String) - Constructor for class org.apache.aries.application.impl.ServiceDeclarationImpl
construct the ServiceDeclaration from the service string
set(int, E) - Method in class org.apache.aries.application.utils.service.ArrayServiceList
 
setName(N) - Method in class org.apache.aries.application.utils.manifest.ManifestHeaderProcessor.NameValuePair
 
setup() - Method in class org.apache.aries.application.impl.ContentImpl
set up directives and attributes
setValue(V) - Method in class org.apache.aries.application.utils.manifest.ManifestHeaderProcessor.NameValuePair
 
SimpleBundleInfo - Class in org.apache.aries.application.utils.management
 
SimpleBundleInfo(BundleManifest, String) - Constructor for class org.apache.aries.application.utils.management.SimpleBundleInfo
 
size() - Method in class org.apache.aries.application.utils.service.ArrayServiceList
 
split(String, String) - Static method in class org.apache.aries.application.utils.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.application.utils.manifest.ManifestProcessor
Splits a delimiter separated string, tolerating presence of non separator commas within double quoted segments.
store(File) - Method in class org.apache.aries.application.impl.ApplicationMetadataImpl
 
store(OutputStream) - Method in class org.apache.aries.application.impl.ApplicationMetadataImpl
 
store(File) - Method in class org.apache.aries.application.impl.DeploymentMetadataImpl
 
store(OutputStream) - Method in class org.apache.aries.application.impl.DeploymentMetadataImpl
 
subList(int, int) - Method in class org.apache.aries.application.utils.service.ArrayServiceList
 

T

toArray() - Method in class org.apache.aries.application.utils.service.ArrayServiceList
 
toArray(Object[]) - Method in class org.apache.aries.application.utils.service.ArrayServiceList
 
toString() - Method in class org.apache.aries.application.impl.ContentImpl
 
toString() - Method in class org.apache.aries.application.impl.DeploymentContentImpl
 
toString() - Method in class org.apache.aries.application.impl.VersionRangeImpl
 
toString() - Method in class org.apache.aries.application.utils.filesystem.impl.FileImpl
 
toString() - Method in class org.apache.aries.application.utils.filesystem.impl.ZipFileImpl
 
toString() - Method in class org.apache.aries.application.utils.management.SimpleBundleInfo
 
toString() - Method in class org.apache.aries.application.utils.manifest.ManifestHeaderProcessor.NameValueList
 
toString() - Method in class org.apache.aries.application.utils.manifest.ManifestHeaderProcessor.NameValueMap
 
toString() - Method in class org.apache.aries.application.utils.manifest.ManifestHeaderProcessor.NameValuePair
 
toURL() - Method in class org.apache.aries.application.utils.filesystem.impl.FileImpl
 
toURL() - Method in class org.apache.aries.application.utils.filesystem.impl.ZipFileImpl
 
TRACE_GROUP - Static variable in interface org.apache.aries.application.utils.AppConstants
Trace group for this bundle

U

unpackZip(IFile, File) - Static method in class org.apache.aries.application.utils.filesystem.IOUtils
Unpack the zip file into the outputDir
updateManifest(Manifest, String, File) - Static method in class org.apache.aries.application.utils.manifest.ManifestDefaultsInjector
Quick adapter to update a Manifest, using content of a Zip File.
updateManifest(Manifest, String, IDirectory) - Static method in class org.apache.aries.application.utils.manifest.ManifestDefaultsInjector
Tests the supplied manifest for the presence of expected attributes, and where missing, adds them, and defaults their values appropriately.

V

VersionRangeImpl - Class in org.apache.aries.application.impl
 
VersionRangeImpl(String) - Constructor for class org.apache.aries.application.impl.VersionRangeImpl
 
VersionRangeImpl(String, boolean) - Constructor for class org.apache.aries.application.impl.VersionRangeImpl
 

W

writeOut(File, String, InputStream) - Static method in class org.apache.aries.application.utils.filesystem.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.application.utils.filesystem.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.application.utils.filesystem.impl.ZipFileImpl
The zip file this is contained in
ZipDirectory - Class in org.apache.aries.application.utils.filesystem.impl
A directory in the zip.
ZipDirectory(File, ZipEntry, ZipDirectory) - Constructor for class org.apache.aries.application.utils.filesystem.impl.ZipDirectory
Constructs a directory in the zip.
ZipDirectory(File, File) - Constructor for class org.apache.aries.application.utils.filesystem.impl.ZipDirectory
This constructor creates the root of the zip.
ZipFileImpl - Class in org.apache.aries.application.utils.filesystem.impl
An implementation of IFile that represents a file entry in a zip.
ZipFileImpl(File, ZipEntry, ZipDirectory) - Constructor for class org.apache.aries.application.utils.filesystem.impl.ZipFileImpl
This constructor is used to create a file entry within the zip.
ZipFileImpl(File, File) - Constructor for class org.apache.aries.application.utils.filesystem.impl.ZipFileImpl
This is called to construct the root directory of the zip.
zipUp(File, OutputStream) - Static method in class org.apache.aries.application.utils.filesystem.IOUtils
Zip up all contents of rootDir (recursively) into targetStream
zipUp(File, File) - Static method in class org.apache.aries.application.utils.filesystem.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

Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.