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

A

ABSTRACT_DESCRIPTOR_ARCHIV_PATH - Static variable in interface org.apache.felix.scrplugin.Constants
 
ABSTRACT_DESCRIPTOR_FILENAME - Static variable in interface org.apache.felix.scrplugin.Constants
 
ABSTRACT_DESCRIPTOR_RELATIVE_PATH - Static variable in interface org.apache.felix.scrplugin.Constants
 
AbstractDependencyFilter - Class in org.apache.felix.bundleplugin
Apply clause-based filter over given dependencies
AbstractDependencyFilter(Collection) - Constructor for class org.apache.felix.bundleplugin.AbstractDependencyFilter
 
AbstractFileMojo - Class in org.apache.felix.obr.plugin
Base class for the command-line install-file and deploy-file goals.
AbstractFileMojo() - Constructor for class org.apache.felix.obr.plugin.AbstractFileMojo
 
AbstractFileMojo - Class in org.apache.felix.obrplugin
Base class for the command-line install-file and deploy-file goals.
AbstractFileMojo() - Constructor for class org.apache.felix.obrplugin.AbstractFileMojo
 
AbstractObject - Class in org.apache.felix.scrplugin.om
The AbstractObject is the base class for the all classes of the scr om.
AbstractObject(JavaTag) - Constructor for class org.apache.felix.scrplugin.om.AbstractObject
 
AbstractTag - Class in org.apache.felix.scrplugin.tags.annotation
Description of a java tag for components.
AbstractTag(Annotation, JavaClassDescription, JavaField) - Constructor for class org.apache.felix.scrplugin.tags.annotation.AbstractTag
 
Activate - Annotation Type in org.apache.felix.scr.annotations
The Activate annotation defines the method which is used to activate the component.
activate - Variable in class org.apache.felix.scrplugin.om.Component
Activation method.
AD_ELEMENT - Static variable in class org.apache.felix.scrplugin.xml.MetaTypeIO
 
AD_ELEMENT_QNAME - Static variable in class org.apache.felix.scrplugin.xml.MetaTypeIO
 
addActivator(String) - Method in class org.apache.felix.tools.maven.plugin.Jar
 
addAttribute(AttributesImpl, String, Object) - Static method in class org.apache.felix.scrplugin.xml.IOUtils
Helper method to add an attribute.
addAttribute(String, String) - Method in class org.osgi.impl.bundle.obr.resource.Tag
Add a new attribute.
addAttribute(String, Object) - Method in class org.osgi.impl.bundle.obr.resource.Tag
Add a new attribute.
addAttribute(String, int) - Method in class org.osgi.impl.bundle.obr.resource.Tag
Add a new attribute.
addAttribute(String, Date) - Method in class org.osgi.impl.bundle.obr.resource.Tag
Add a new date attribute.
addCapability(Capability) - Method in class org.apache.felix.obr.plugin.ResourcesBundle
add a new capability for this bundle description.
addCapability(CapabilityImpl) - Method in class org.osgi.impl.bundle.obr.resource.ResourceImpl
 
addCategory(Category) - Method in class org.apache.felix.obr.plugin.ResourcesBundle
add a new category for this bundle decription.
addCategory(String) - Method in class org.osgi.impl.bundle.obr.resource.ResourceImpl
 
addComponent(Component) - Method in class org.apache.felix.scrplugin.om.Components
Add a component to the list.
addContent(String) - Method in class org.osgi.impl.bundle.obr.resource.Tag
Add a new content string.
addContent(Tag) - Method in class org.osgi.impl.bundle.obr.resource.Tag
Add a new content tag.
addDesignate(Designate) - Method in class org.apache.felix.scrplugin.om.metatype.MetaData
 
addError(String, String, int) - Method in class org.apache.felix.scrplugin.helper.IssueLog
 
addExportedPackage(String, Artifact) - Method in class org.apache.felix.bundleplugin.BundleInfo
 
addInterface(Interface) - Method in class org.apache.felix.scrplugin.om.Service
Add an interface to the list of interfaces.
addInterfaces(Service, JavaTag, JavaClassDescription) - Method in class org.apache.felix.scrplugin.SCRDescriptorGenerator
Recursively add interfaces to the service.
addMethods(String, String, boolean, boolean) - Method in interface org.apache.felix.scrplugin.tags.ModifiableJavaClassDescription
 
addMethods(String, String, boolean, boolean) - Method in class org.apache.felix.scrplugin.tags.qdox.QDoxJavaClassDescription
 
addOCD(OCD) - Method in class org.apache.felix.scrplugin.om.metatype.MetaData
 
addP(PElement) - Method in class org.apache.felix.obr.plugin.Capability
add one element in List.
addParameter(Parameter) - Method in class org.osgi.impl.bundle.obr.resource.ManifestEntry
 
addProperty(Property) - Method in class org.apache.felix.scrplugin.om.Component
 
addProperty(String, Object) - Method in class org.osgi.impl.bundle.obr.resource.CapabilityImpl
 
addReference(Reference) - Method in class org.apache.felix.scrplugin.om.Component
 
addRequire(Require) - Method in class org.apache.felix.obr.plugin.ResourcesBundle
add a new requirement for this bundle description.
addRequirement(RequirementImpl) - Method in class org.osgi.impl.bundle.obr.resource.ResourceImpl
 
addWarning(String, String, int) - Method in class org.apache.felix.scrplugin.helper.IssueLog
 
analyze(InputStream) - Method in class org.apache.felix.bundleplugin.BlueprintPlugin
 
analyzeJar(Analyzer) - Method in class org.apache.felix.bundleplugin.BlueprintPlugin
 
annotation - Variable in class org.apache.felix.scrplugin.tags.annotation.defaulttag.ComponentTag
 
annotation - Variable in class org.apache.felix.scrplugin.tags.annotation.defaulttag.PropertyTag
 
annotation - Variable in class org.apache.felix.scrplugin.tags.annotation.defaulttag.ReferenceTag
 
annotation - Variable in class org.apache.felix.scrplugin.tags.annotation.defaulttag.ServiceTag
 
AnnotationJavaClassDescription - Class in org.apache.felix.scrplugin.tags.annotation
Reading class description based on java annotations.
AnnotationJavaClassDescription(Class<?>, JavaClass, JavaClassDescriptorManager) - Constructor for class org.apache.felix.scrplugin.tags.annotation.AnnotationJavaClassDescription
 
AnnotationJavaField - Class in org.apache.felix.scrplugin.tags.annotation
Description of a java field
AnnotationJavaField(JavaField, AnnotationJavaClassDescription) - Constructor for class org.apache.felix.scrplugin.tags.annotation.AnnotationJavaField
 
AnnotationTagProvider - Interface in org.apache.felix.scrplugin.tags.annotation
Interface for provider classes, that map java annotations to JavaTag implementations.
AnnotationTagProviderManager - Class in org.apache.felix.scrplugin.tags.annotation
Supports mapping of built-in and custom java anntoations to JavaTag implementations.
AnnotationTagProviderManager(String[], ClassLoader) - Constructor for class org.apache.felix.scrplugin.tags.annotation.AnnotationTagProviderManager
 
annotationType() - Method in class org.apache.felix.scrplugin.tags.annotation.defaulttag.PropertyTag.PropertyOptionImpl
 
AntJavaClassDescriptorManager - Class in org.apache.felix.scrplugin.ant
 
AntJavaClassDescriptorManager(Log, ClassLoader, FileSet, File, Path, String[], boolean, boolean) - Constructor for class org.apache.felix.scrplugin.ant.AntJavaClassDescriptorManager
 
AntLog - Class in org.apache.felix.scrplugin.ant
 
AntPlugin - Class in org.apache.felix.bundleplugin
Generate Ant script to create the bundle (you should run ant:ant first).
AntPlugin() - Constructor for class org.apache.felix.bundleplugin.AntPlugin
 
AttributeDefinition - Class in org.apache.felix.scrplugin.om.metatype
 
AttributeDefinition() - Constructor for class org.apache.felix.scrplugin.om.metatype.AttributeDefinition
 
AUTO_DETECT - Static variable in class org.apache.felix.tools.maven.plugin.OsgiJarMojo
 
AutoDetect - Class in org.apache.felix.scr.annotations
Placeholder class for default value of annotation properties with "auto detect" capabilities.

B

bind - Variable in class org.apache.felix.scrplugin.om.Reference
 
BlueprintPlugin - Class in org.apache.felix.bundleplugin
 
BlueprintPlugin() - Constructor for class org.apache.felix.bundleplugin.BlueprintPlugin
 
BlueprintPlugin.Attribute - Class in org.apache.felix.bundleplugin
 
BlueprintPlugin.Attribute(String, Map<String, String>) - Constructor for class org.apache.felix.bundleplugin.BlueprintPlugin.Attribute
 
build() - Method in class org.osgi.impl.bundle.obr.resource.BundleInfo
Convert the bundle to a Resource.
buildOSGiBundle(MavenProject, Map, Properties, Jar[]) - Method in class org.apache.felix.bundleplugin.BundlePlugin
 
buildPom(String, String, String, String) - Static method in class org.apache.felix.obr.plugin.PomHelper
 
buildPom(String, String, String, String) - Static method in class org.apache.felix.obrplugin.PomHelper
 
bundle(MavenProject) - Method in class org.apache.felix.bundleplugin.BundleAllPlugin
Bundle one project only without building its childre
bundleAll(MavenProject, int) - Method in class org.apache.felix.bundleplugin.BundleAllPlugin
Bundle a project and its transitive dependencies up to some depth level
BundleAllPlugin - Class in org.apache.felix.bundleplugin
Create OSGi bundles from all dependencies in the Maven project
BundleAllPlugin() - Constructor for class org.apache.felix.bundleplugin.BundleAllPlugin
 
BundleInfo - Class in org.apache.felix.bundleplugin
Information result of the bundling process
BundleInfo() - Constructor for class org.apache.felix.bundleplugin.BundleInfo
 
BundleInfo - Class in org.osgi.impl.bundle.obr.resource
Convert a bundle to a generic resource description and store its local dependencies (like for example a license file in the JAR) in a zip file.
BundleInfo(RepositoryImpl, File) - Constructor for class org.osgi.impl.bundle.obr.resource.BundleInfo
Parse a zipFile from the file system.
BundleInfo(Manifest) - Constructor for class org.osgi.impl.bundle.obr.resource.BundleInfo
 
BundlePlugin - Class in org.apache.felix.bundleplugin
Create an OSGi bundle from Maven project
BundlePlugin() - Constructor for class org.apache.felix.bundleplugin.BundlePlugin
 

C

Capability - Class in org.apache.felix.obr.plugin
This class describe and store capability node.
Capability() - Constructor for class org.apache.felix.obr.plugin.Capability
 
CapabilityImpl - Class in org.osgi.impl.bundle.obr.resource
 
CapabilityImpl(String) - Constructor for class org.osgi.impl.bundle.obr.resource.CapabilityImpl
 
CapabilityImpl(XmlPullParser) - Constructor for class org.osgi.impl.bundle.obr.resource.CapabilityImpl
 
cardinality - Variable in class org.apache.felix.scrplugin.om.metatype.AttributeDefinition
 
cardinality - Variable in class org.apache.felix.scrplugin.om.Property
 
cardinality - Variable in class org.apache.felix.scrplugin.om.Reference
 
Category - Class in org.apache.felix.obr.plugin
describe and store category node.
Category() - Constructor for class org.apache.felix.obr.plugin.Category
 
characters(char[], int, int) - Method in class org.apache.felix.scrplugin.xml.ComponentDescriptorIO.XmlHandler
 
characters(char[], int, int) - Method in class org.apache.felix.scrplugin.xml.IOUtils.NamespaceAsAttributes
 
checked - Variable in class org.apache.felix.scrplugin.om.Reference
Is this reference already checked?
checkLifecycleMethod(int, JavaClassDescription, String, boolean, IssueLog) - Method in class org.apache.felix.scrplugin.om.Component
Check for existence of lifecycle methods.
classifier - Variable in class org.apache.felix.bundleplugin.BundlePlugin
Classifier type of the bundle to be installed.
classLoader - Static variable in class org.apache.felix.scrplugin.tags.ClassUtil
 
ClassLoaderJavaClassDescription - Class in org.apache.felix.scrplugin.tags.cl
ClassLoaderJavaClassDescription.java...
ClassLoaderJavaClassDescription(Class<?>, Component, JavaClassDescriptorManager) - Constructor for class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaClassDescription
 
ClassLoaderJavaField - Class in org.apache.felix.scrplugin.tags.cl
ClassLoaderJavaField.java...
ClassLoaderJavaField(Field, JavaClassDescription) - Constructor for class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaField
 
ClassLoaderJavaMethod - Class in org.apache.felix.scrplugin.tags.cl
ClassLoaderJavaMethod.java...
ClassLoaderJavaMethod(Method) - Constructor for class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaMethod
 
ClassLoaderJavaParameter - Class in org.apache.felix.scrplugin.tags.cl
ClassLoaderJavaParameter.java...
ClassLoaderJavaParameter(String) - Constructor for class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaParameter
 
ClassLoaderJavaTag - Class in org.apache.felix.scrplugin.tags.cl
ClassLoaderJavaTag.java...
ClassLoaderJavaTag(JavaClassDescription, Reference) - Constructor for class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaTag
 
ClassLoaderJavaTag(JavaClassDescription, Property) - Constructor for class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaTag
 
ClassLoaderJavaTag(JavaClassDescription, Interface, boolean) - Constructor for class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaTag
 
classname - Variable in class org.apache.felix.scrplugin.om.Implementation
The class name.
ClassUtil - Class in org.apache.felix.scrplugin.tags
Utility class.
ClassUtil() - Constructor for class org.apache.felix.scrplugin.tags.ClassUtil
 
clazz - Variable in class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaClassDescription
 
clazz - Variable in class org.apache.felix.scrplugin.tags.qdox.QDoxJavaClassDescription
The compiled class.
Clazz - Class in org.apache.felix.tools.maven.plugin
 
Clazz(Jar, String, InputStream) - Constructor for class org.apache.felix.tools.maven.plugin.Clazz
 
cleanupVersion(String) - Static method in class org.apache.maven.shared.osgi.DefaultMaven2OsgiConverter
 
compare(JavaClassDescription, JavaClassDescription) - Method in class org.apache.felix.scrplugin.tags.JavaClassDescriptionInheritanceComparator
 
compareTo(BlueprintPlugin.Attribute) - Method in class org.apache.felix.bundleplugin.BlueprintPlugin.Attribute
 
compareTo(Object) - Method in class org.osgi.impl.bundle.obr.resource.ManifestEntry
 
compareTo(Object) - Method in class org.osgi.impl.bundle.obr.resource.VersionRange
 
Component - Annotation Type in org.apache.felix.scr.annotations
The Component annotation is the only required annotation.
COMPONENT - Static variable in interface org.apache.felix.scrplugin.Constants
 
Component - Class in org.apache.felix.scrplugin.om
Component is a described component.
Component() - Constructor for class org.apache.felix.scrplugin.om.Component
Default constructor.
Component(JavaTag) - Constructor for class org.apache.felix.scrplugin.om.Component
Constructor from java source.
component - Variable in class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaClassDescription
 
COMPONENT_ABSTRACT - Static variable in interface org.apache.felix.scrplugin.Constants
 
COMPONENT_ACTIVATE - Static variable in interface org.apache.felix.scrplugin.Constants
 
COMPONENT_CONFIG_POLICY - Static variable in interface org.apache.felix.scrplugin.Constants
 
COMPONENT_CONFIG_POLICY_IGNORE - Static variable in interface org.apache.felix.scrplugin.Constants
 
COMPONENT_CONFIG_POLICY_OPTIONAL - Static variable in interface org.apache.felix.scrplugin.Constants
 
COMPONENT_CONFIG_POLICY_REQUIRE - Static variable in interface org.apache.felix.scrplugin.Constants
 
COMPONENT_CREATE_PID - Static variable in interface org.apache.felix.scrplugin.Constants
 
COMPONENT_DEACTIVATE - Static variable in interface org.apache.felix.scrplugin.Constants
 
COMPONENT_DESCRIPTION - Static variable in interface org.apache.felix.scrplugin.Constants
 
COMPONENT_DS - Static variable in interface org.apache.felix.scrplugin.Constants
 
COMPONENT_DS_SPEC_VERSION - Static variable in interface org.apache.felix.scrplugin.Constants
 
COMPONENT_DS_SPEC_VERSION_10 - Static variable in interface org.apache.felix.scrplugin.Constants
 
COMPONENT_DS_SPEC_VERSION_11 - Static variable in interface org.apache.felix.scrplugin.Constants
 
COMPONENT_DS_SPEC_VERSION_11_FELIX - Static variable in interface org.apache.felix.scrplugin.Constants
 
COMPONENT_ENABLED - Static variable in interface org.apache.felix.scrplugin.Constants
 
COMPONENT_FACTORY - Static variable in interface org.apache.felix.scrplugin.Constants
 
COMPONENT_IMMEDIATE - Static variable in interface org.apache.felix.scrplugin.Constants
 
COMPONENT_INHERIT - Static variable in interface org.apache.felix.scrplugin.Constants
 
COMPONENT_LABEL - Static variable in interface org.apache.felix.scrplugin.Constants
 
COMPONENT_METATYPE - Static variable in interface org.apache.felix.scrplugin.Constants
 
COMPONENT_MODIFIED - Static variable in interface org.apache.felix.scrplugin.Constants
 
COMPONENT_NAME - Static variable in interface org.apache.felix.scrplugin.Constants
 
COMPONENT_SET_METATYPE_FACTORY_PID - Static variable in interface org.apache.felix.scrplugin.Constants
 
ComponentDescriptorIO - Class in org.apache.felix.scrplugin.xml
ComponentDescriptorIO is a helper class to read and write component descriptor files.
ComponentDescriptorIO() - Constructor for class org.apache.felix.scrplugin.xml.ComponentDescriptorIO
 
ComponentDescriptorIO.XmlHandler - Class in org.apache.felix.scrplugin.xml
A content handler for parsing the component descriptions.
ComponentDescriptorIO.XmlHandler() - Constructor for class org.apache.felix.scrplugin.xml.ComponentDescriptorIO.XmlHandler
 
Components - Class in org.apache.felix.scrplugin.om
Components...
Components() - Constructor for class org.apache.felix.scrplugin.om.Components
 
components - Variable in class org.apache.felix.scrplugin.om.Components
The list of Components.
components - Variable in class org.apache.felix.scrplugin.xml.ComponentDescriptorIO.XmlHandler
The components container.
ComponentTag - Class in org.apache.felix.scrplugin.tags.annotation.defaulttag
Description of a java tag for components.
ComponentTag(Annotation, JavaClassDescription) - Constructor for class org.apache.felix.scrplugin.tags.annotation.defaulttag.ComponentTag
 
Config - Class in org.apache.felix.obr.plugin
this class is used to store some user information about configuration of the plugin.
Config() - Constructor for class org.apache.felix.obr.plugin.Config
constructor: set default configuration: use relative path and don't upload file.
Config - Class in org.apache.felix.obrplugin
this class is used to store some user information about configuration of the plugin.
Config() - Constructor for class org.apache.felix.obrplugin.Config
constructor: set default configuration: use relative path and don't upload file.
ConfigurationPolicy - Enum in org.apache.felix.scr.annotations
Options for Component.policy() property.
configurationPolicy - Variable in class org.apache.felix.scrplugin.om.Component
Configuration policy.
connect(String, String) - Method in class org.apache.felix.obr.plugin.RemoteFileManager
connect the current object to repository given in constructor.
connect(String, String) - Method in class org.apache.felix.obrplugin.RemoteFileManager
connect the current object to repository given in constructor.
Constants - Interface in org.apache.felix.scrplugin
The Constants interface provides use full constants for various values used for processing SCR annotations and JavaDoc tags into SCR descriptors.
construct(MavenProject, ExtractBindexInfo) - Method in class org.apache.felix.obr.plugin.ResourcesBundle
this method gets information form pom.xml to complete missing data from those given by user.
containsActivator(String) - Method in class org.apache.felix.tools.maven.plugin.Jar
 
convert(Collection, String, Tag) - Static method in class org.osgi.impl.bundle.obr.resource.Tag
 
convertVersionToOsgi(String) - Method in class org.apache.felix.bundleplugin.BundlePlugin
Convert a Maven version into an OSGi compliant version
createClasspath() - Method in class org.apache.felix.scrplugin.ant.SCRDescriptorTask
 
createComponent(JavaClassDescription, JavaTag, MetaData, IssueLog) - Method in class org.apache.felix.scrplugin.SCRDescriptorGenerator
Create a component for the java class description.
createMethod(ClassWriter, String, String, boolean) - Method in class org.apache.felix.scrplugin.tags.qdox.QDoxJavaClassDescription
 
createNamedParameterMap() - Method in class org.apache.felix.scrplugin.tags.annotation.AbstractTag
Create the parameter map.
createNamedParameterMap() - Method in class org.apache.felix.scrplugin.tags.annotation.defaulttag.ComponentTag
 
createNamedParameterMap() - Method in class org.apache.felix.scrplugin.tags.annotation.defaulttag.PropertyTag
 
createNamedParameterMap() - Method in class org.apache.felix.scrplugin.tags.annotation.defaulttag.ReferenceTag
 
createNamedParameterMap() - Method in class org.apache.felix.scrplugin.tags.annotation.defaulttag.ServiceTag
 
createNamedParameterMap() - Method in class org.apache.felix.scrplugin.tags.annotation.sling.SlingFilterComponentTag
 
createNamedParameterMap() - Method in class org.apache.felix.scrplugin.tags.annotation.sling.SlingFilterServiceTag
 
createNamedParameterMap() - Method in class org.apache.felix.scrplugin.tags.annotation.sling.SlingServletComponentTag
 
createNamedParameterMap() - Method in class org.apache.felix.scrplugin.tags.annotation.sling.SlingServletPropertyTag
 
createNamedParameterMap() - Method in class org.apache.felix.scrplugin.tags.annotation.sling.SlingServletServiceTag
 
currentComponent - Variable in class org.apache.felix.scrplugin.xml.ComponentDescriptorIO.XmlHandler
A reference to the current component.
currentService - Variable in class org.apache.felix.scrplugin.xml.ComponentDescriptorIO.XmlHandler
The current service.

D

Deactivate - Annotation Type in org.apache.felix.scr.annotations
The Dectivate annotation defines the method which is used to deactivate the component.
deactivate - Variable in class org.apache.felix.scrplugin.om.Component
Deactivation method.
debug(String) - Method in class org.apache.felix.scrplugin.ant.AntLog
 
debug(String, Throwable) - Method in class org.apache.felix.scrplugin.ant.AntLog
 
debug(Throwable) - Method in class org.apache.felix.scrplugin.ant.AntLog
 
debug(String) - Method in interface org.apache.felix.scrplugin.Log
Send a message to the user in the debug error level.
debug(String, Throwable) - Method in interface org.apache.felix.scrplugin.Log
Send a message (and accompanying exception) to the user in the debug error level.
debug(Throwable) - Method in interface org.apache.felix.scrplugin.Log
Send an exception to the user in the debug error level.
debug(String, Throwable) - Method in class org.apache.felix.scrplugin.mojo.MavenLog
 
debug(String) - Method in class org.apache.felix.scrplugin.mojo.MavenLog
 
debug(Throwable) - Method in class org.apache.felix.scrplugin.mojo.MavenLog
 
DEFAULT_TYPE - Static variable in class org.apache.felix.scrplugin.om.metatype.AttributeDefinition
 
DefaultAnnotationTagProvider - Class in org.apache.felix.scrplugin.tags.annotation.defaulttag
Provides mapping of default SCR annotations to tag implementations.
DefaultAnnotationTagProvider() - Constructor for class org.apache.felix.scrplugin.tags.annotation.defaulttag.DefaultAnnotationTagProvider
 
DefaultMaven2OsgiConverter - Class in org.apache.maven.shared.osgi
Default implementation of Maven2OsgiConverter
DefaultMaven2OsgiConverter() - Constructor for class org.apache.maven.shared.osgi.DefaultMaven2OsgiConverter
 
defaultMultiValue - Variable in class org.apache.felix.scrplugin.om.metatype.AttributeDefinition
 
defaultValue - Variable in class org.apache.felix.scrplugin.om.metatype.AttributeDefinition
 
DependencyEmbedder - Class in org.apache.felix.bundleplugin
Add BND directives to embed selected dependencies inside a bundle
DependencyEmbedder(Log, Collection) - Constructor for class org.apache.felix.bundleplugin.DependencyEmbedder
 
DependencyExcluder - Class in org.apache.felix.bundleplugin
Exclude selected dependencies from the classpath passed to BND.
DependencyExcluder(Collection) - Constructor for class org.apache.felix.bundleplugin.DependencyExcluder
 
DependencyTreeResolutionListener - Class in org.apache.maven.shared.dependency.tree
An artifact resolution listener that constructs a dependency tree.
DependencyTreeResolutionListener(Logger) - Constructor for class org.apache.maven.shared.dependency.tree.DependencyTreeResolutionListener
Creates a new dependency tree resolution listener that writes to the specified log.
description - Variable in class org.apache.felix.scrplugin.om.metatype.AttributeDefinition
 
description - Variable in class org.apache.felix.scrplugin.om.metatype.OCD
 
description - Variable in class org.apache.felix.scrplugin.om.Property
 
description - Variable in class org.apache.felix.scrplugin.tags.annotation.AbstractTag
 
description - Variable in class org.apache.felix.scrplugin.tags.annotation.AnnotationJavaField
 
description - Variable in class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaField
 
description - Variable in class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaTag
 
description - Variable in class org.apache.felix.scrplugin.tags.qdox.QDoxJavaField
 
description - Variable in class org.apache.felix.scrplugin.tags.qdox.QDoxJavaTag
 
Designate - Class in org.apache.felix.scrplugin.om.metatype
 
Designate() - Constructor for class org.apache.felix.scrplugin.om.metatype.Designate
 
DESIGNATE_ELEMENT - Static variable in class org.apache.felix.scrplugin.xml.MetaTypeIO
 
DESIGNATE_ELEMENT_QNAME - Static variable in class org.apache.felix.scrplugin.xml.MetaTypeIO
 
designates - Variable in class org.apache.felix.scrplugin.om.metatype.MetaData
 
directives - Variable in class org.osgi.impl.bundle.obr.resource.ManifestEntry
 
disconnect() - Method in class org.apache.felix.obr.plugin.RemoteFileManager
disconnect the current object.
disconnect() - Method in class org.apache.felix.obrplugin.RemoteFileManager
disconnect the current object.
docletTag - Variable in class org.apache.felix.scrplugin.tags.qdox.QDoxJavaTag
 
doComponent(JavaTag, Component, MetaData, IssueLog) - Method in class org.apache.felix.scrplugin.SCRDescriptorGenerator
Fill the component object with the information from the tag.
doReference(JavaTag, String, Component, String) - Method in class org.apache.felix.scrplugin.SCRDescriptorGenerator
 
doServices(JavaTag[], Component, JavaClassDescription) - Method in class org.apache.felix.scrplugin.SCRDescriptorGenerator
Process the service annotations
doTemplate(URI, File, ResourceImpl) - Method in class org.apache.felix.obrplugin.ObrIndex
 
dumpClasspath(String, List, Log) - Static method in class org.apache.felix.bundleplugin.BundlePlugin
 
dumpInstructions(String, Properties, Log) - Static method in class org.apache.felix.bundleplugin.BundlePlugin
 
dumpManifest(String, Manifest, Log) - Static method in class org.apache.felix.bundleplugin.BundlePlugin
 

E

EMBED_DEPENDENCY - Static variable in class org.apache.felix.bundleplugin.DependencyEmbedder
 
EMBED_DIRECTORY - Static variable in class org.apache.felix.bundleplugin.DependencyEmbedder
 
EMBED_STRIP_GROUP - Static variable in class org.apache.felix.bundleplugin.DependencyEmbedder
 
EMBED_STRIP_VERSION - Static variable in class org.apache.felix.bundleplugin.DependencyEmbedder
 
EMBED_TRANSITIVE - Static variable in class org.apache.felix.bundleplugin.DependencyEmbedder
 
EMPTY_RESULT - Static variable in interface org.apache.felix.scrplugin.tags.JavaClassDescription
 
EMPTY_RESULT - Static variable in interface org.apache.felix.scrplugin.tags.JavaMethod
 
EMPTY_TAGS - Static variable in class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaClassDescription
 
emptyToNull(String) - Method in class org.apache.felix.scrplugin.tags.annotation.AbstractTag
Maps an empty or null string value to null
enabled - Variable in class org.apache.felix.scrplugin.om.Component
Is this component enabled?
endDocument() - Method in class org.apache.felix.scrplugin.xml.IOUtils.NamespaceAsAttributes
 
endElement(String, String, String) - Method in class org.apache.felix.scrplugin.xml.ComponentDescriptorIO.XmlHandler
 
endElement(String, String, String) - Method in class org.apache.felix.scrplugin.xml.IOUtils.NamespaceAsAttributes
Receive notification of the end of an element.
endPrefixMapping(String) - Method in class org.apache.felix.scrplugin.xml.IOUtils.NamespaceAsAttributes
End the scope of a prefix-URI mapping: remove entry from mapping tables.
endProcessChildren(Artifact) - Method in class org.apache.maven.shared.dependency.tree.DependencyTreeResolutionListener
equals(Object) - Method in class org.apache.felix.bundleplugin.BlueprintPlugin.Attribute
 
equals(Object) - Method in class org.osgi.impl.bundle.obr.resource.FilterImpl
 
equals(Object) - Method in class org.osgi.impl.bundle.obr.resource.RequirementImpl
 
equals(Object) - Method in class org.osgi.impl.bundle.obr.resource.ResourceImpl
 
equals(Object) - Method in class org.osgi.impl.bundle.obr.resource.VersionRange
 
error(String) - Method in class org.apache.felix.scrplugin.ant.AntLog
 
error(String, String, int) - Method in class org.apache.felix.scrplugin.ant.AntLog
 
error(String, Throwable) - Method in class org.apache.felix.scrplugin.ant.AntLog
 
error(Throwable) - Method in class org.apache.felix.scrplugin.ant.AntLog
 
error(String) - Method in interface org.apache.felix.scrplugin.Log
Send a message to the user in the error error level.
error(String, String, int) - Method in interface org.apache.felix.scrplugin.Log
Send a message (and accompanying exception) to the user in the error error level.
error(String, Throwable) - Method in interface org.apache.felix.scrplugin.Log
Send a message (and accompanying exception) to the user in the error error level.
error(Throwable) - Method in interface org.apache.felix.scrplugin.Log
Send an exception to the user in the error error level.
error(String, Throwable) - Method in class org.apache.felix.scrplugin.mojo.MavenLog
 
error(String, String, int) - Method in class org.apache.felix.scrplugin.mojo.MavenLog
 
error(String) - Method in class org.apache.felix.scrplugin.mojo.MavenLog
 
error(Throwable) - Method in class org.apache.felix.scrplugin.mojo.MavenLog
 
excludeDependencies - Variable in class org.apache.felix.bundleplugin.BundlePlugin
Comma separated list of artifactIds to exclude from the dependency classpath passed to BND (use "true" to exclude everything)
execute(MavenProject, Map, Properties, Jar[]) - Method in class org.apache.felix.bundleplugin.AntPlugin
 
execute() - Method in class org.apache.felix.bundleplugin.BundleAllPlugin
 
execute() - Method in class org.apache.felix.bundleplugin.BundlePlugin
 
execute(MavenProject, Map, Properties) - Method in class org.apache.felix.bundleplugin.BundlePlugin
 
execute(MavenProject, Map, Properties, Jar[]) - Method in class org.apache.felix.bundleplugin.BundlePlugin
 
execute(MavenProject, Map, Properties, Jar[]) - Method in class org.apache.felix.bundleplugin.ManifestPlugin
 
execute() - Method in class org.apache.felix.bundleplugin.VersionCleanerPlugin
 
execute() - Method in class org.apache.felix.bundleplugin.WrapPlugin
 
execute() - Method in class org.apache.felix.obr.plugin.ObrCleanRepo
 
execute() - Method in class org.apache.felix.obr.plugin.ObrDeploy
 
execute() - Method in class org.apache.felix.obr.plugin.ObrDeployFile
 
execute() - Method in class org.apache.felix.obr.plugin.ObrInstall
 
execute() - Method in class org.apache.felix.obr.plugin.ObrInstallFile
 
execute() - Method in class org.apache.felix.obrplugin.ObrCleanRepo
 
execute() - Method in class org.apache.felix.obrplugin.ObrDeploy
 
execute() - Method in class org.apache.felix.obrplugin.ObrDeployFile
 
execute() - Method in class org.apache.felix.obrplugin.ObrIndex
 
execute() - Method in class org.apache.felix.obrplugin.ObrInstall
 
execute() - Method in class org.apache.felix.obrplugin.ObrInstallFile
 
execute() - Method in class org.apache.felix.obrplugin.ObrRemoteClean
 
execute() - Method in class org.apache.felix.scrplugin.ant.SCRDescriptorTask
 
execute() - Method in class org.apache.felix.scrplugin.mojo.SCRDescriptorMojo
 
execute() - Method in class org.apache.felix.scrplugin.SCRDescriptorGenerator
Actually generates the Declarative Services and Metatype descriptors scanning the java sources provided by the descriptor manager.
execute() - Method in class org.apache.felix.tools.maven.plugin.OsgiJarMojo
Execute this Mojo
exists(String) - Method in class org.apache.felix.tools.maven.plugin.Jar
 
ExtractBindexInfo - Class in org.apache.felix.obr.plugin
this class is used to configure bindex and get information built by bindex about targeted bundle.
ExtractBindexInfo(URI, String) - Constructor for class org.apache.felix.obr.plugin.ExtractBindexInfo
configure bindex and build information.

F

factory - Variable in class org.apache.felix.scrplugin.om.Component
The factory.
factoryPid - Variable in class org.apache.felix.scrplugin.om.metatype.Designate
 
field - Variable in class org.apache.felix.scrplugin.helper.PropertyHandler.PropertyDescription
 
field - Variable in class org.apache.felix.scrplugin.tags.annotation.AbstractTag
 
field - Variable in class org.apache.felix.scrplugin.tags.annotation.AnnotationJavaField
 
field - Variable in class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaField
 
field - Variable in class org.apache.felix.scrplugin.tags.qdox.QDoxJavaField
 
field - Variable in class org.apache.felix.scrplugin.tags.qdox.QDoxJavaTag
 
file - Variable in class org.apache.felix.obr.plugin.AbstractFileMojo
Bundle file, defaults to the artifact in the local Maven repository.
file - Variable in class org.apache.felix.obrplugin.AbstractFileMojo
Bundle file, defaults to the artifact in the local Maven repository.
FilterImpl - Class in org.osgi.impl.bundle.obr.resource
 
FilterImpl(String) - Constructor for class org.osgi.impl.bundle.obr.resource.FilterImpl
 
findBundleJar(ArtifactRepository, Artifact) - Static method in class org.apache.felix.obr.plugin.ObrUtils
 
findInterface(String) - Method in class org.apache.felix.scrplugin.om.Service
Search for an implemented interface.
findMethod(int, String) - Method in class org.apache.felix.scrplugin.om.Reference
 
findObrXml(Collection) - Static method in class org.apache.felix.obr.plugin.ObrUtils
 
findObrXml(Collection) - Static method in class org.apache.felix.obrplugin.ObrUtils
 
findRecursiveAttribute(String) - Method in class org.osgi.impl.bundle.obr.resource.Tag
 
findRepositoryXml(String, String) - Static method in class org.apache.felix.obr.plugin.ObrUtils
 
findRepositoryXml(String, String) - Static method in class org.apache.felix.obrplugin.ObrUtils
 
firstElement - Variable in class org.apache.felix.scrplugin.xml.ComponentDescriptorIO.XmlHandler
Flag for detecting the first element.

G

generateXML(Components, ContentHandler, boolean) - Static method in class org.apache.felix.scrplugin.xml.ComponentDescriptorIO
Generate the xml top level element and start streaming the components.
generateXML(String, Component, ContentHandler, boolean) - Static method in class org.apache.felix.scrplugin.xml.ComponentDescriptorIO
Write the xml for a Component.
generateXML(Implementation, ContentHandler) - Static method in class org.apache.felix.scrplugin.xml.ComponentDescriptorIO
Write the xml for a Implementation.
generateXML(Service, ContentHandler) - Static method in class org.apache.felix.scrplugin.xml.ComponentDescriptorIO
Write the xml for a Service.
generateXML(Interface, ContentHandler) - Static method in class org.apache.felix.scrplugin.xml.ComponentDescriptorIO
Write the xml for a Interface.
generateXML(Property, ContentHandler, boolean) - Static method in class org.apache.felix.scrplugin.xml.ComponentDescriptorIO
Write the xml for a Property.
generateXML(String, Reference, ContentHandler, boolean) - Static method in class org.apache.felix.scrplugin.xml.ComponentDescriptorIO
Write the xml for a Reference.
generateXML(MetaData, ContentHandler) - Static method in class org.apache.felix.scrplugin.xml.MetaTypeIO
Generate the xml top level element and start streaming the meta data.
generateXML(OCD, ContentHandler) - Static method in class org.apache.felix.scrplugin.xml.MetaTypeIO
 
generateXML(AttributeDefinition, ContentHandler) - Static method in class org.apache.felix.scrplugin.xml.MetaTypeIO
 
generateXML(Designate, ContentHandler) - Static method in class org.apache.felix.scrplugin.xml.MetaTypeIO
 
generateXML(MTObject, ContentHandler) - Static method in class org.apache.felix.scrplugin.xml.MetaTypeIO
 
get(String, String) - Method in class org.apache.felix.obr.plugin.RemoteFileManager
get a file from the current repository connected.
get(String, String) - Method in class org.apache.felix.obrplugin.RemoteFileManager
get a file from the current repository connected.
get(Object) - Method in class org.osgi.impl.bundle.obr.resource.Manifest
 
get_native() - Method in class org.osgi.impl.bundle.obr.resource.Manifest
 
getActivate() - Method in class org.apache.felix.scrplugin.om.Component
Get the name of the activate method (or null for default)
getActivator() - Method in class org.osgi.impl.bundle.obr.resource.Manifest
 
getAlias(String) - Method in class org.osgi.impl.bundle.obr.resource.ManifestEntry
 
getAnalyzer(MavenProject, Jar[]) - Method in class org.apache.felix.bundleplugin.ManifestPlugin
 
getAnalyzer(MavenProject, Map, Properties, Jar[]) - Method in class org.apache.felix.bundleplugin.ManifestPlugin
 
getAnnotationTagProviderManager() - Method in class org.apache.felix.scrplugin.JavaClassDescriptorManager
 
getAnnotationValues(Annotation, String, JavaClassDescription) - Static method in class org.apache.felix.scrplugin.tags.annotation.Util
 
getArchiveConfiguration(MavenProject) - Static method in class org.apache.felix.bundleplugin.JarPluginConfiguration
 
getArtifactURI(ArtifactRepository, Artifact) - Static method in class org.apache.felix.obrplugin.ObrUtils
 
getAttribute(String) - Method in class org.osgi.impl.bundle.obr.resource.Tag
Return the attribute value.
getAttribute(String, String) - Method in class org.osgi.impl.bundle.obr.resource.Tag
Return the attribute value or a default if not defined.
getAttributes() - Method in class org.osgi.impl.bundle.obr.resource.ManifestEntry
 
getAttributes() - Method in class org.osgi.impl.bundle.obr.resource.Tag
Answer the attributes as a Dictionary object.
getBind() - Method in class org.apache.felix.scrplugin.om.Reference
 
getBoolean(JavaTag, String, boolean) - Static method in class org.apache.felix.scrplugin.SCRDescriptorGenerator
 
getBooleanValue(Annotation, String, Class<?>) - Static method in class org.apache.felix.scrplugin.tags.annotation.Util
Get a boolean value from an annotation.
getBooleanValues(Annotation, JavaClassDescription, String) - Static method in class org.apache.felix.scrplugin.tags.annotation.Util
Helper method to get the values of an annotation as boolean values.
getBsn() - Method in class org.osgi.impl.bundle.obr.resource.Manifest
 
getBuildDirectory() - Method in class org.apache.felix.bundleplugin.BundlePlugin
 
getBundleActivator() - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
getBundleCategory() - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
getBundleContactAddress() - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
getBundleCopyright() - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
getBundleDate() - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
getBundleDescription() - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
getBundleDocUrl() - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
getBundleFileName(Artifact) - Method in class org.apache.maven.shared.osgi.DefaultMaven2OsgiConverter
 
getBundleFileName(Artifact) - Method in interface org.apache.maven.shared.osgi.Maven2OsgiConverter
 
getBundleLocalization() - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
getBundleManifestVersion() - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
getBundleName(MavenProject) - Method in class org.apache.felix.bundleplugin.BundlePlugin
TODO this should return getMaven2Osgi().getBundleFileName( project.getArtifact() )
getBundleName() - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
getBundleNativeCode() - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
getBundleRequiredExecutionEnvironment() - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
getBundleSource() - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
getBundleSymbolicName() - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
getBundleSymbolicName(Artifact) - Method in class org.apache.maven.shared.osgi.DefaultMaven2OsgiConverter
Get the symbolic name as groupId + "." + artifactId, with the following exceptions if artifact.getFile is not null and the jar contains a OSGi Manifest with Bundle-SymbolicName property then that value is returned if groupId has only one section (no dots) and artifact.getFile is not null then the first package name with classes is returned.
getBundleSymbolicName(Artifact) - Method in interface org.apache.maven.shared.osgi.Maven2OsgiConverter
Get the OSGi symbolic name for the artifact
getBundleUpdateLocation() - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
getBundleUrl() - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
getBundleVendor() - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
getBundleVersion() - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
getByteValues(Annotation, JavaClassDescription, String) - Static method in class org.apache.felix.scrplugin.tags.annotation.Util
Helper method to get the values of an annotation as byte values.
getCapabilities() - Method in class org.apache.felix.obr.plugin.ExtractBindexInfo
extract capabilities from bindex information.
getCapabilities() - Method in class org.osgi.impl.bundle.obr.resource.ResourceImpl
 
getCapability() - Method in class org.apache.felix.obr.plugin.ResourcesBundle
 
getCapabilityList() - Method in class org.osgi.impl.bundle.obr.resource.ResourceImpl
 
getCardinality() - Method in class org.apache.felix.scrplugin.om.metatype.AttributeDefinition
 
getCardinality() - Method in class org.apache.felix.scrplugin.om.Property
 
getCardinality() - Method in class org.apache.felix.scrplugin.om.Reference
 
getCardinalityString() - Method in enum org.apache.felix.scr.annotations.ReferenceCardinality
 
getCategories() - Method in class org.osgi.impl.bundle.obr.resource.Manifest
 
getCategories() - Method in class org.osgi.impl.bundle.obr.resource.ResourceImpl
 
getCategory() - Method in class org.apache.felix.obr.plugin.ResourcesBundle
 
getCharValues(Annotation, JavaClassDescription, String) - Static method in class org.apache.felix.scrplugin.tags.annotation.Util
Helper method to get the values of an annotation as char values.
getClass(String) - Static method in class org.apache.felix.scrplugin.tags.ClassUtil
Get the compiled class.
getClassame() - Method in class org.apache.felix.scrplugin.om.Implementation
 
getClassLoader() - Method in class org.apache.felix.scrplugin.JavaClassDescriptorManager
Return the class laoder.
getClasspath(MavenProject) - Method in class org.apache.felix.bundleplugin.BundlePlugin
 
getClasspath() - Method in class org.osgi.impl.bundle.obr.resource.Manifest
 
getClassValue(Annotation, String, Class<?>) - Static method in class org.apache.felix.scrplugin.tags.annotation.Util
 
getComment() - Method in class org.osgi.impl.bundle.obr.resource.RequirementImpl
 
getCompiledClass() - Method in class org.apache.felix.scrplugin.tags.qdox.QDoxJavaClassDescription
 
getComponentDescriptors() - Method in class org.apache.felix.scrplugin.JavaClassDescriptorManager
Returns a map of component descriptors which may be extended by the java sources returned by the JavaClassDescriptorManager.getSources() method.
getComponents() - Method in class org.apache.felix.scrplugin.om.Components
Return the list of Components.
getConfigurationPolicy() - Method in class org.apache.felix.scrplugin.om.Component
Return the configuration policy.
getContents() - Method in class org.osgi.impl.bundle.obr.resource.Tag
Return the contents.
getContents(String) - Method in class org.osgi.impl.bundle.obr.resource.Tag
Return only the tags of the first level of descendants that match the name.
getContentsAsString() - Method in class org.osgi.impl.bundle.obr.resource.Tag
Return the whole contents as a String (no tag info and attributes).
getContentsAsString(StringBuffer) - Method in class org.osgi.impl.bundle.obr.resource.Tag
convenient method to get the contents in a StringBuffer.
getCopyright() - Method in class org.apache.felix.obr.plugin.ExtractBindexInfo
extract copyright from bindex information.
getCopyright() - Method in class org.osgi.impl.bundle.obr.resource.Manifest
 
getCopyright() - Method in class org.osgi.impl.bundle.obr.resource.ResourceImpl
 
getDeactivate() - Method in class org.apache.felix.scrplugin.om.Component
Get the name of the deactivate method (or null for default)
getDefaultMultiValue() - Method in class org.apache.felix.scrplugin.om.metatype.AttributeDefinition
 
getDefaultProperties(MavenProject) - Method in class org.apache.felix.bundleplugin.BundlePlugin
 
getDefaultValue() - Method in class org.apache.felix.scrplugin.om.metatype.AttributeDefinition
 
getDependencies() - Method in class org.apache.felix.scrplugin.ant.AntJavaClassDescriptorManager
 
getDependencies() - Method in class org.apache.felix.scrplugin.JavaClassDescriptorManager
Returns a list of files denoting dependencies of the module for which descriptors are to be generated.
getDependencies() - Method in class org.apache.felix.scrplugin.mojo.MavenJavaClassDescriptorManager
 
getDescription() - Method in class org.apache.felix.obr.plugin.ExtractBindexInfo
extract description from bindex information.
getDescription() - Method in class org.apache.felix.obr.plugin.ResourcesBundle
 
getDescription() - Method in class org.apache.felix.scrplugin.om.metatype.AttributeDefinition
 
getDescription() - Method in class org.apache.felix.scrplugin.om.metatype.OCD
 
getDescription() - Method in class org.apache.felix.scrplugin.om.Property
 
getDescription() - Method in class org.osgi.impl.bundle.obr.resource.ResourceImpl
 
getDesignates() - Method in class org.apache.felix.scrplugin.om.metatype.MetaData
 
getDirectives() - Method in class org.osgi.impl.bundle.obr.resource.ManifestEntry
 
getDocumentation() - Method in class org.apache.felix.obr.plugin.ExtractBindexInfo
extract documentation from bindex information.
getDocumentation() - Method in class org.apache.felix.obr.plugin.ResourcesBundle
 
getDocumentation() - Method in class org.osgi.impl.bundle.obr.resource.Manifest
 
getDocumentation() - Method in class org.osgi.impl.bundle.obr.resource.ResourceImpl
 
getDoubleValues(Annotation, JavaClassDescription, String) - Static method in class org.apache.felix.scrplugin.tags.annotation.Util
Helper method to get the values of an annotation as double values.
getDuplicatedExports() - Method in class org.apache.felix.bundleplugin.BundleInfo
Get a list of packages that are exported in more than one bundle.
getDuplicates() - Method in class org.osgi.impl.bundle.obr.resource.Manifest
 
getDynamicImportPackage() - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
getEmbeddableArtifacts(MavenProject, Analyzer) - Method in class org.apache.felix.bundleplugin.BundlePlugin
 
getEmbeddedArtifacts() - Method in class org.apache.felix.bundleplugin.DependencyEmbedder
 
getEntries() - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
getEntries(String) - Method in class org.osgi.impl.bundle.obr.resource.Manifest
 
getEntry(String) - Method in class org.apache.felix.tools.maven.plugin.Jar
 
getEntryPaths(String) - Method in class org.apache.felix.tools.maven.plugin.Jar
 
getEnumValue(Annotation, String, Class<T>, Class<?>, boolean) - Static method in class org.apache.felix.scrplugin.tags.annotation.Util
 
getEnumValue(Annotation, String, Class<T>, Class<?>) - Static method in class org.apache.felix.scrplugin.tags.annotation.Util
 
getErrors() - Method in class org.apache.felix.scrplugin.helper.IssueLog
 
getExcludedArtifacts() - Method in class org.apache.felix.bundleplugin.DependencyExcluder
 
getExplicitImportPackage() - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
getExportedPackages() - Method in class org.apache.felix.bundleplugin.BundleInfo
 
getExportPackage() - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
getExports() - Method in class org.osgi.impl.bundle.obr.resource.Manifest
 
getExportService() - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
getExtend() - Method in class org.apache.felix.obr.plugin.Require
get the extend attribute.
getExtendList() - Method in class org.osgi.impl.bundle.obr.resource.ResourceImpl
 
getExternalFieldByName(String) - Method in class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaClassDescription
 
getExternalFieldByName(String) - Method in interface org.apache.felix.scrplugin.tags.JavaClassDescription
 
getExternalFieldByName(String) - Method in class org.apache.felix.scrplugin.tags.qdox.QDoxJavaClassDescription
 
getFactory() - Method in class org.apache.felix.scrplugin.om.Component
 
getFactoryPid() - Method in class org.apache.felix.scrplugin.om.metatype.Designate
 
getField() - Method in class org.apache.felix.scrplugin.tags.annotation.AbstractTag
 
getField() - Method in class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaTag
 
getField() - Method in interface org.apache.felix.scrplugin.tags.JavaTag
 
getField() - Method in class org.apache.felix.scrplugin.tags.qdox.QDoxJavaTag
 
getFieldByName(String) - Method in class org.apache.felix.scrplugin.tags.annotation.AnnotationJavaClassDescription
 
getFieldByName(String) - Method in class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaClassDescription
 
getFieldByName(String) - Method in interface org.apache.felix.scrplugin.tags.JavaClassDescription
Get the field with the name.
getFieldByName(String) - Method in class org.apache.felix.scrplugin.tags.qdox.QDoxJavaClassDescription
 
getFields() - Method in class org.apache.felix.scrplugin.tags.annotation.AnnotationJavaClassDescription
 
getFields() - Method in class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaClassDescription
 
getFields() - Method in interface org.apache.felix.scrplugin.tags.JavaClassDescription
Get the fields of this class
getFields() - Method in class org.apache.felix.scrplugin.tags.qdox.QDoxJavaClassDescription
 
getFile(Artifact) - Method in class org.apache.felix.bundleplugin.BundleAllPlugin
Use previously built bundles when available.
getFile(Artifact) - Method in class org.apache.felix.bundleplugin.BundlePlugin
Get the file for an Artifact
getFilter() - Method in class org.apache.felix.obr.plugin.Require
get the filter attribute.
getFilter() - Method in class org.osgi.impl.bundle.obr.resource.RequirementImpl
 
getFloatValues(Annotation, JavaClassDescription, String) - Static method in class org.apache.felix.scrplugin.tags.annotation.Util
Helper method to get the values of an annotation as float values.
getFragmentHost() - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
getHost() - Method in class org.osgi.impl.bundle.obr.resource.Manifest
 
getId() - Method in class org.apache.felix.obr.plugin.Category
get the id attribute.
getId() - Method in class org.apache.felix.obr.plugin.ExtractBindexInfo
extract source from bindex information.
getId() - Method in class org.apache.felix.obr.plugin.ResourcesBundle
 
getId() - Method in class org.apache.felix.scrplugin.om.metatype.AttributeDefinition
 
getId() - Method in class org.apache.felix.scrplugin.om.metatype.OCD
 
getId() - Method in class org.osgi.impl.bundle.obr.resource.ResourceImpl
 
getIgnorePackage() - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
getImplementation() - Method in class org.apache.felix.scrplugin.om.Component
 
getImplementedInterfaces() - Method in class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaClassDescription
 
getImplementedInterfaces() - Method in interface org.apache.felix.scrplugin.tags.JavaClassDescription
Returns an array of the implemented interfaces of this class.
getImplementedInterfaces() - Method in class org.apache.felix.scrplugin.tags.qdox.QDoxJavaClassDescription
 
getImportPackage() - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
getImports() - Method in class org.osgi.impl.bundle.obr.resource.Manifest
 
getImportService() - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
getInitializationExpression() - Method in class org.apache.felix.scrplugin.tags.annotation.AnnotationJavaField
 
getInitializationExpression() - Method in class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaField
 
getInitializationExpression(Class<?>, String) - Static method in class org.apache.felix.scrplugin.tags.ClassUtil
Try to get the initial value of a static field
getInitializationExpression() - Method in interface org.apache.felix.scrplugin.tags.JavaField
Return the initial value if this is a static constant.
getInitializationExpression() - Method in class org.apache.felix.scrplugin.tags.qdox.QDoxJavaField
 
getInlinedPaths() - Method in class org.apache.felix.bundleplugin.DependencyEmbedder
 
getInterfacename() - Method in class org.apache.felix.scrplugin.om.Interface
 
getInterfacename() - Method in class org.apache.felix.scrplugin.om.Reference
 
getInterfaces() - Method in class org.apache.felix.scrplugin.om.Service
 
getIntValue(Annotation, String, Class<?>) - Static method in class org.apache.felix.scrplugin.tags.annotation.Util
 
getIntValues(Annotation, JavaClassDescription, String) - Static method in class org.apache.felix.scrplugin.tags.annotation.Util
Helper method to get the values of an annotation as long values.
getJavaClassDescription(String) - Method in class org.apache.felix.scrplugin.JavaClassDescriptorManager
Get a java class description for the class.
getJavaClassDescription() - Method in class org.apache.felix.scrplugin.om.Component
Return the associated java class description
getJavaClassDescription() - Method in class org.apache.felix.scrplugin.tags.annotation.AbstractTag
 
getJavaClassDescription() - Method in class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaTag
 
getJavaClassDescription() - Method in interface org.apache.felix.scrplugin.tags.JavaTag
 
getJavaClassDescription() - Method in class org.apache.felix.scrplugin.tags.qdox.QDoxJavaTag
 
getJavaTag() - Method in class org.apache.felix.scrplugin.om.AbstractObject
 
getLabel() - Method in class org.apache.felix.scrplugin.om.Property
 
getLastModified() - Method in class org.osgi.impl.bundle.obr.resource.RepositoryImpl
 
getLicense() - Method in class org.apache.felix.obr.plugin.ExtractBindexInfo
extract license from bindex information.
getLicense() - Method in class org.apache.felix.obr.plugin.ResourcesBundle
 
getLicense() - Method in class org.osgi.impl.bundle.obr.resource.ResourceImpl
 
getLineNumber() - Method in exception org.apache.felix.scrplugin.SCRDescriptorException
 
getLineNumber() - Method in class org.apache.felix.scrplugin.tags.annotation.AbstractTag
 
getLineNumber() - Method in class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaTag
 
getLineNumber() - Method in interface org.apache.felix.scrplugin.tags.JavaTag
 
getLineNumber() - Method in class org.apache.felix.scrplugin.tags.qdox.QDoxJavaTag
 
getLocalization() - Method in class org.apache.felix.scrplugin.om.metatype.MetaData
 
getLocalName() - Method in class org.osgi.impl.bundle.obr.resource.Tag
 
getLocation() - Method in class org.osgi.impl.bundle.obr.resource.Manifest
 
getLog() - Method in class org.apache.felix.scrplugin.JavaClassDescriptorManager
Return the log.
getLongValues(Annotation, JavaClassDescription, String) - Static method in class org.apache.felix.scrplugin.tags.annotation.Util
Helper method to get the values of an annotation as long values.
getManager() - Method in class org.apache.felix.scrplugin.tags.annotation.AnnotationJavaClassDescription
 
getManifest(MavenProject, Jar[]) - Method in class org.apache.felix.bundleplugin.ManifestPlugin
 
getManifest(MavenProject, Map, Properties, Jar[]) - Method in class org.apache.felix.bundleplugin.ManifestPlugin
 
getManifest() - Method in class org.apache.felix.tools.maven.plugin.Jar
 
getManifestVersion() - Method in class org.osgi.impl.bundle.obr.resource.Manifest
 
getMaven2OsgiConverter() - Method in class org.apache.felix.bundleplugin.BundlePlugin
 
getMaven2OsgiConverter() - Method in class org.apache.felix.bundleplugin.VersionCleanerPlugin
 
getMetadataLocation() - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
getMethodBySignature(String, String[]) - Method in class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaClassDescription
 
getMethodBySignature(String, String[]) - Method in interface org.apache.felix.scrplugin.tags.JavaClassDescription
Search for a method with the given signature.
getMethodBySignature(String, String[]) - Method in class org.apache.felix.scrplugin.tags.qdox.QDoxJavaClassDescription
 
getMethods() - Method in class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaClassDescription
 
getMethods() - Method in interface org.apache.felix.scrplugin.tags.JavaClassDescription
Return all methods of this class
getMethods() - Method in class org.apache.felix.scrplugin.tags.qdox.QDoxJavaClassDescription
 
getModified() - Method in class org.apache.felix.scrplugin.om.Component
Get the name of the modified method (or null for default)
getMultiple() - Method in class org.apache.felix.obr.plugin.Require
get multiple attribute.
getMultiValue() - Method in class org.apache.felix.scrplugin.om.Property
 
getN() - Method in class org.apache.felix.obr.plugin.PElement
get the n tag.
getName() - Method in class org.apache.felix.bundleplugin.BlueprintPlugin.Attribute
 
getName() - Method in class org.apache.felix.obr.plugin.Capability
get the name attribute.
getName() - Method in class org.apache.felix.obr.plugin.Require
get name attribute.
getName() - Method in class org.apache.felix.scrplugin.om.Component
 
getName() - Method in class org.apache.felix.scrplugin.om.metatype.AttributeDefinition
 
getName() - Method in class org.apache.felix.scrplugin.om.metatype.OCD
 
getName() - Method in class org.apache.felix.scrplugin.om.Property
 
getName() - Method in class org.apache.felix.scrplugin.om.Reference
 
getName() - Method in class org.apache.felix.scrplugin.tags.annotation.AbstractTag
 
getName() - Method in class org.apache.felix.scrplugin.tags.annotation.AnnotationJavaField
 
getName() - Method in class org.apache.felix.scrplugin.tags.annotation.defaulttag.ComponentTag
 
getName() - Method in class org.apache.felix.scrplugin.tags.annotation.defaulttag.PropertyTag
 
getName() - Method in class org.apache.felix.scrplugin.tags.annotation.defaulttag.ReferenceTag
 
getName() - Method in class org.apache.felix.scrplugin.tags.annotation.defaulttag.ServiceTag
 
getName() - Method in class org.apache.felix.scrplugin.tags.annotation.sling.SlingFilterComponentTag
 
getName() - Method in class org.apache.felix.scrplugin.tags.annotation.sling.SlingFilterServiceTag
 
getName() - Method in class org.apache.felix.scrplugin.tags.annotation.sling.SlingServletComponentTag
 
getName() - Method in class org.apache.felix.scrplugin.tags.annotation.sling.SlingServletPropertyTag
 
getName() - Method in class org.apache.felix.scrplugin.tags.annotation.sling.SlingServletServiceTag
 
getName() - Method in class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaClassDescription
 
getName() - Method in class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaField
 
getName() - Method in class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaMethod
 
getName() - Method in class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaTag
 
getName() - Method in interface org.apache.felix.scrplugin.tags.JavaClassDescription
Get the name of the described class.
getName() - Method in interface org.apache.felix.scrplugin.tags.JavaField
The name of the field.
getName() - Method in interface org.apache.felix.scrplugin.tags.JavaMethod
 
getName() - Method in interface org.apache.felix.scrplugin.tags.JavaTag
 
getName() - Method in class org.apache.felix.scrplugin.tags.qdox.QDoxJavaClassDescription
 
getName() - Method in class org.apache.felix.scrplugin.tags.qdox.QDoxJavaField
 
getName() - Method in class org.apache.felix.scrplugin.tags.qdox.QDoxJavaMethod
 
getName() - Method in class org.apache.felix.scrplugin.tags.qdox.QDoxJavaTag
 
getName() - Method in class org.osgi.impl.bundle.obr.resource.CapabilityImpl
 
getName() - Method in class org.osgi.impl.bundle.obr.resource.ManifestEntry
 
getName() - Method in class org.osgi.impl.bundle.obr.resource.RepositoryImpl
 
getName() - Method in class org.osgi.impl.bundle.obr.resource.RequirementImpl
 
getName() - Method in class org.osgi.impl.bundle.obr.resource.Tag
Return the name of the tag.
getNamedParameter(String) - Method in class org.apache.felix.scrplugin.tags.annotation.AbstractTag
 
getNamedParameter(String) - Method in class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaTag
 
getNamedParameter(String) - Method in interface org.apache.felix.scrplugin.tags.JavaTag
 
getNamedParameter(String) - Method in class org.apache.felix.scrplugin.tags.qdox.QDoxJavaTag
 
getNamedParameterMap() - Method in class org.apache.felix.scrplugin.tags.annotation.AbstractTag
 
getNamedParameterMap() - Method in class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaTag
 
getNamedParameterMap() - Method in interface org.apache.felix.scrplugin.tags.JavaTag
 
getNamedParameterMap() - Method in class org.apache.felix.scrplugin.tags.qdox.QDoxJavaTag
 
getNameSpace() - Method in class org.osgi.impl.bundle.obr.resource.Tag
 
getNameSpace(String) - Method in class org.osgi.impl.bundle.obr.resource.Tag
 
getNative() - Method in class org.osgi.impl.bundle.obr.resource.Manifest
 
getNode(Document) - Method in class org.apache.felix.obr.plugin.Capability
transform this object to Node.
getNode(Document) - Method in class org.apache.felix.obr.plugin.Category
transform this object to node.
getNode(Document) - Method in class org.apache.felix.obr.plugin.PElement
transform this object to node.
getNode(Document) - Method in class org.apache.felix.obr.plugin.Require
transform this object to Node.
getNode(Document) - Method in class org.apache.felix.obr.plugin.ResourcesBundle
transform this object to Node.
getNodes() - Method in class org.apache.maven.shared.dependency.tree.DependencyTreeResolutionListener
Deprecated. As of 1.1, use a CollectingDependencyNodeVisitor on the root dependency node
getNumberOfErrors() - Method in class org.apache.felix.scrplugin.helper.IssueLog
 
getObject() - Method in class org.apache.felix.scrplugin.om.metatype.Designate
 
getOcdref() - Method in class org.apache.felix.scrplugin.om.metatype.MTObject
 
getOCDs() - Method in class org.apache.felix.scrplugin.om.metatype.MetaData
 
getOptional() - Method in class org.apache.felix.obr.plugin.Require
get the optional attribute.
getOptionalPackages(MavenProject) - Method in class org.apache.felix.bundleplugin.BundlePlugin
 
getOptions() - Method in class org.apache.felix.scrplugin.om.metatype.AttributeDefinition
 
getOutputDirectory() - Method in class org.apache.felix.bundleplugin.BundlePlugin
 
getOutputDirectory() - Method in class org.apache.felix.scrplugin.ant.AntJavaClassDescriptorManager
 
getOutputDirectory() - Method in class org.apache.felix.scrplugin.JavaClassDescriptorManager
Returns the absolute filesystem path to the directory where the classes compiled from the java source files (see JavaClassDescriptorManager.getSources()) have been placed.
getOutputDirectory() - Method in class org.apache.felix.scrplugin.mojo.MavenJavaClassDescriptorManager
 
getOutputFile(Artifact) - Method in class org.apache.felix.bundleplugin.BundleAllPlugin
 
getP() - Method in class org.apache.felix.obr.plugin.Capability
return the capabilities.
getParameters() - Method in class org.apache.felix.scrplugin.tags.annotation.AbstractTag
 
getParameters() - Method in class org.apache.felix.scrplugin.tags.annotation.defaulttag.PropertyTag
 
getParameters() - Method in class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaMethod
 
getParameters() - Method in class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaTag
 
getParameters() - Method in interface org.apache.felix.scrplugin.tags.JavaMethod
 
getParameters() - Method in interface org.apache.felix.scrplugin.tags.JavaTag
 
getParameters() - Method in class org.apache.felix.scrplugin.tags.qdox.QDoxJavaMethod
 
getParameters() - Method in class org.apache.felix.scrplugin.tags.qdox.QDoxJavaTag
 
getPath() - Method in class org.apache.felix.tools.maven.plugin.Clazz
 
getPath() - Method in class org.osgi.impl.bundle.obr.resource.ManifestEntry
 
getPid() - Method in class org.apache.felix.scrplugin.om.metatype.Designate
 
getPolicy() - Method in class org.apache.felix.scrplugin.om.Reference
 
getPolicyString() - Method in enum org.apache.felix.scr.annotations.ConfigurationPolicy
 
getPolicyString() - Method in enum org.apache.felix.scr.annotations.ReferencePolicy
 
getPresentationName() - Method in class org.apache.felix.obr.plugin.ExtractBindexInfo
extract presentation name from bindex information.
getPresentationName() - Method in class org.apache.felix.obr.plugin.ResourcesBundle
 
getPresentationName() - Method in class org.osgi.impl.bundle.obr.resource.ResourceImpl
 
getProject() - Method in class org.apache.felix.bundleplugin.BundlePlugin
 
getProject() - Method in class org.apache.felix.obr.plugin.AbstractFileMojo
 
getProject() - Method in class org.apache.felix.obrplugin.AbstractFileMojo
 
getProperties() - Method in class org.apache.felix.bundleplugin.BlueprintPlugin.Attribute
 
getProperties() - Method in class org.apache.felix.scrplugin.om.Component
 
getProperties() - Method in class org.apache.felix.scrplugin.om.metatype.OCD
 
getProperties() - Method in class org.osgi.impl.bundle.obr.resource.CapabilityImpl
 
getProperties() - Method in class org.osgi.impl.bundle.obr.resource.ResourceImpl
 
getPropertyName(JavaTag, JavaField) - Method in class org.apache.felix.scrplugin.helper.PropertyHandler
Return the name of the property.
getPropertyValueRef(JavaTag, Property, String) - Method in class org.apache.felix.scrplugin.helper.PropertyHandler
 
getProxyInfo(Settings) - Static method in class org.apache.felix.obr.plugin.RemoteFileManager
Convenience method to map a Proxy object from the user system settings to a ProxyInfo object.
getProxyInfo(Settings) - Static method in class org.apache.felix.obrplugin.RemoteFileManager
Convenience method to map a Proxy object from the user system settings to a ProxyInfo object.
getRanking() - Method in class org.osgi.impl.bundle.obr.resource.RepositoryImpl
 
getReferencedClass(String) - Method in class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaClassDescription
 
getReferencedClass(String) - Method in interface org.apache.felix.scrplugin.tags.JavaClassDescription
Search for the class.
getReferencedClass(String) - Method in class org.apache.felix.scrplugin.tags.qdox.QDoxJavaClassDescription
 
getReferencedField(JavaTag, String) - Method in class org.apache.felix.scrplugin.helper.PropertyHandler
 
getReferencedField(JavaTag, String) - Method in class org.apache.felix.scrplugin.SCRDescriptorGenerator
 
getReferenceName(JavaTag, String) - Method in class org.apache.felix.scrplugin.SCRDescriptorGenerator
 
getReferences() - Method in class org.apache.felix.scrplugin.om.Component
 
getReferred() - Method in class org.apache.felix.tools.maven.plugin.Clazz
 
getRelativeURI(URI, URI) - Static method in class org.apache.felix.obr.plugin.ObrUtils
 
getRelativeURI(URI, URI) - Static method in class org.apache.felix.obrplugin.ObrUtils
 
getRemoteBundle() - Method in class org.apache.felix.obr.plugin.Config
 
getRemoteBundle() - Method in class org.apache.felix.obrplugin.Config
 
getRepository() - Method in class org.osgi.impl.bundle.obr.resource.ResourceImpl
 
getRequire() - Method in class org.apache.felix.obr.plugin.ResourcesBundle
 
getRequire() - Method in class org.osgi.impl.bundle.obr.resource.Manifest
 
getRequireBundle() - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
getRequiredExecutionEnvironments() - Method in class org.osgi.impl.bundle.obr.resource.Manifest
 
getRequirement() - Method in class org.apache.felix.obr.plugin.ExtractBindexInfo
extract requirement from bindex information.
getRequirementList() - Method in class org.osgi.impl.bundle.obr.resource.ResourceImpl
 
getRequirements() - Method in class org.osgi.impl.bundle.obr.resource.ResourceImpl
 
getResource(String) - Method in class org.osgi.impl.bundle.obr.resource.RepositoryImpl
 
getResourceList() - Method in class org.osgi.impl.bundle.obr.resource.RepositoryImpl
 
getResources() - Method in class org.osgi.impl.bundle.obr.resource.RepositoryImpl
 
getRootNode() - Method in class org.apache.maven.shared.dependency.tree.DependencyTreeResolutionListener
Gets the root dependency node of the computed dependency tree.
getScope() - Method in enum org.apache.felix.scr.annotations.sling.SlingFilterScope
 
getSeparator() - Method in class org.apache.felix.tools.maven.plugin.QuotedTokenizer
 
getSerializer(File) - Static method in class org.apache.felix.scrplugin.xml.IOUtils
 
getService() - Method in class org.apache.felix.scrplugin.om.Component
 
getServiceComponent() - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
getShortValues(Annotation, JavaClassDescription, String) - Static method in class org.apache.felix.scrplugin.tags.annotation.Util
Helper method to get the values of an annotation as short values.
getSize() - Method in class org.apache.felix.obr.plugin.ResourcesBundle
 
getSize() - Method in class org.osgi.impl.bundle.obr.resource.ResourceImpl
 
getSource() - Method in class org.apache.felix.obr.plugin.ExtractBindexInfo
extract source from bindex information.
getSource() - Method in class org.apache.felix.obr.plugin.ResourcesBundle
 
getSource() - Method in class org.osgi.impl.bundle.obr.resource.ResourceImpl
 
getSourceDescriptions() - Method in class org.apache.felix.scrplugin.JavaClassDescriptorManager
Return all source descriptions of this project.
getSourceFiles() - Method in class org.apache.felix.scrplugin.ant.AntJavaClassDescriptorManager
 
getSourceFiles() - Method in class org.apache.felix.scrplugin.JavaClassDescriptorManager
Returns an iterator of paths to directories providing Java source files to be parsed.
getSourceFiles() - Method in class org.apache.felix.scrplugin.mojo.MavenJavaClassDescriptorManager
 
getSourceLocation() - Method in exception org.apache.felix.scrplugin.SCRDescriptorException
 
getSourceLocation() - Method in class org.apache.felix.scrplugin.tags.annotation.AbstractTag
 
getSourceLocation() - Method in class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaTag
 
getSourceLocation() - Method in interface org.apache.felix.scrplugin.tags.JavaTag
 
getSourceLocation() - Method in class org.apache.felix.scrplugin.tags.qdox.QDoxJavaTag
 
getSources() - Method in class org.apache.felix.scrplugin.JavaClassDescriptorManager
Returns the QDox JavaSource instances representing the source files for which the Declarative Services and Metatype descriptors have to be generated.
getSpecVersion() - Method in class org.apache.felix.scrplugin.om.Component
Get the spec version.
getSpecVersion() - Method in class org.apache.felix.scrplugin.om.Components
Get the spec version.
getStrategy() - Method in class org.apache.felix.scrplugin.om.Reference
 
getStrategyString() - Method in enum org.apache.felix.scr.annotations.ReferenceStrategy
 
getString(String) - Method in class org.osgi.impl.bundle.obr.resource.Tag
 
getStringContent() - Method in class org.osgi.impl.bundle.obr.resource.Tag
 
getStringValue(Annotation, JavaClassDescription, String, Class<?>) - Static method in class org.apache.felix.scrplugin.tags.annotation.Util
Get a single annotation value
getStringValues(Annotation, JavaClassDescription, String) - Static method in class org.apache.felix.scrplugin.tags.annotation.Util
Helper method to get the values of an annotation as string values.
getSuperClass() - Method in class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaClassDescription
 
getSuperClass() - Method in interface org.apache.felix.scrplugin.tags.JavaClassDescription
Get the description for the parent class.
getSuperClass() - Method in class org.apache.felix.scrplugin.tags.qdox.QDoxJavaClassDescription
 
getSymbolicName() - Method in class org.apache.felix.obr.plugin.ExtractBindexInfo
extract symbolic name from bindex information.
getSymbolicName() - Method in class org.apache.felix.obr.plugin.ResourcesBundle
 
getSymbolicName() - Method in class org.osgi.impl.bundle.obr.resource.Manifest
 
getSymbolicName() - Method in class org.osgi.impl.bundle.obr.resource.ResourceImpl
 
getT() - Method in class org.apache.felix.obr.plugin.PElement
get the t tag.
getTagByName(String) - Method in class org.apache.felix.scrplugin.tags.annotation.AnnotationJavaClassDescription
 
getTagByName(String) - Method in class org.apache.felix.scrplugin.tags.annotation.AnnotationJavaField
 
getTagByName(String) - Method in class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaClassDescription
 
getTagByName(String) - Method in class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaField
 
getTagByName(String) - Method in interface org.apache.felix.scrplugin.tags.JavaClassDescription
Get the java class tag with the name.
getTagByName(String) - Method in interface org.apache.felix.scrplugin.tags.JavaField
Return the given tag.
getTagByName(String) - Method in class org.apache.felix.scrplugin.tags.qdox.QDoxJavaClassDescription
 
getTagByName(String) - Method in class org.apache.felix.scrplugin.tags.qdox.QDoxJavaField
 
getTags(Annotation, AnnotationJavaClassDescription, JavaField) - Method in interface org.apache.felix.scrplugin.tags.annotation.AnnotationTagProvider
Maps a annotation to one or many JavaTag implementations.
getTags(Annotation, AnnotationJavaClassDescription) - Method in class org.apache.felix.scrplugin.tags.annotation.AnnotationTagProviderManager
Converts a java annotation to JavaTag if a mapping can be found.
getTags(Annotation, AnnotationJavaClassDescription, JavaField) - Method in class org.apache.felix.scrplugin.tags.annotation.AnnotationTagProviderManager
Converts a java annotation to JavaTag if a mapping can be found.
getTags(Annotation, AnnotationJavaClassDescription, JavaField) - Method in class org.apache.felix.scrplugin.tags.annotation.defaulttag.DefaultAnnotationTagProvider
 
getTags(Annotation, AnnotationJavaClassDescription, JavaField) - Method in class org.apache.felix.scrplugin.tags.annotation.sling.SlingAnnotationTagProvider
 
getTagsByName(String, boolean) - Method in class org.apache.felix.scrplugin.tags.annotation.AnnotationJavaClassDescription
 
getTagsByName(String, boolean) - Method in class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaClassDescription
 
getTagsByName(String, boolean) - Method in interface org.apache.felix.scrplugin.tags.JavaClassDescription
Get all class tags with this name.
getTagsByName(String, boolean) - Method in class org.apache.felix.scrplugin.tags.qdox.QDoxJavaClassDescription
 
getTarget() - Method in class org.apache.felix.scrplugin.om.Reference
 
getTextContent(Node) - Static method in class org.apache.felix.obr.plugin.XmlHelper
based on public Java5 javadoc of org.w3c.dom.Node.getTextContent method
getTextContent(Node) - Static method in class org.apache.felix.obrplugin.XmlHelper
based on public Java5 javadoc of org.w3c.dom.Node.getTextContent method
getTokens() - Method in class org.apache.felix.tools.maven.plugin.QuotedTokenizer
 
getTokenSet() - Method in class org.apache.felix.tools.maven.plugin.QuotedTokenizer
 
getTransformer(URL) - Method in class org.apache.felix.bundleplugin.BlueprintPlugin
 
getType() - Method in class org.apache.felix.scrplugin.om.metatype.AttributeDefinition
 
getType() - Method in class org.apache.felix.scrplugin.om.Property
 
getType() - Method in class org.apache.felix.scrplugin.tags.annotation.AnnotationJavaField
 
getType() - Method in class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaField
 
getType() - Method in class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaParameter
 
getType() - Method in interface org.apache.felix.scrplugin.tags.JavaField
The type of the field.
getType() - Method in interface org.apache.felix.scrplugin.tags.JavaParameter
 
getType() - Method in class org.apache.felix.scrplugin.tags.qdox.QDoxJavaField
 
getType() - Method in class org.apache.felix.scrplugin.tags.qdox.QDoxJavaParameter
 
getUnbind() - Method in class org.apache.felix.scrplugin.om.Reference
 
getUpdated() - Method in class org.apache.felix.scrplugin.om.Reference
 
getUri() - Method in class org.apache.felix.obr.plugin.ResourcesBundle
 
getURL() - Method in class org.osgi.impl.bundle.obr.resource.RepositoryImpl
 
getURL() - Method in class org.osgi.impl.bundle.obr.resource.ResourceImpl
 
getV() - Method in class org.apache.felix.obr.plugin.PElement
get the v tag.
getValue() - Method in class org.apache.felix.obr.plugin.Require
get value of the tag.
getValue() - Method in class org.apache.felix.scrplugin.om.Property
 
getValue(String) - Method in class org.osgi.impl.bundle.obr.resource.Manifest
 
getValue(String, String) - Method in class org.osgi.impl.bundle.obr.resource.Manifest
 
getVersion() - Method in class org.apache.felix.obr.plugin.ExtractBindexInfo
extract version from bindex information.
getVersion() - Method in class org.apache.felix.obr.plugin.ResourcesBundle
 
getVersion(Artifact) - Method in class org.apache.maven.shared.osgi.DefaultMaven2OsgiConverter
 
getVersion(String) - Method in class org.apache.maven.shared.osgi.DefaultMaven2OsgiConverter
 
getVersion(Artifact) - Method in interface org.apache.maven.shared.osgi.Maven2OsgiConverter
Convert a Maven version into an OSGi compliant version
getVersion(String) - Method in interface org.apache.maven.shared.osgi.Maven2OsgiConverter
Convert a Maven version into an OSGi compliant version
getVersion() - Method in class org.osgi.impl.bundle.obr.resource.Manifest
 
getVersion() - Method in class org.osgi.impl.bundle.obr.resource.ManifestEntry
 
getVersion() - Method in class org.osgi.impl.bundle.obr.resource.ResourceImpl
 
getWarnings() - Method in class org.apache.felix.scrplugin.helper.IssueLog
 

H

handleField(JavaField, boolean) - Method in class org.apache.felix.scrplugin.helper.PropertyHandler
 
hasErrors() - Method in class org.apache.felix.scrplugin.helper.IssueLog
 
hashCode() - Method in class org.apache.felix.bundleplugin.BlueprintPlugin.Attribute
 
hashCode() - Method in class org.osgi.impl.bundle.obr.resource.FilterImpl
 
hashCode() - Method in class org.osgi.impl.bundle.obr.resource.RequirementImpl
 
hashCode() - Method in class org.osgi.impl.bundle.obr.resource.ResourceImpl
 
hashCode() - Method in class org.osgi.impl.bundle.obr.resource.VersionRange
 
hasScrPluginAnnotation(JavaClass) - Method in class org.apache.felix.scrplugin.tags.annotation.AnnotationTagProviderManager
Checks if the given class has any SCR plugin java annotations defined.

I

id - Variable in class org.apache.felix.scrplugin.om.metatype.AttributeDefinition
 
id - Variable in class org.apache.felix.scrplugin.om.metatype.OCD
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.felix.scrplugin.xml.IOUtils.NamespaceAsAttributes
 
immediate - Variable in class org.apache.felix.scrplugin.om.Component
Is this component immediately started.
implementation - Variable in class org.apache.felix.scrplugin.om.Component
The implementation.
Implementation - Class in org.apache.felix.scrplugin.om
Implementation...
Implementation() - Constructor for class org.apache.felix.scrplugin.om.Implementation
 
Implementation(String) - Constructor for class org.apache.felix.scrplugin.om.Implementation
 
includeArtifact(Artifact) - Method in class org.apache.maven.shared.dependency.tree.DependencyTreeResolutionListener
includeHigh() - Method in class org.osgi.impl.bundle.obr.resource.VersionRange
 
includeLow() - Method in class org.osgi.impl.bundle.obr.resource.VersionRange
 
includeMavenResources(MavenProject, Analyzer, Log) - Static method in class org.apache.felix.bundleplugin.BundlePlugin
 
indent(ContentHandler, int) - Static method in class org.apache.felix.scrplugin.xml.IOUtils
Helper method to indent the xml elements.
info(String) - Method in class org.apache.felix.scrplugin.ant.AntLog
 
info(String, Throwable) - Method in class org.apache.felix.scrplugin.ant.AntLog
 
info(Throwable) - Method in class org.apache.felix.scrplugin.ant.AntLog
 
info(String) - Method in interface org.apache.felix.scrplugin.Log
Send a message to the user in the info error level.
info(String, Throwable) - Method in interface org.apache.felix.scrplugin.Log
Send a message (and accompanying exception) to the user in the info error level.
info(Throwable) - Method in interface org.apache.felix.scrplugin.Log
Send an exception to the user in the info error level.
info(String, Throwable) - Method in class org.apache.felix.scrplugin.mojo.MavenLog
 
info(String) - Method in class org.apache.felix.scrplugin.mojo.MavenLog
 
info(Throwable) - Method in class org.apache.felix.scrplugin.mojo.MavenLog
 
INNER_NAMESPACE_URI - Static variable in class org.apache.felix.scrplugin.xml.ComponentDescriptorIO
The inner namespace - used for all inner elements.
INNER_NAMESPACE_URI - Static variable in class org.apache.felix.scrplugin.xml.MetaTypeIO
 
interf - Variable in class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaTag
 
Interface - Class in org.apache.felix.scrplugin.om
Interface.java...
Interface() - Constructor for class org.apache.felix.scrplugin.om.Interface
Default constructor.
Interface(JavaTag) - Constructor for class org.apache.felix.scrplugin.om.Interface
Constructor from java source.
interfacename - Variable in class org.apache.felix.scrplugin.om.Interface
 
interfacename - Variable in class org.apache.felix.scrplugin.om.Reference
 
interfaces - Variable in class org.apache.felix.scrplugin.om.Service
The list of implemented interfaces.
IOUtils - Class in org.apache.felix.scrplugin.xml
Utility class for xml/sax handling.
IOUtils() - Constructor for class org.apache.felix.scrplugin.xml.IOUtils
 
IOUtils.NamespaceAsAttributes - Class in org.apache.felix.scrplugin.xml
A pipe that ensures that all namespace prefixes are also present as 'xmlns:' attributes.
IOUtils.NamespaceAsAttributes(ContentHandler) - Constructor for class org.apache.felix.scrplugin.xml.IOUtils.NamespaceAsAttributes
 
isA(String) - Method in class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaClassDescription
 
isA(String) - Method in interface org.apache.felix.scrplugin.tags.JavaClassDescription
Is this class of the type?
isA(String) - Method in class org.apache.felix.scrplugin.tags.qdox.QDoxJavaClassDescription
 
isAbstract - Variable in class org.apache.felix.scrplugin.om.Component
Is this an abstract description?
isAbstract() - Method in class org.apache.felix.scrplugin.om.Component
 
isAbstract() - Method in class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaClassDescription
 
isAbstract() - Method in interface org.apache.felix.scrplugin.tags.JavaClassDescription
Is this class abstract?
isAbstract() - Method in class org.apache.felix.scrplugin.tags.qdox.QDoxJavaClassDescription
 
isChecked() - Method in class org.apache.felix.scrplugin.om.Reference
 
isComponent - Variable in class org.apache.felix.scrplugin.xml.ComponentDescriptorIO.XmlHandler
Flag for elements inside a component element
isConstructor - Variable in class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaMethod
 
isConstructor() - Method in class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaMethod
 
isConstructor() - Method in interface org.apache.felix.scrplugin.tags.JavaMethod
 
isConstructor() - Method in class org.apache.felix.scrplugin.tags.qdox.QDoxJavaMethod
 
isDebugEnabled() - Method in class org.apache.felix.scrplugin.ant.AntLog
 
isDebugEnabled() - Method in interface org.apache.felix.scrplugin.Log
 
isDebugEnabled() - Method in class org.apache.felix.scrplugin.mojo.MavenLog
 
isDs - Variable in class org.apache.felix.scrplugin.om.Component
Is this a descriptor to be ignored ?
isDs() - Method in class org.apache.felix.scrplugin.om.Component
 
isEmpty(String) - Static method in class org.apache.felix.scrplugin.helper.StringUtils
 
isEnabled() - Method in class org.apache.felix.scrplugin.om.Component
 
isErrorEnabled() - Method in class org.apache.felix.scrplugin.ant.AntLog
 
isErrorEnabled() - Method in interface org.apache.felix.scrplugin.Log
 
isErrorEnabled() - Method in class org.apache.felix.scrplugin.mojo.MavenLog
 
isExtend() - Method in class org.osgi.impl.bundle.obr.resource.RequirementImpl
 
isImmediate() - Method in class org.apache.felix.scrplugin.om.Component
 
isInfoEnabled() - Method in class org.apache.felix.scrplugin.ant.AntLog
 
isInfoEnabled() - Method in interface org.apache.felix.scrplugin.Log
 
isInfoEnabled() - Method in class org.apache.felix.scrplugin.mojo.MavenLog
 
isInterface() - Method in class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaClassDescription
 
isInterface() - Method in interface org.apache.felix.scrplugin.tags.JavaClassDescription
Is this class an interface?
isInterface() - Method in class org.apache.felix.scrplugin.tags.qdox.QDoxJavaClassDescription
 
isLockedFile(String) - Method in class org.apache.felix.obr.plugin.RemoteFileManager
this method indicates if the targeted file is locked or not.
isLockedFile(String) - Method in class org.apache.felix.obrplugin.RemoteFileManager
this method indicates if the targeted file is locked or not.
isLookupStrategy() - Method in class org.apache.felix.scrplugin.om.Reference
 
isMultiple() - Method in class org.osgi.impl.bundle.obr.resource.RequirementImpl
 
isOptional() - Method in class org.osgi.impl.bundle.obr.resource.RequirementImpl
 
isParseJavadocs() - Method in class org.apache.felix.scrplugin.JavaClassDescriptorManager
Returns true if this class descriptor manager is parsing JavaDoc tags.
isPathRelative() - Method in class org.apache.felix.obr.plugin.Config
 
isPathRelative() - Method in class org.apache.felix.obrplugin.Config
 
isPrivate - Variable in class org.apache.felix.scrplugin.om.Property
 
isPrivate() - Method in class org.apache.felix.scrplugin.om.Property
 
isPrivate - Variable in class org.apache.felix.scrplugin.tags.annotation.sling.SlingServletPropertyTag
 
isProcessAnnotations() - Method in class org.apache.felix.scrplugin.JavaClassDescriptorManager
Returns true if this class descriptor manager is parsing Java 5 annotations.
isProtected() - Method in class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaMethod
 
isProtected() - Method in interface org.apache.felix.scrplugin.tags.JavaMethod
 
isProtected() - Method in class org.apache.felix.scrplugin.tags.qdox.QDoxJavaMethod
 
isPublic() - Method in class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaClassDescription
 
isPublic() - Method in class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaMethod
 
isPublic() - Method in interface org.apache.felix.scrplugin.tags.JavaClassDescription
Is this class public?
isPublic() - Method in interface org.apache.felix.scrplugin.tags.JavaMethod
 
isPublic() - Method in class org.apache.felix.scrplugin.tags.qdox.QDoxJavaClassDescription
 
isPublic() - Method in class org.apache.felix.scrplugin.tags.qdox.QDoxJavaMethod
 
isRange() - Method in class org.osgi.impl.bundle.obr.resource.VersionRange
 
isRemoteFile() - Method in class org.apache.felix.obr.plugin.Config
 
isRemoteFile() - Method in class org.apache.felix.obrplugin.Config
 
isSameBundleResource(String, String) - Method in class org.apache.felix.obr.plugin.ResourcesBundle
test if this bundle has the same symbolicname, and version number.
isSatisfied(Capability) - Method in class org.osgi.impl.bundle.obr.resource.RequirementImpl
 
isServicefactory - Variable in class org.apache.felix.scrplugin.om.Service
 
isServicefactory() - Method in class org.apache.felix.scrplugin.om.Service
 
isServiceFactory - Variable in class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaTag
 
IssueLog - Class in org.apache.felix.scrplugin.helper
Utility class for handling errors and warnings
IssueLog(boolean) - Constructor for class org.apache.felix.scrplugin.helper.IssueLog
 
isTransitivelyOptional(HashSet, Artifact) - Method in class org.apache.felix.bundleplugin.BundlePlugin
Check to see if any dependency along the dependency trail of the artifact is optional.
isValid() - Method in class org.apache.felix.obr.plugin.ResourcesBundle
return if the bundle resource is complete.
isWarnEnabled() - Method in class org.apache.felix.scrplugin.ant.AntLog
 
isWarnEnabled() - Method in interface org.apache.felix.scrplugin.Log
 
isWarnEnabled() - Method in class org.apache.felix.scrplugin.mojo.MavenLog
 

J

Jar - Class in org.apache.felix.tools.maven.plugin
 
Jar(Jar, String, InputStream) - Constructor for class org.apache.felix.tools.maven.plugin.Jar
 
Jar(Jar, String, File) - Constructor for class org.apache.felix.tools.maven.plugin.Jar
 
JarPluginConfiguration - Class in org.apache.felix.bundleplugin
Provide access to the archive configuration from the jar plugin
JarPluginConfiguration() - Constructor for class org.apache.felix.bundleplugin.JarPluginConfiguration
 
javaClass - Variable in class org.apache.felix.scrplugin.tags.qdox.QDoxJavaClassDescription
 
javaClassDescription - Variable in class org.apache.felix.scrplugin.om.Reference
The class description containing this reference.
JavaClassDescription - Interface in org.apache.felix.scrplugin.tags
JavaClassDescription.java...
JavaClassDescriptionInheritanceComparator - Class in org.apache.felix.scrplugin.tags
The JavaClassDescriptionInheritanceComparator orders JavaClassDescription objects by their inheritance: If the descriptors are the same, zero is returned If the first descriptor is an extension of the second, 1 is returned If the second descriptor is an extension of the first, -1 is returned Otherwise if the first descriptor is nested deeper in the hierarchy 1 is returned, else if the second descriptor is nested deeper in the hierarchy -1 is returned.
JavaClassDescriptionInheritanceComparator() - Constructor for class org.apache.felix.scrplugin.tags.JavaClassDescriptionInheritanceComparator
 
JavaClassDescriptorManager - Class in org.apache.felix.scrplugin
The JavaClassDescriptorManager must be implemented to provide access to the java sources to be scanned for descriptor annotations and JavaDoc tags, the descriptors of components from the class path and the location of the generated class files to be able to add the bind and unbind methods.
JavaClassDescriptorManager(Log, ClassLoader, String[], boolean, boolean) - Constructor for class org.apache.felix.scrplugin.JavaClassDescriptorManager
Construct a new manager.
JavaField - Interface in org.apache.felix.scrplugin.tags
JavaField.java...
JavaMethod - Interface in org.apache.felix.scrplugin.tags
JavaMethod.java...
JavaParameter - Interface in org.apache.felix.scrplugin.tags
JavaParameter.java...
JavaTag - Interface in org.apache.felix.scrplugin.tags
JavaTag.java...

L

label - Variable in class org.apache.felix.scrplugin.om.Property
 
leftPad(String, int, String) - Static method in class org.apache.felix.scrplugin.helper.StringUtils
 
localization - Variable in class org.apache.felix.scrplugin.om.metatype.MetaData
 
lockFile(String, boolean) - Method in class org.apache.felix.obr.plugin.RemoteFileManager
 
lockFile(String, boolean) - Method in class org.apache.felix.obrplugin.RemoteFileManager
 
log - Variable in class org.apache.felix.scrplugin.JavaClassDescriptorManager
The maven log.
Log - Interface in org.apache.felix.scrplugin
This interface supplies the API for providing feedback to the user from SCR descriptor generation process using whatever means is implemented.
logDuplicatedPackages(BundleInfo) - Method in class org.apache.felix.bundleplugin.BundleAllPlugin
Log what packages are exported in more than one bundle
logError(IssueLog, String) - Method in class org.apache.felix.scrplugin.om.AbstractObject
 
logMessages(Log) - Method in class org.apache.felix.scrplugin.helper.IssueLog
 
logWarn(IssueLog, String) - Method in class org.apache.felix.scrplugin.om.AbstractObject
 

M

manageArtifact(Artifact, Artifact) - Method in class org.apache.maven.shared.dependency.tree.DependencyTreeResolutionListener
manageArtifactScope(Artifact, Artifact) - Method in class org.apache.maven.shared.dependency.tree.DependencyTreeResolutionListener
manageArtifactVersion(Artifact, Artifact) - Method in class org.apache.maven.shared.dependency.tree.DependencyTreeResolutionListener
manager - Variable in class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaClassDescription
 
manager - Variable in class org.apache.felix.scrplugin.tags.qdox.QDoxJavaClassDescription
 
Manifest - Class in org.osgi.impl.bundle.obr.resource
 
Manifest(InputStream) - Constructor for class org.osgi.impl.bundle.obr.resource.Manifest
 
Manifest(Reader) - Constructor for class org.osgi.impl.bundle.obr.resource.Manifest
 
ManifestEntry - Class in org.osgi.impl.bundle.obr.resource
 
ManifestEntry(String) - Constructor for class org.osgi.impl.bundle.obr.resource.ManifestEntry
 
ManifestEntry(String, VersionRange) - Constructor for class org.osgi.impl.bundle.obr.resource.ManifestEntry
 
manifestLocation - Variable in class org.apache.felix.bundleplugin.BundlePlugin
Directory where the manifest will be written
ManifestPlugin - Class in org.apache.felix.bundleplugin
Generate an OSGi manifest for this project
ManifestPlugin() - Constructor for class org.apache.felix.bundleplugin.ManifestPlugin
 
ManifestReadingException - Exception in org.apache.maven.shared.osgi
Exception while reading the manifest.
ManifestReadingException() - Constructor for exception org.apache.maven.shared.osgi.ManifestReadingException
 
ManifestReadingException(String, Throwable) - Constructor for exception org.apache.maven.shared.osgi.ManifestReadingException
 
ManifestReadingException(String) - Constructor for exception org.apache.maven.shared.osgi.ManifestReadingException
 
ManifestReadingException(Throwable) - Constructor for exception org.apache.maven.shared.osgi.ManifestReadingException
 
match(Map) - Method in class org.osgi.impl.bundle.obr.resource.FilterImpl
 
match(String, Tag, Tag) - Method in class org.osgi.impl.bundle.obr.resource.Tag
 
Maven2OsgiConverter - Interface in org.apache.maven.shared.osgi
Converter from Maven groupId,artifactId and versions to OSGi Bundle-SymbolicName and version
MavenJavaClassDescriptorManager - Class in org.apache.felix.scrplugin.mojo
 
MavenJavaClassDescriptorManager(MavenProject, Log, ClassLoader, String[], String, boolean, boolean) - Constructor for class org.apache.felix.scrplugin.mojo.MavenJavaClassDescriptorManager
 
MavenLog - Class in org.apache.felix.scrplugin.mojo
The MavenLog class implements the Log interface using the Maven logger created on instantiation.
merge(BundleInfo) - Method in class org.apache.felix.bundleplugin.BundleInfo
 
mergeMavenManifest(MavenProject, Jar, String[], Log) - Method in class org.apache.felix.bundleplugin.BundlePlugin
 
MetaData - Class in org.apache.felix.scrplugin.om.metatype
 
MetaData() - Constructor for class org.apache.felix.scrplugin.om.metatype.MetaData
 
METADATA_ELEMENT - Static variable in class org.apache.felix.scrplugin.xml.MetaTypeIO
 
METADATA_ELEMENT_QNAME - Static variable in class org.apache.felix.scrplugin.xml.MetaTypeIO
 
MetaTypeIO - Class in org.apache.felix.scrplugin.xml
MetaType is a helper class to read and write meta type service files.
MetaTypeIO() - Constructor for class org.apache.felix.scrplugin.xml.MetaTypeIO
 
method - Variable in class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaMethod
 
method - Variable in class org.apache.felix.scrplugin.tags.qdox.QDoxJavaMethod
 
ModifiableJavaClassDescription - Interface in org.apache.felix.scrplugin.tags
 
Modified - Annotation Type in org.apache.felix.scr.annotations
The Modified annotation defines the method which is used to update the component.
modified - Variable in class org.apache.felix.scrplugin.om.Component
Modified method.
MTObject - Class in org.apache.felix.scrplugin.om.metatype
 
MTObject() - Constructor for class org.apache.felix.scrplugin.om.metatype.MTObject
 
multiValue - Variable in class org.apache.felix.scrplugin.om.Property
 

N

name - Variable in class org.apache.felix.scrplugin.om.Component
The name of the component.
name - Variable in class org.apache.felix.scrplugin.om.metatype.AttributeDefinition
 
name - Variable in class org.apache.felix.scrplugin.om.metatype.OCD
 
name - Variable in class org.apache.felix.scrplugin.om.Property
 
name - Variable in class org.apache.felix.scrplugin.om.Reference
 
name() - Method in class org.apache.felix.scrplugin.tags.annotation.defaulttag.PropertyTag.PropertyOptionImpl
 
name - Variable in class org.apache.felix.scrplugin.tags.annotation.sling.SlingServletPropertyTag
 
NAMESPACE_URI - Static variable in class org.apache.felix.scrplugin.xml.MetaTypeIO
 
NAMESPACE_URI_1_0 - Static variable in class org.apache.felix.scrplugin.xml.ComponentDescriptorIO
The namespace for R4.1 - Version 1.0
NAMESPACE_URI_1_1 - Static variable in class org.apache.felix.scrplugin.xml.ComponentDescriptorIO
The namespace for R4.2 - Version 1.1
NAMESPACE_URI_1_1_FELIX - Static variable in class org.apache.felix.scrplugin.xml.ComponentDescriptorIO
The namespace for R4.2+FELIX-1893 - Version 1.1-felix
needsNamespacesAsAttributes(Properties) - Static method in class org.apache.felix.scrplugin.xml.IOUtils
Checks if the used Trax implementation correctly handles namespaces set using startPrefixMapping(), but wants them also as 'xmlns:' attributes.
newline(ContentHandler) - Static method in class org.apache.felix.scrplugin.xml.IOUtils
Helper method to create a new line.
nextToken(String) - Method in class org.apache.felix.tools.maven.plugin.QuotedTokenizer
 
nextToken() - Method in class org.apache.felix.tools.maven.plugin.QuotedTokenizer
 

O

object - Variable in class org.apache.felix.scrplugin.om.metatype.Designate
 
OBJECT_ELEMENT - Static variable in class org.apache.felix.scrplugin.xml.MetaTypeIO
 
OBJECT_ELEMENT_QNAME - Static variable in class org.apache.felix.scrplugin.xml.MetaTypeIO
 
ObrCleanRepo - Class in org.apache.felix.obr.plugin
Clean an OBR repository by finding and removing missing resources.
ObrCleanRepo() - Constructor for class org.apache.felix.obr.plugin.ObrCleanRepo
 
ObrCleanRepo - Class in org.apache.felix.obrplugin
Clean an OBR repository by finding and removing missing resources.
ObrCleanRepo() - Constructor for class org.apache.felix.obrplugin.ObrCleanRepo
 
ObrDeploy - Class in org.apache.felix.obr.plugin
Deploys bundle details to a remote OBR repository (life-cycle goal)
ObrDeploy() - Constructor for class org.apache.felix.obr.plugin.ObrDeploy
 
ObrDeploy - Class in org.apache.felix.obrplugin
Deploys bundle details to a remote OBR repository (life-cycle goal)
ObrDeploy() - Constructor for class org.apache.felix.obrplugin.ObrDeploy
 
ObrDeployFile - Class in org.apache.felix.obr.plugin
Deploys bundle details to a remote OBR repository (command-line goal)
ObrDeployFile() - Constructor for class org.apache.felix.obr.plugin.ObrDeployFile
 
ObrDeployFile - Class in org.apache.felix.obrplugin
Deploys bundle details to a remote OBR repository (command-line goal)
ObrDeployFile() - Constructor for class org.apache.felix.obrplugin.ObrDeployFile
 
ObrIndex - Class in org.apache.felix.obrplugin
Index the content of a maven repository using OBR
ObrIndex() - Constructor for class org.apache.felix.obrplugin.ObrIndex
 
ObrInstall - Class in org.apache.felix.obr.plugin
Installs bundle details in the local OBR repository (life-cycle goal)
ObrInstall() - Constructor for class org.apache.felix.obr.plugin.ObrInstall
 
ObrInstall - Class in org.apache.felix.obrplugin
Installs bundle details in the local OBR repository (life-cycle goal)
ObrInstall() - Constructor for class org.apache.felix.obrplugin.ObrInstall
 
ObrInstallFile - Class in org.apache.felix.obr.plugin
Installs bundle details in the local OBR repository (command-line goal)
ObrInstallFile() - Constructor for class org.apache.felix.obr.plugin.ObrInstallFile
 
ObrInstallFile - Class in org.apache.felix.obrplugin
Installs bundle details in the local OBR repository (command-line goal)
ObrInstallFile() - Constructor for class org.apache.felix.obrplugin.ObrInstallFile
 
ObrRemoteClean - Class in org.apache.felix.obrplugin
Clean a remote repository file.
ObrRemoteClean() - Constructor for class org.apache.felix.obrplugin.ObrRemoteClean
 
ObrUpdate - Class in org.apache.felix.obr.plugin
this class parse the old repository.xml file build the bundle resource description and update the repository.
ObrUpdate(URI, URI, MavenProject, URI, String, Config, Log) - Constructor for class org.apache.felix.obr.plugin.ObrUpdate
initialize information.
ObrUpdate - Class in org.apache.felix.obrplugin
this class parse the old repository.xml file build the bundle resource description and update the repository.
ObrUpdate(URI, URI, MavenProject, String, Config, Log) - Constructor for class org.apache.felix.obrplugin.ObrUpdate
initialize information.
ObrUtils - Class in org.apache.felix.obr.plugin
Various OBR utility methods
ObrUtils() - Constructor for class org.apache.felix.obr.plugin.ObrUtils
 
ObrUtils - Class in org.apache.felix.obrplugin
Various OBR utility methods
ObrUtils() - Constructor for class org.apache.felix.obrplugin.ObrUtils
 
obrXml - Variable in class org.apache.felix.obr.plugin.AbstractFileMojo
Optional XML file describing additional requirements and capabilities.
obrXml - Variable in class org.apache.felix.obrplugin.AbstractFileMojo
Optional XML file describing additional requirements and capabilities.
OCD - Class in org.apache.felix.scrplugin.om.metatype
 
OCD() - Constructor for class org.apache.felix.scrplugin.om.metatype.OCD
 
OCD_ELEMENT - Static variable in class org.apache.felix.scrplugin.xml.MetaTypeIO
 
OCD_ELEMENT_QNAME - Static variable in class org.apache.felix.scrplugin.xml.MetaTypeIO
 
ocdref - Variable in class org.apache.felix.scrplugin.om.metatype.MTObject
 
ocds - Variable in class org.apache.felix.scrplugin.om.metatype.MetaData
 
omitForCycle(Artifact) - Method in class org.apache.maven.shared.dependency.tree.DependencyTreeResolutionListener
omitForNearer(Artifact, Artifact) - Method in class org.apache.maven.shared.dependency.tree.DependencyTreeResolutionListener
OPTION_ELEMENT - Static variable in class org.apache.felix.scrplugin.xml.MetaTypeIO
 
OPTION_ELEMENT_QNAME - Static variable in class org.apache.felix.scrplugin.xml.MetaTypeIO
 
options - Variable in class org.apache.felix.scrplugin.om.metatype.AttributeDefinition
 
org.apache.felix.bundleplugin - package org.apache.felix.bundleplugin
 
org.apache.felix.obr.plugin - package org.apache.felix.obr.plugin
 
org.apache.felix.obrplugin - package org.apache.felix.obrplugin
 
org.apache.felix.scr.annotations - package org.apache.felix.scr.annotations
The scr goal of the maven-scr-plugin looks for the annotations defined in the package when building component descriptors.
org.apache.felix.scr.annotations.sling - package org.apache.felix.scr.annotations.sling
 
org.apache.felix.scrplugin - package org.apache.felix.scrplugin
 
org.apache.felix.scrplugin.ant - package org.apache.felix.scrplugin.ant
 
org.apache.felix.scrplugin.helper - package org.apache.felix.scrplugin.helper
 
org.apache.felix.scrplugin.mojo - package org.apache.felix.scrplugin.mojo
 
org.apache.felix.scrplugin.om - package org.apache.felix.scrplugin.om
 
org.apache.felix.scrplugin.om.metatype - package org.apache.felix.scrplugin.om.metatype
 
org.apache.felix.scrplugin.tags - package org.apache.felix.scrplugin.tags
 
org.apache.felix.scrplugin.tags.annotation - package org.apache.felix.scrplugin.tags.annotation
Extracting SCR tags from source file declared as Java 1.5 annotations.
org.apache.felix.scrplugin.tags.annotation.defaulttag - package org.apache.felix.scrplugin.tags.annotation.defaulttag
SCR plugin annotation tag provider default implementation for annotations provided in package org.apache.felix.scrplugin.annotations.
org.apache.felix.scrplugin.tags.annotation.sling - package org.apache.felix.scrplugin.tags.annotation.sling
 
org.apache.felix.scrplugin.tags.cl - package org.apache.felix.scrplugin.tags.cl
 
org.apache.felix.scrplugin.tags.qdox - package org.apache.felix.scrplugin.tags.qdox
 
org.apache.felix.scrplugin.xml - package org.apache.felix.scrplugin.xml
 
org.apache.felix.tools.maven.plugin - package org.apache.felix.tools.maven.plugin
 
org.apache.maven.shared.dependency.tree - package org.apache.maven.shared.dependency.tree
 
org.apache.maven.shared.osgi - package org.apache.maven.shared.osgi
 
org.osgi.impl.bundle.obr.resource - package org.osgi.impl.bundle.obr.resource
 
OSGI_REFERENCES - Static variable in class org.apache.felix.tools.maven.plugin.OsgiJarMojo
 
OsgiJarMojo - Class in org.apache.felix.tools.maven.plugin
Package an OSGi jar "bundle."
OsgiJarMojo() - Constructor for class org.apache.felix.tools.maven.plugin.OsgiJarMojo
 
OsgiManifest - Class in org.apache.felix.tools.maven.plugin
Hold values for an OSGi jar "bundle" manifest.
OsgiManifest() - Constructor for class org.apache.felix.tools.maven.plugin.OsgiManifest
 
overrideNamespace - Variable in class org.apache.felix.scrplugin.xml.ComponentDescriptorIO.XmlHandler
Override namespace.

P

PackageVersionAnalyzer - Class in org.apache.felix.bundleplugin
Extension of Builder to handle package versions
PackageVersionAnalyzer() - Constructor for class org.apache.felix.bundleplugin.PackageVersionAnalyzer
 
parameter - Variable in class org.apache.felix.scrplugin.tags.qdox.QDoxJavaParameter
 
parameters - Variable in class org.apache.felix.scrplugin.tags.annotation.AbstractTag
 
parse(InputStream, ContentHandler) - Static method in class org.apache.felix.scrplugin.xml.IOUtils
Parse a file and send the sax events to the content handler.
parseHeader(String, Reporter) - Static method in class org.apache.felix.bundleplugin.BlueprintPlugin
 
parseJavadoc - Variable in class org.apache.felix.scrplugin.ant.SCRDescriptorTask
This flag controls whether the javadoc source code will be scanned for tags.
parseJavadoc - Variable in class org.apache.felix.scrplugin.mojo.SCRDescriptorMojo
This flag controls whether the javadoc source code will be scanned for tags.
parseRepositoryXml() - Method in class org.apache.felix.obrplugin.ObrUpdate
Parse the repository descriptor file.
parseServiceComponentDescriptor(InputStream) - Method in class org.apache.felix.scrplugin.JavaClassDescriptorManager
Parses the descriptors read from the given input stream.
PElement - Class in org.apache.felix.obr.plugin
this class describe the p element in a capability tag.
PElement() - Constructor for class org.apache.felix.obr.plugin.PElement
 
pendingProperty - Variable in class org.apache.felix.scrplugin.xml.ComponentDescriptorIO.XmlHandler
Pending property.
pid - Variable in class org.apache.felix.scrplugin.om.metatype.Designate
 
policy - Variable in class org.apache.felix.scrplugin.om.Reference
 
PomHelper - Class in org.apache.felix.obr.plugin
Maven POM helper methods.
PomHelper() - Constructor for class org.apache.felix.obr.plugin.PomHelper
 
PomHelper - Class in org.apache.felix.obrplugin
Maven POM helper methods.
PomHelper() - Constructor for class org.apache.felix.obrplugin.PomHelper
 
PREFIX - Static variable in class org.apache.felix.scrplugin.xml.MetaTypeIO
 
print(int, PrintWriter) - Method in class org.osgi.impl.bundle.obr.resource.Tag
Print the tag formatted to a PrintWriter.
processAnnotations - Variable in class org.apache.felix.scrplugin.ant.SCRDescriptorTask
This flag controls whether the annotations in the sources will be processed.
processAnnotations - Variable in class org.apache.felix.scrplugin.mojo.SCRDescriptorMojo
This flag controls whether the annotations in the sources will be processed.
processDependencies(String, String, Collection) - Method in class org.apache.felix.bundleplugin.AbstractDependencyFilter
 
processDependencies(String, String, Collection) - Method in class org.apache.felix.bundleplugin.DependencyEmbedder
 
processDependencies(String, String, Collection) - Method in class org.apache.felix.bundleplugin.DependencyExcluder
 
processHeaders(Analyzer) - Method in class org.apache.felix.bundleplugin.DependencyEmbedder
 
processHeaders(String) - Method in class org.apache.felix.bundleplugin.DependencyExcluder
 
processingInstruction(String, String) - Method in class org.apache.felix.scrplugin.xml.IOUtils.NamespaceAsAttributes
 
processInstructions(Map) - Method in class org.apache.felix.bundleplugin.AbstractDependencyFilter
 
processProperties(Map<String, String>, IssueLog) - Method in class org.apache.felix.scrplugin.helper.PropertyHandler
Process all found properties for the component.
processProperty(JavaTag, String, JavaField, IssueLog) - Method in class org.apache.felix.scrplugin.helper.PropertyHandler
Process a property.
Properties - Annotation Type in org.apache.felix.scr.annotations
Allows to define multiple Property annotations for one type.
properties - Variable in class org.apache.felix.scrplugin.om.Component
All properties.
properties - Variable in class org.apache.felix.scrplugin.om.metatype.OCD
 
Property - Annotation Type in org.apache.felix.scr.annotations
The Property annotation defines properties which are made available to the component through the ComponentContext.getProperties() method.
PROPERTY - Static variable in interface org.apache.felix.scrplugin.Constants
 
Property - Class in org.apache.felix.scrplugin.om
Property.java...
Property() - Constructor for class org.apache.felix.scrplugin.om.Property
Default constructor.
Property(JavaTag) - Constructor for class org.apache.felix.scrplugin.om.Property
Constructor from java source.
property - Variable in class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaTag
 
PROPERTY_CARDINALITY - Static variable in interface org.apache.felix.scrplugin.Constants
 
PROPERTY_DESCRIPTION - Static variable in interface org.apache.felix.scrplugin.Constants
 
PROPERTY_LABEL - Static variable in interface org.apache.felix.scrplugin.Constants
 
PROPERTY_MULTIVALUE_PREFIX - Static variable in interface org.apache.felix.scrplugin.Constants
 
PROPERTY_MULTIVALUE_REF_PREFIX - Static variable in interface org.apache.felix.scrplugin.Constants
Property for multi value fields using references.
PROPERTY_NAME - Static variable in interface org.apache.felix.scrplugin.Constants
 
PROPERTY_NAME_REF - Static variable in interface org.apache.felix.scrplugin.Constants
 
PROPERTY_OPTIONS - Static variable in interface org.apache.felix.scrplugin.Constants
 
PROPERTY_PRIVATE - Static variable in interface org.apache.felix.scrplugin.Constants
 
PROPERTY_TYPE - Static variable in interface org.apache.felix.scrplugin.Constants
 
PROPERTY_TYPE_BOOLEAN - Static variable in interface org.apache.felix.scrplugin.Constants
 
PROPERTY_TYPE_BYTE - Static variable in interface org.apache.felix.scrplugin.Constants
 
PROPERTY_TYPE_CHAR - Static variable in interface org.apache.felix.scrplugin.Constants
 
PROPERTY_TYPE_CHAR_1_1 - Static variable in interface org.apache.felix.scrplugin.Constants
 
PROPERTY_TYPE_DOUBLE - Static variable in interface org.apache.felix.scrplugin.Constants
 
PROPERTY_TYPE_FLOAT - Static variable in interface org.apache.felix.scrplugin.Constants
 
PROPERTY_TYPE_INTEGER - Static variable in interface org.apache.felix.scrplugin.Constants
 
PROPERTY_TYPE_LONG - Static variable in interface org.apache.felix.scrplugin.Constants
 
PROPERTY_TYPE_SHORT - Static variable in interface org.apache.felix.scrplugin.Constants
 
PROPERTY_TYPE_STRING - Static variable in interface org.apache.felix.scrplugin.Constants
 
PROPERTY_VALUE - Static variable in interface org.apache.felix.scrplugin.Constants
 
PROPERTY_VALUE_REF - Static variable in interface org.apache.felix.scrplugin.Constants
 
PropertyHandler - Class in org.apache.felix.scrplugin.helper
Utility class for handling the properties.
PropertyHandler(Component, OCD) - Constructor for class org.apache.felix.scrplugin.helper.PropertyHandler
 
PropertyHandler.PropertyDescription - Class in org.apache.felix.scrplugin.helper
 
PropertyHandler.PropertyDescription(JavaTag, JavaField) - Constructor for class org.apache.felix.scrplugin.helper.PropertyHandler.PropertyDescription
 
PropertyOption - Annotation Type in org.apache.felix.scr.annotations
Defines a Property option.
propertyTag - Variable in class org.apache.felix.scrplugin.helper.PropertyHandler.PropertyDescription
 
PropertyTag - Class in org.apache.felix.scrplugin.tags.annotation.defaulttag
Description of a java tag for components.
PropertyTag(Annotation, JavaClassDescription, JavaField) - Constructor for class org.apache.felix.scrplugin.tags.annotation.defaulttag.PropertyTag
 
PropertyTag.PropertyOptionImpl - Class in org.apache.felix.scrplugin.tags.annotation.defaulttag
 
PropertyTag.PropertyOptionImpl(Annotation, JavaClassDescription) - Constructor for class org.apache.felix.scrplugin.tags.annotation.defaulttag.PropertyTag.PropertyOptionImpl
 
PropertyUnbounded - Enum in org.apache.felix.scr.annotations
Options for Property.unbounded() property.
put(File, String) - Method in class org.apache.felix.obr.plugin.RemoteFileManager
put a file on the current repository connected.
put(File, String) - Method in class org.apache.felix.obrplugin.RemoteFileManager
put a file on the current repository connected.
put(Object, Object) - Method in class org.osgi.impl.bundle.obr.resource.Manifest
 

Q

QDoxJavaClassDescription - Class in org.apache.felix.scrplugin.tags.qdox
QDoxJavaClassDescription.java...
QDoxJavaClassDescription(Class<?>, JavaClass, JavaClassDescriptorManager) - Constructor for class org.apache.felix.scrplugin.tags.qdox.QDoxJavaClassDescription
 
QDoxJavaField - Class in org.apache.felix.scrplugin.tags.qdox
QDoxJavaField.java...
QDoxJavaField(JavaField, QDoxJavaClassDescription) - Constructor for class org.apache.felix.scrplugin.tags.qdox.QDoxJavaField
 
QDoxJavaMethod - Class in org.apache.felix.scrplugin.tags.qdox
QDoxJavaMethod.java...
QDoxJavaMethod(JavaMethod) - Constructor for class org.apache.felix.scrplugin.tags.qdox.QDoxJavaMethod
 
QDoxJavaParameter - Class in org.apache.felix.scrplugin.tags.qdox
QDoxJavaParameter.java...
QDoxJavaParameter(JavaParameter) - Constructor for class org.apache.felix.scrplugin.tags.qdox.QDoxJavaParameter
 
QDoxJavaTag - Class in org.apache.felix.scrplugin.tags.qdox
QDoxJavaTag.java...
QDoxJavaTag(DocletTag, JavaClassDescription) - Constructor for class org.apache.felix.scrplugin.tags.qdox.QDoxJavaTag
 
QDoxJavaTag(DocletTag, JavaClassDescription, JavaField) - Constructor for class org.apache.felix.scrplugin.tags.qdox.QDoxJavaTag
 
QuotedTokenizer - Class in org.apache.felix.tools.maven.plugin
 
QuotedTokenizer(String, String, boolean) - Constructor for class org.apache.felix.tools.maven.plugin.QuotedTokenizer
 
QuotedTokenizer(String, String) - Constructor for class org.apache.felix.tools.maven.plugin.QuotedTokenizer
 

R

read(InputStream) - Static method in class org.apache.felix.scrplugin.xml.ComponentDescriptorIO
 
readPom(File) - Static method in class org.apache.felix.obr.plugin.PomHelper
 
readPom(File) - Static method in class org.apache.felix.obrplugin.PomHelper
 
Reference - Annotation Type in org.apache.felix.scr.annotations
The Reference annotation defines references to other services made available to the component by the Service Component Runtime.
REFERENCE - Static variable in interface org.apache.felix.scrplugin.Constants
 
Reference - Class in org.apache.felix.scrplugin.om
Reference.java...
Reference() - Constructor for class org.apache.felix.scrplugin.om.Reference
Default constructor.
Reference(JavaTag, JavaClassDescription) - Constructor for class org.apache.felix.scrplugin.om.Reference
Constructor from java source.
reference - Variable in class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaTag
 
REFERENCE_BIND - Static variable in interface org.apache.felix.scrplugin.Constants
 
REFERENCE_CARDINALITY - Static variable in interface org.apache.felix.scrplugin.Constants
 
REFERENCE_CHECKED - Static variable in interface org.apache.felix.scrplugin.Constants
 
REFERENCE_INTERFACE - Static variable in interface org.apache.felix.scrplugin.Constants
 
REFERENCE_NAME - Static variable in interface org.apache.felix.scrplugin.Constants
 
REFERENCE_NAME_REF - Static variable in interface org.apache.felix.scrplugin.Constants
 
REFERENCE_POLICY - Static variable in interface org.apache.felix.scrplugin.Constants
 
REFERENCE_STRATEGY - Static variable in interface org.apache.felix.scrplugin.Constants
Lookup strategy for references @since 1.0.9
REFERENCE_STRATEGY_EVENT - Static variable in interface org.apache.felix.scrplugin.Constants
 
REFERENCE_STRATEGY_LOOKUP - Static variable in interface org.apache.felix.scrplugin.Constants
 
REFERENCE_TARGET - Static variable in interface org.apache.felix.scrplugin.Constants
 
REFERENCE_UNDBIND - Static variable in interface org.apache.felix.scrplugin.Constants
 
REFERENCE_UPDATED - Static variable in interface org.apache.felix.scrplugin.Constants
 
ReferenceCardinality - Enum in org.apache.felix.scr.annotations
Options for Reference.cardinality() property.
ReferencePolicy - Enum in org.apache.felix.scr.annotations
Options for Reference.policy() property.
References - Annotation Type in org.apache.felix.scr.annotations
Allows to define multiple Reference annotations for one type.
references - Variable in class org.apache.felix.scrplugin.om.Component
The references.
ReferenceStrategy - Enum in org.apache.felix.scr.annotations
Options for Reference.strategy() property.
ReferenceTag - Class in org.apache.felix.scrplugin.tags.annotation.defaulttag
Description of a java tag for components.
ReferenceTag(Annotation, JavaClassDescription, JavaField) - Constructor for class org.apache.felix.scrplugin.tags.annotation.defaulttag.ReferenceTag
 
refresh() - Method in class org.osgi.impl.bundle.obr.resource.RepositoryImpl
Refresh the repository from the URL.
RemoteFileManager - Class in org.apache.felix.obr.plugin
this class is used to manage all connections by wagon.
RemoteFileManager(WagonManager, Settings, Log) - Constructor for class org.apache.felix.obr.plugin.RemoteFileManager
initialize main information.
RemoteFileManager - Class in org.apache.felix.obrplugin
this class is used to manage all connections by wagon.
RemoteFileManager(WagonManager, Settings, Log) - Constructor for class org.apache.felix.obrplugin.RemoteFileManager
initialize main information.
removeTagFromInstruction(String, String) - Static method in class org.apache.felix.bundleplugin.BundlePlugin
 
rename(String) - Method in class org.osgi.impl.bundle.obr.resource.Tag
 
RepositoryImpl - Class in org.osgi.impl.bundle.obr.resource
Implements the basic repository.
RepositoryImpl(URL) - Constructor for class org.osgi.impl.bundle.obr.resource.RepositoryImpl
Each repository is identified by a single URL.
Require - Class in org.apache.felix.obr.plugin
this class store a Require tag.
Require() - Constructor for class org.apache.felix.obr.plugin.Require
 
RequirementImpl - Class in org.osgi.impl.bundle.obr.resource
Implements the Requirement interface.
RequirementImpl(String) - Constructor for class org.osgi.impl.bundle.obr.resource.RequirementImpl
Create a requirement with the given name.
RequirementImpl(XmlPullParser) - Constructor for class org.osgi.impl.bundle.obr.resource.RequirementImpl
Parse the requirement from the pull parser.
ResourceImpl - Class in org.osgi.impl.bundle.obr.resource
 
ResourceImpl(RepositoryImpl, String, VersionRange) - Constructor for class org.osgi.impl.bundle.obr.resource.ResourceImpl
 
ResourceImpl(RepositoryImpl, XmlPullParser) - Constructor for class org.osgi.impl.bundle.obr.resource.ResourceImpl
 
ResourceImpl(RepositoryImpl) - Constructor for class org.osgi.impl.bundle.obr.resource.ResourceImpl
 
ResourcesBundle - Class in org.apache.felix.obr.plugin
this class describe all information by bundle.
ResourcesBundle(Log) - Constructor for class org.apache.felix.obr.plugin.ResourcesBundle
initialize logger.
restrictRange(Artifact, Artifact, VersionRange) - Method in class org.apache.maven.shared.dependency.tree.DependencyTreeResolutionListener

S

satisfies(RequirementImpl) - Method in class org.osgi.impl.bundle.obr.resource.ResourceImpl
 
SCRDescriptorException - Exception in org.apache.felix.scrplugin
 
SCRDescriptorException(String, JavaTag) - Constructor for exception org.apache.felix.scrplugin.SCRDescriptorException
 
SCRDescriptorException(String, String, int) - Constructor for exception org.apache.felix.scrplugin.SCRDescriptorException
 
SCRDescriptorException(String, JavaTag, Throwable) - Constructor for exception org.apache.felix.scrplugin.SCRDescriptorException
 
SCRDescriptorException(String, String, int, Throwable) - Constructor for exception org.apache.felix.scrplugin.SCRDescriptorException
 
SCRDescriptorFailureException - Exception in org.apache.felix.scrplugin
 
SCRDescriptorFailureException(String) - Constructor for exception org.apache.felix.scrplugin.SCRDescriptorFailureException
 
SCRDescriptorFailureException(String, Throwable) - Constructor for exception org.apache.felix.scrplugin.SCRDescriptorFailureException
 
SCRDescriptorGenerator - Class in org.apache.felix.scrplugin
The SCRDescriptorGenerator class does the hard work of generating the SCR descriptors.
SCRDescriptorGenerator(Log) - Constructor for class org.apache.felix.scrplugin.SCRDescriptorGenerator
Create an instance of this generator using the given Log instance of logging.
SCRDescriptorMojo - Class in org.apache.felix.scrplugin.mojo
The SCRDescriptorMojo generates a service descriptor file based on annotations found in the sources.
SCRDescriptorMojo() - Constructor for class org.apache.felix.scrplugin.mojo.SCRDescriptorMojo
 
SCRDescriptorTask - Class in org.apache.felix.scrplugin.ant
The SCRDescriptorTask generates a service descriptor file based on annotations found in the sources.
SCRDescriptorTask() - Constructor for class org.apache.felix.scrplugin.ant.SCRDescriptorTask
 
searchImport(String) - Method in class org.apache.felix.scrplugin.tags.qdox.QDoxJavaClassDescription
 
select(String) - Method in class org.osgi.impl.bundle.obr.resource.Tag
root/preferences/native/os
select(String, Tag) - Method in class org.osgi.impl.bundle.obr.resource.Tag
 
selectVersionFromRange(Artifact) - Method in class org.apache.maven.shared.dependency.tree.DependencyTreeResolutionListener
Service - Annotation Type in org.apache.felix.scr.annotations
The Service annotation defines whether and which service interfaces are provided by the component.
SERVICE - Static variable in interface org.apache.felix.scrplugin.Constants
 
service - Variable in class org.apache.felix.scrplugin.om.Component
The corresponding service.
Service - Class in org.apache.felix.scrplugin.om
Service...
Service() - Constructor for class org.apache.felix.scrplugin.om.Service
Default constructor.
SERVICE_COMPONENT - Static variable in interface org.apache.felix.scrplugin.Constants
The name of the Bundle manifest header providing the list of service component descriptor files.
SERVICE_FACTORY - Static variable in interface org.apache.felix.scrplugin.Constants
 
SERVICE_INTERFACE - Static variable in interface org.apache.felix.scrplugin.Constants
 
Services - Annotation Type in org.apache.felix.scr.annotations
Allows to define multiple Service annotations for one type.
ServiceTag - Class in org.apache.felix.scrplugin.tags.annotation.defaulttag
Description of a java tag for components.
ServiceTag(Annotation, JavaClassDescription) - Constructor for class org.apache.felix.scrplugin.tags.annotation.defaulttag.ServiceTag
 
set_native(Native[]) - Method in class org.osgi.impl.bundle.obr.resource.Manifest
 
setAbstract(boolean) - Method in class org.apache.felix.scrplugin.om.Component
 
setActivate(String) - Method in class org.apache.felix.scrplugin.om.Component
Set the name of the activate method (or null for default)
setAnnotationTagProviders(String[]) - Method in class org.apache.felix.scrplugin.ant.SCRDescriptorTask
 
setBasedir(File) - Method in class org.apache.felix.bundleplugin.BundlePlugin
 
setBind(String) - Method in class org.apache.felix.scrplugin.om.Reference
 
setBsn(ManifestEntry) - Method in class org.osgi.impl.bundle.obr.resource.Manifest
 
setBuildDirectory(String) - Method in class org.apache.felix.bundleplugin.BundlePlugin
 
setBundleActivator(String) - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
setBundleCategory(String) - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
setBundleContactAddress(String) - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
setBundleCopyright(String) - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
setBundleDate(String) - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
setBundleDescription(String) - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
setBundleDocUrl(String) - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
setBundleLocalization(String) - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
setBundleManifestVersion(String) - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
setBundleName(String) - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
setBundleNativeCode(String) - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
setBundleRequiredExecutionEnvironment(String) - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
setBundleSource(String) - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
setBundleSymbolicName(String) - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
setBundleUpdateLocation(String) - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
setBundleUrl(String) - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
setBundleVendor(String) - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
setBundleVersion(String) - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
setCapability(List) - Method in class org.apache.felix.obr.plugin.ResourcesBundle
 
setCardinality(Integer) - Method in class org.apache.felix.scrplugin.om.metatype.AttributeDefinition
 
setCardinality(String) - Method in class org.apache.felix.scrplugin.om.Property
 
setCardinality(String) - Method in class org.apache.felix.scrplugin.om.Reference
 
setCategory(List) - Method in class org.apache.felix.obr.plugin.ResourcesBundle
 
setChecked(boolean) - Method in class org.apache.felix.scrplugin.om.Reference
 
setClassname(String) - Method in class org.apache.felix.scrplugin.om.Implementation
 
setClasspath(Path) - Method in class org.apache.felix.scrplugin.ant.SCRDescriptorTask
 
setClasspathRef(Reference) - Method in class org.apache.felix.scrplugin.ant.SCRDescriptorTask
 
setComment(String) - Method in class org.osgi.impl.bundle.obr.resource.RequirementImpl
 
setComponents(List<Component>) - Method in class org.apache.felix.scrplugin.om.Components
Set the list of Components.
setConfigurationPolicy(String) - Method in class org.apache.felix.scrplugin.om.Component
Set the configuration policy.
setCopyright(String) - Method in class org.osgi.impl.bundle.obr.resource.ResourceImpl
 
setDeactivate(String) - Method in class org.apache.felix.scrplugin.om.Component
Set the name of the deactivate method (or null for default)
setDefaultMultiValue(String[]) - Method in class org.apache.felix.scrplugin.om.metatype.AttributeDefinition
 
setDefaultValue(String) - Method in class org.apache.felix.scrplugin.om.metatype.AttributeDefinition
 
setDescription(String) - Method in class org.apache.felix.obr.plugin.ResourcesBundle
 
setDescription(String) - Method in class org.apache.felix.scrplugin.om.metatype.AttributeDefinition
 
setDescription(String) - Method in class org.apache.felix.scrplugin.om.metatype.OCD
 
setDescription(String) - Method in class org.apache.felix.scrplugin.om.Property
 
setDescription(String) - Method in class org.osgi.impl.bundle.obr.resource.ResourceImpl
 
setDescriptorManager(JavaClassDescriptorManager) - Method in class org.apache.felix.scrplugin.SCRDescriptorGenerator
Sets the JavaClassDescriptorManager instance used to access existing descriptors and to parse JavaDoc tags as well as interpret the SCR annotations.
setDestdir(File) - Method in class org.apache.felix.scrplugin.ant.SCRDescriptorTask
 
setDocumentation(String) - Method in class org.apache.felix.obr.plugin.ResourcesBundle
 
setDocumentation(URL) - Method in class org.osgi.impl.bundle.obr.resource.ResourceImpl
 
setDocumentLocator(Locator) - Method in class org.apache.felix.scrplugin.xml.IOUtils.NamespaceAsAttributes
 
setDs(boolean) - Method in class org.apache.felix.scrplugin.om.Component
 
setDuplicates(Vector) - Method in class org.osgi.impl.bundle.obr.resource.Manifest
 
setDynamicImportPackage(String) - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
setEnabled(Boolean) - Method in class org.apache.felix.scrplugin.om.Component
 
setExplicitImportPackage(String) - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
setExportPackage(String) - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
setExportService(String) - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
setExtend(String) - Method in class org.apache.felix.obr.plugin.Require
set the extend attribute.
setExtend(boolean) - Method in class org.osgi.impl.bundle.obr.resource.RequirementImpl
 
setFactory(String) - Method in class org.apache.felix.scrplugin.om.Component
 
setFactoryPid(String) - Method in class org.apache.felix.scrplugin.om.metatype.Designate
 
setFile(File) - Method in class org.osgi.impl.bundle.obr.resource.ResourceImpl
 
setFilter(String) - Method in class org.apache.felix.obr.plugin.Require
set the filter attribute.
setFilter(String) - Method in class org.osgi.impl.bundle.obr.resource.RequirementImpl
 
setFinalName(String) - Method in class org.apache.felix.scrplugin.ant.SCRDescriptorTask
 
setFinalName(String) - Method in class org.apache.felix.scrplugin.SCRDescriptorGenerator
Sets the name of the SCR declaration descriptor file.
setFragmentHost(String) - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
setGenerateAccessors(boolean) - Method in class org.apache.felix.scrplugin.ant.SCRDescriptorTask
 
setGenerateAccessors(boolean) - Method in class org.apache.felix.scrplugin.SCRDescriptorGenerator
Defines whether bind and unbind methods are automatically created by the SCR descriptor generator.
setHost(ManifestEntry) - Method in class org.osgi.impl.bundle.obr.resource.Manifest
 
setId(String) - Method in class org.apache.felix.obr.plugin.Category
set the id attribute.
setId(String) - Method in class org.apache.felix.obr.plugin.ResourcesBundle
 
setId(String) - Method in class org.apache.felix.scrplugin.om.metatype.AttributeDefinition
 
setId(String) - Method in class org.apache.felix.scrplugin.om.metatype.OCD
 
setIgnorePackage(String) - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
setImmediate(Boolean) - Method in class org.apache.felix.scrplugin.om.Component
 
setImplementation(Implementation) - Method in class org.apache.felix.scrplugin.om.Component
 
setImportPackage(String) - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
setImportService(String) - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
setInterfacename(String) - Method in class org.apache.felix.scrplugin.om.Interface
 
setInterfacename(String) - Method in class org.apache.felix.scrplugin.om.Reference
 
setLabel(String) - Method in class org.apache.felix.scrplugin.om.Property
 
setLicense(String) - Method in class org.apache.felix.obr.plugin.ResourcesBundle
 
setLicense(URL) - Method in class org.osgi.impl.bundle.obr.resource.ResourceImpl
 
setLocalization(String) - Method in class org.apache.felix.scrplugin.om.metatype.MetaData
 
setMaven2OsgiConverter(Maven2OsgiConverter) - Method in class org.apache.felix.bundleplugin.BundlePlugin
 
setMaven2OsgiConverter(Maven2OsgiConverter) - Method in class org.apache.felix.bundleplugin.VersionCleanerPlugin
 
setMetadataLocation(String) - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
setMetaTypeName(String) - Method in class org.apache.felix.scrplugin.ant.SCRDescriptorTask
 
setMetaTypeName(String) - Method in class org.apache.felix.scrplugin.SCRDescriptorGenerator
Sets the name of the file taking the Metatype Service descriptors.
setModified(String) - Method in class org.apache.felix.scrplugin.om.Component
Set the name of the modified method (or null for default)
setMultiple(String) - Method in class org.apache.felix.obr.plugin.Require
set multiple attribute.
setMultiple(boolean) - Method in class org.osgi.impl.bundle.obr.resource.RequirementImpl
 
setMultiValue(String[]) - Method in class org.apache.felix.scrplugin.om.Property
 
setN(String) - Method in class org.apache.felix.obr.plugin.PElement
set the n tage.
setName(String) - Method in class org.apache.felix.obr.plugin.Capability
set the name attribute.
setName(String) - Method in class org.apache.felix.obr.plugin.Require
set name attribute.
setName(String) - Method in class org.apache.felix.scrplugin.om.Component
 
setName(String) - Method in class org.apache.felix.scrplugin.om.metatype.AttributeDefinition
 
setName(String) - Method in class org.apache.felix.scrplugin.om.metatype.OCD
 
setName(String) - Method in class org.apache.felix.scrplugin.om.Property
 
setName(String) - Method in class org.apache.felix.scrplugin.om.Reference
 
setObject(MTObject) - Method in class org.apache.felix.scrplugin.om.metatype.Designate
 
setOcdref(String) - Method in class org.apache.felix.scrplugin.om.metatype.MTObject
 
setOptional(String) - Method in class org.apache.felix.obr.plugin.Require
set the optional attribute.
setOptional(boolean) - Method in class org.osgi.impl.bundle.obr.resource.RequirementImpl
 
setOptions(Map<String, String>) - Method in class org.apache.felix.scrplugin.om.metatype.AttributeDefinition
 
setOutputDirectory(File) - Method in class org.apache.felix.bundleplugin.BundlePlugin
 
setOutputDirectory(File) - Method in class org.apache.felix.scrplugin.SCRDescriptorGenerator
Sets the directory where the descriptor files will be created.
setP(List) - Method in class org.apache.felix.obr.plugin.Capability
set the capabilities.
setParseJavadoc(boolean) - Method in class org.apache.felix.scrplugin.ant.SCRDescriptorTask
 
setPathRelative(boolean) - Method in class org.apache.felix.obr.plugin.Config
 
setPathRelative(boolean) - Method in class org.apache.felix.obrplugin.Config
 
setPid(String) - Method in class org.apache.felix.scrplugin.om.metatype.Designate
 
setPolicy(String) - Method in class org.apache.felix.scrplugin.om.Reference
 
setPresentationName(String) - Method in class org.apache.felix.obr.plugin.ResourcesBundle
 
setPresentationName(String) - Method in class org.osgi.impl.bundle.obr.resource.ResourceImpl
 
setPrivate(boolean) - Method in class org.apache.felix.scrplugin.om.Property
 
setProcessAnnotations(boolean) - Method in class org.apache.felix.scrplugin.ant.SCRDescriptorTask
 
setProperties(List<Property>) - Method in class org.apache.felix.scrplugin.om.Component
 
setProperties(List<AttributeDefinition>) - Method in class org.apache.felix.scrplugin.om.metatype.OCD
 
setProperties(Map<String, String>) - Method in class org.apache.felix.scrplugin.SCRDescriptorGenerator
Sets global properties to be set for each descriptor.
setPropertyValueRef(JavaTag, Property, String) - Method in class org.apache.felix.scrplugin.helper.PropertyHandler
 
setRanking(int) - Method in class org.osgi.impl.bundle.obr.resource.RepositoryImpl
 
setReferences(List<Reference>) - Method in class org.apache.felix.scrplugin.om.Component
 
setRemoteBundle(URI) - Method in class org.apache.felix.obr.plugin.Config
 
setRemoteBundle(URI) - Method in class org.apache.felix.obrplugin.Config
 
setRemoteFile(boolean) - Method in class org.apache.felix.obr.plugin.Config
 
setRemoteFile(boolean) - Method in class org.apache.felix.obrplugin.Config
 
setRequire(List) - Method in class org.apache.felix.obr.plugin.ResourcesBundle
 
setRequireBundle(String) - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
setService(Service) - Method in class org.apache.felix.scrplugin.om.Component
 
setServiceComponent(String) - Method in class org.apache.felix.tools.maven.plugin.OsgiManifest
 
setServicefactory(String) - Method in class org.apache.felix.scrplugin.om.Service
 
setServicefactory(boolean) - Method in class org.apache.felix.scrplugin.om.Service
 
setSize(String) - Method in class org.apache.felix.obr.plugin.ResourcesBundle
 
setSize(long) - Method in class org.osgi.impl.bundle.obr.resource.ResourceImpl
 
setSource(String) - Method in class org.apache.felix.obr.plugin.ResourcesBundle
 
setSource(URL) - Method in class org.osgi.impl.bundle.obr.resource.ResourceImpl
 
setSpecVersion(String) - Method in class org.apache.felix.scrplugin.ant.SCRDescriptorTask
 
setSpecVersion(int) - Method in class org.apache.felix.scrplugin.om.Component
Set the spec version.
setSpecVersion(int) - Method in class org.apache.felix.scrplugin.om.Components
Set the spec version.
setSpecVersion(String) - Method in class org.apache.felix.scrplugin.SCRDescriptorGenerator
Sets the Declarative Services specification version number to be forced on the declarations.
setSrcdir(File) - Method in class org.apache.felix.scrplugin.ant.SCRDescriptorTask
 
setStrategy(String) - Method in class org.apache.felix.scrplugin.om.Reference
 
setStrictMode(boolean) - Method in class org.apache.felix.scrplugin.ant.SCRDescriptorTask
 
setStrictMode(boolean) - Method in class org.apache.felix.scrplugin.SCRDescriptorGenerator
Defines whether warnings should be considered as errors and thus cause the generation process to fail.
setSymbolicName(String) - Method in class org.apache.felix.obr.plugin.ResourcesBundle
 
setT(String) - Method in class org.apache.felix.obr.plugin.PElement
set the t tag.
setTarget(String) - Method in class org.apache.felix.scrplugin.om.Reference
 
setTextContent(Node, String) - Static method in class org.apache.felix.obr.plugin.XmlHelper
based on public Java5 javadoc of org.w3c.dom.Node.setTextContent method
setTextContent(Node, String) - Static method in class org.apache.felix.obrplugin.XmlHelper
based on public Java5 javadoc of org.w3c.dom.Node.setTextContent method
setType(String) - Method in class org.apache.felix.scrplugin.om.metatype.AttributeDefinition
 
setType(String) - Method in class org.apache.felix.scrplugin.om.Property
 
setUnbind(String) - Method in class org.apache.felix.scrplugin.om.Reference
 
setUpdated(String) - Method in class org.apache.felix.scrplugin.om.Reference
 
setUri(String) - Method in class org.apache.felix.obr.plugin.ResourcesBundle
 
setURL(URL) - Method in class org.osgi.impl.bundle.obr.resource.ResourceImpl
 
setV(String) - Method in class org.apache.felix.obr.plugin.PElement
set the v tag.
setValue(String) - Method in class org.apache.felix.obr.plugin.Require
set the value of the tag.
setValue(String) - Method in class org.apache.felix.scrplugin.om.Property
 
setVersion(String) - Method in class org.apache.felix.obr.plugin.ResourcesBundle
 
skippedEntity(String) - Method in class org.apache.felix.scrplugin.xml.IOUtils.NamespaceAsAttributes
 
SlingAnnotationTagProvider - Class in org.apache.felix.scrplugin.tags.annotation.sling
Annotation tag provider for sling-specific SCR annotations.
SlingAnnotationTagProvider() - Constructor for class org.apache.felix.scrplugin.tags.annotation.sling.SlingAnnotationTagProvider
 
SlingFilter - Annotation Type in org.apache.felix.scr.annotations.sling
Marks servlet classes as SCR component, and allows to add a filter to Sling's processing.
SlingFilterComponentTag - Class in org.apache.felix.scrplugin.tags.annotation.sling
Description of a java tag for components.
SlingFilterComponentTag(Annotation, JavaClassDescription, boolean, String, String, String) - Constructor for class org.apache.felix.scrplugin.tags.annotation.sling.SlingFilterComponentTag
 
SlingFilterScope - Enum in org.apache.felix.scr.annotations.sling
The possible scopes for the SlingFilter.scope() annotation.
SlingFilterServiceTag - Class in org.apache.felix.scrplugin.tags.annotation.sling
Description of a java tag for components.
SlingFilterServiceTag(Annotation, JavaClassDescription) - Constructor for class org.apache.felix.scrplugin.tags.annotation.sling.SlingFilterServiceTag
 
SlingServlet - Annotation Type in org.apache.felix.scr.annotations.sling
Marks servlet classes as SCR component, and allows to configure Sling's resource resolver mapping.
SlingServletComponentTag - Class in org.apache.felix.scrplugin.tags.annotation.sling
Description of a java tag for components.
SlingServletComponentTag(Annotation, JavaClassDescription) - Constructor for class org.apache.felix.scrplugin.tags.annotation.sling.SlingServletComponentTag
 
SlingServletPropertyTag - Class in org.apache.felix.scrplugin.tags.annotation.sling
A property tag.
SlingServletPropertyTag(Annotation, String, String[], JavaClassDescription) - Constructor for class org.apache.felix.scrplugin.tags.annotation.sling.SlingServletPropertyTag
 
SlingServletPropertyTag(Annotation, String, String, JavaClassDescription, String, boolean) - Constructor for class org.apache.felix.scrplugin.tags.annotation.sling.SlingServletPropertyTag
 
SlingServletServiceTag - Class in org.apache.felix.scrplugin.tags.annotation.sling
Description of a java tag for components.
SlingServletServiceTag(Annotation, JavaClassDescription) - Constructor for class org.apache.felix.scrplugin.tags.annotation.sling.SlingServletServiceTag
 
snapshotMatch(Artifact, String) - Method in class org.apache.felix.bundleplugin.BundleAllPlugin
Check that the bundleName provided correspond to the artifact provided.
sourceAnnotation - Variable in class org.apache.felix.scrplugin.tags.annotation.AbstractTag
 
specVersion - Variable in class org.apache.felix.scrplugin.om.Component
The spec version.
split(String, String) - Static method in class org.apache.felix.scrplugin.helper.StringUtils
 
startDocument() - Method in class org.apache.felix.scrplugin.xml.IOUtils.NamespaceAsAttributes
 
startElement(String, String, String, Attributes) - Method in class org.apache.felix.scrplugin.xml.ComponentDescriptorIO.XmlHandler
 
startElement(String, String, String, Attributes) - Method in class org.apache.felix.scrplugin.xml.IOUtils.NamespaceAsAttributes
Ensure all namespace declarations are present as xmlns: attributes and add those needed before calling superclass.
startPrefixMapping(String, String) - Method in class org.apache.felix.scrplugin.xml.IOUtils.NamespaceAsAttributes
Track mappings to be able to add xmlns: attributes in startElement().
startProcessChildren(Artifact) - Method in class org.apache.maven.shared.dependency.tree.DependencyTreeResolutionListener
strategy - Variable in class org.apache.felix.scrplugin.om.Reference
 
strictMode - Variable in class org.apache.felix.scrplugin.ant.SCRDescriptorTask
In strict mode the plugin even fails on warnings.
strictMode - Variable in class org.apache.felix.scrplugin.mojo.SCRDescriptorMojo
In strict mode the plugin even fails on warnings.
strictMode - Variable in class org.apache.felix.scrplugin.SCRDescriptorGenerator
 
StringSet - Class in org.osgi.impl.bundle.obr.resource
 
StringSet(String) - Constructor for class org.osgi.impl.bundle.obr.resource.StringSet
 
StringUtils - Class in org.apache.felix.scrplugin.helper
 
StringUtils() - Constructor for class org.apache.felix.scrplugin.helper.StringUtils
 
supportedProjectTypes - Variable in class org.apache.felix.bundleplugin.BundlePlugin
Project types which this plugin supports.

T

tag - Variable in class org.apache.felix.scrplugin.om.AbstractObject
 
Tag - Class in org.osgi.impl.bundle.obr.resource
The Tag class represents a minimal XML tree.
Tag(String) - Constructor for class org.osgi.impl.bundle.obr.resource.Tag
Construct a new Tag with a name.
Tag(String, Map) - Constructor for class org.osgi.impl.bundle.obr.resource.Tag
Construct a new Tag with a name.
Tag(String, String[]) - Constructor for class org.osgi.impl.bundle.obr.resource.Tag
Construct a new Tag with a name and a set of attributes.
Tag(String, String) - Constructor for class org.osgi.impl.bundle.obr.resource.Tag
Construct a new Tag with a single string as content.
target - Variable in class org.apache.felix.scrplugin.om.Reference
 
testArtifact(Artifact) - Method in class org.apache.maven.shared.dependency.tree.DependencyTreeResolutionListener
testProperty(JavaTag, JavaField, boolean) - Method in class org.apache.felix.scrplugin.helper.PropertyHandler
Test if there is already a property with the same name.
testReference(Map<String, Object[]>, JavaTag, String, boolean) - Method in class org.apache.felix.scrplugin.SCRDescriptorGenerator
Test a newly found reference
text(ContentHandler, String) - Static method in class org.apache.felix.scrplugin.xml.IOUtils
Helper method writing out a string.
toFileURI(String) - Static method in class org.apache.felix.obr.plugin.ObrUtils
 
toFileURI(String) - Static method in class org.apache.felix.obrplugin.ObrUtils
 
toString() - Method in class org.apache.felix.obr.plugin.RemoteFileManager
 
toString() - Method in class org.apache.felix.obrplugin.RemoteFileManager
 
toString() - Method in class org.apache.felix.scrplugin.om.Component
 
toString() - Method in class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaClassDescription
 
toString() - Method in class org.apache.felix.scrplugin.tags.qdox.QDoxJavaClassDescription
 
toString() - Method in class org.apache.felix.tools.maven.plugin.Jar
 
toString() - Method in class org.osgi.impl.bundle.obr.resource.FilterImpl
 
toString() - Method in class org.osgi.impl.bundle.obr.resource.ManifestEntry
 
toString() - Method in class org.osgi.impl.bundle.obr.resource.RequirementImpl
 
toString() - Method in class org.osgi.impl.bundle.obr.resource.ResourceImpl
 
toString() - Method in class org.osgi.impl.bundle.obr.resource.Tag
Return a string representation of this Tag and all its children recursively.
toString() - Method in class org.osgi.impl.bundle.obr.resource.VersionRange
 
toXML() - Method in class org.osgi.impl.bundle.obr.resource.CapabilityImpl
 
toXML(Capability) - Static method in class org.osgi.impl.bundle.obr.resource.CapabilityImpl
 
toXML(String) - Method in class org.osgi.impl.bundle.obr.resource.RequirementImpl
 
toXML(Requirement) - Static method in class org.osgi.impl.bundle.obr.resource.RequirementImpl
 
toXML() - Method in class org.osgi.impl.bundle.obr.resource.ResourceImpl
 
toXML(Resource) - Static method in class org.osgi.impl.bundle.obr.resource.ResourceImpl
 
toXML(Resource, boolean) - Static method in class org.osgi.impl.bundle.obr.resource.ResourceImpl
 
transformDirectives(Map) - Static method in class org.apache.felix.bundleplugin.BundlePlugin
 
type - Variable in class org.apache.felix.scrplugin.om.metatype.AttributeDefinition
 
type - Variable in class org.apache.felix.scrplugin.om.Property
 
type - Variable in class org.apache.felix.scrplugin.tags.annotation.sling.SlingServletPropertyTag
 
type - Variable in class org.apache.felix.scrplugin.tags.cl.ClassLoaderJavaParameter
 

U

unbind - Variable in class org.apache.felix.scrplugin.om.Reference
 
unlockFile(String) - Method in class org.apache.felix.obr.plugin.RemoteFileManager
 
unlockFile(String) - Method in class org.apache.felix.obrplugin.RemoteFileManager
 
unpackBundle - Variable in class org.apache.felix.bundleplugin.BundlePlugin
When true, unpack the bundle contents to the outputDirectory
updated - Variable in class org.apache.felix.scrplugin.om.Reference
 
updateRepository() - Method in class org.apache.felix.obr.plugin.ObrUpdate
update the repository descriptor file.
updateRepository(URI, URI, URI) - Method in class org.apache.felix.obrplugin.ObrUpdate
update the repository descriptor file.
updateScope(Artifact, String) - Method in class org.apache.maven.shared.dependency.tree.DependencyTreeResolutionListener
updateScopeCurrentPom(Artifact, String) - Method in class org.apache.maven.shared.dependency.tree.DependencyTreeResolutionListener
uses - Variable in class org.osgi.impl.bundle.obr.resource.ManifestEntry
 
Util - Class in org.apache.felix.scrplugin.tags.annotation
Helper class for getting values from annotations.
Util() - Constructor for class org.apache.felix.scrplugin.tags.annotation.Util
 

V

validate(int, IssueLog) - Method in class org.apache.felix.scrplugin.om.Component
Validate the component description.
validate(int, IssueLog) - Method in class org.apache.felix.scrplugin.om.Interface
Validate the interface.
validate(int, IssueLog) - Method in class org.apache.felix.scrplugin.om.Property
Validate the property.
validate(int, boolean, IssueLog) - Method in class org.apache.felix.scrplugin.om.Reference
Validate the property.
validate(int, IssueLog) - Method in class org.apache.felix.scrplugin.om.Service
Validate the service.
validateMethod(int, String, boolean, IssueLog) - Method in class org.apache.felix.scrplugin.om.Reference
 
value - Variable in class org.apache.felix.scrplugin.om.Property
 
value() - Method in class org.apache.felix.scrplugin.tags.annotation.defaulttag.PropertyTag.PropertyOptionImpl
 
valueOf(String) - Static method in enum org.apache.felix.scr.annotations.ConfigurationPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.felix.scr.annotations.PropertyUnbounded
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.felix.scr.annotations.ReferenceCardinality
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.felix.scr.annotations.ReferencePolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.felix.scr.annotations.ReferenceStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.felix.scr.annotations.sling.SlingFilterScope
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.felix.scr.annotations.ConfigurationPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.felix.scr.annotations.PropertyUnbounded
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.felix.scr.annotations.ReferenceCardinality
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.felix.scr.annotations.ReferencePolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.felix.scr.annotations.ReferenceStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.felix.scr.annotations.sling.SlingFilterScope
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.apache.felix.scrplugin.tags.annotation.sling.SlingServletPropertyTag
 
VERSION_1_0 - Static variable in interface org.apache.felix.scrplugin.Constants
Version 1.0 (R4.1)
VERSION_1_1 - Static variable in interface org.apache.felix.scrplugin.Constants
Version 1.1 (R4.2)
VERSION_1_1_FELIX - Static variable in interface org.apache.felix.scrplugin.Constants
Version 1.1-felix (R4.2 + FELIX-1893)
VersionCleanerPlugin - Class in org.apache.felix.bundleplugin
 
VersionCleanerPlugin() - Constructor for class org.apache.felix.bundleplugin.VersionCleanerPlugin
 
VersionRange - Class in org.osgi.impl.bundle.obr.resource
 
VersionRange(String) - Constructor for class org.osgi.impl.bundle.obr.resource.VersionRange
 

W

warn(String) - Method in class org.apache.felix.scrplugin.ant.AntLog
 
warn(String, String, int) - Method in class org.apache.felix.scrplugin.ant.AntLog
 
warn(String, Throwable) - Method in class org.apache.felix.scrplugin.ant.AntLog
 
warn(Throwable) - Method in class org.apache.felix.scrplugin.ant.AntLog
 
warn(String) - Method in interface org.apache.felix.scrplugin.Log
Send a message to the user in the warn error level.
warn(String, String, int) - Method in interface org.apache.felix.scrplugin.Log
Send a message (and accompanying exception) to the user in the warn error level.
warn(String, Throwable) - Method in interface org.apache.felix.scrplugin.Log
Send a message (and accompanying exception) to the user in the warn error level.
warn(Throwable) - Method in interface org.apache.felix.scrplugin.Log
Send an exception to the user in the warn error level.
warn(String, Throwable) - Method in class org.apache.felix.scrplugin.mojo.MavenLog
 
warn(String, String, int) - Method in class org.apache.felix.scrplugin.mojo.MavenLog
 
warn(String) - Method in class org.apache.felix.scrplugin.mojo.MavenLog
 
warn(Throwable) - Method in class org.apache.felix.scrplugin.mojo.MavenLog
 
WrapPlugin - Class in org.apache.felix.bundleplugin
 
WrapPlugin() - Constructor for class org.apache.felix.bundleplugin.WrapPlugin
 
write(Components, File, boolean) - Static method in class org.apache.felix.scrplugin.xml.ComponentDescriptorIO
Write the component descriptors to the file.
write(MetaData, File) - Static method in class org.apache.felix.scrplugin.xml.MetaTypeIO
 
writeManifest(Manifest, File) - Static method in class org.apache.felix.bundleplugin.ManifestPlugin
 
writeRepositoryXml() - Method in class org.apache.felix.obrplugin.ObrUpdate
 

X

XmlHelper - Class in org.apache.felix.obr.plugin
Provide XML helper methods to support pre-Java5 runtimes
XmlHelper() - Constructor for class org.apache.felix.obr.plugin.XmlHelper
 
XmlHelper - Class in org.apache.felix.obrplugin
Provide XML helper methods to support pre-Java5 runtimes
XmlHelper() - Constructor for class org.apache.felix.obrplugin.XmlHelper
 

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

Copyright © 2013 The Apache Software Foundation. All Rights Reserved.