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

A

accept(Attribute) - Method in interface org.apache.felix.ipojo.manipulator.ManifestAttributeFilter
Tests if the given Attribute is recognized by the filter
accept(Element) - Method in class org.apache.felix.ipojo.manipulator.render.ManipulatedMetadataFilter
 
accept(Element) - Method in interface org.apache.felix.ipojo.manipulator.render.MetadataFilter
Tests if the given Element is accepted by the filter.
accept(ResourceVisitor) - Method in interface org.apache.felix.ipojo.manipulator.ResourceStore
Browse all resources available in this store.
accept(ResourceVisitor) - Method in class org.apache.felix.ipojo.manipulator.store.DirectoryResourceStore
 
accept(ResourceVisitor) - Method in class org.apache.felix.ipojo.manipulator.store.JarFileResourceStore
 
addAnnotation(ClassChecker.AnnotationDescriptor) - Method in class org.apache.felix.ipojo.manipulation.MethodDescriptor
Add an annotation to the current method.
addManipulationUnit(ManipulationUnit) - Method in class org.apache.felix.ipojo.manipulator.ManipulationEngine
Add information related to a discovered component that will be manipulated.
addMetada(Collection<Element>) - Method in class org.apache.felix.ipojo.manipulator.store.builder.DefaultManifestBuilder
Add all given metadata
addMetada(Collection<Element>) - Method in interface org.apache.felix.ipojo.manipulator.store.ManifestBuilder
Add all given metadata
addMetadataFilter(MetadataFilter) - Method in class org.apache.felix.ipojo.manipulator.render.MetadataRenderer
Add a metadata filter
addMetadataProvider(MetadataProvider) - Method in class org.apache.felix.ipojo.manipulator.metadata.CompositeMetadataProvider
 
addParameterAnnotation(int, ClassChecker.AnnotationDescriptor) - Method in class org.apache.felix.ipojo.manipulation.MethodDescriptor
Add an annotation to the current method.
addReferredPackage(Set<String>) - Method in class org.apache.felix.ipojo.manipulator.store.builder.DefaultManifestBuilder
Add all given package names in the referred packages list
addReferredPackage(Set<String>) - Method in interface org.apache.felix.ipojo.manipulator.store.ManifestBuilder
Add all given package names in the referred packages list
AnnotationMetadataProvider - Class in org.apache.felix.ipojo.manipulator.metadata
A AnnotationMetadataProvider loads iPOJO metadata from bytecode of classes.
AnnotationMetadataProvider(ResourceStore, Reporter) - Constructor for class org.apache.felix.ipojo.manipulator.metadata.AnnotationMetadataProvider
 
asClassName(String) - Static method in class org.apache.felix.ipojo.manipulator.util.Strings
Transform a normalized resource path (org/objectweb/asm/Visitor.class) into a fully qualified class name (format org.objectweb.asm.Visitor).
asResourcePath(String) - Static method in class org.apache.felix.ipojo.manipulator.util.Strings
Transform a FQN of a class (format org.objectweb.asm.Visitor) into a normalized resource name (org/objectweb/asm/Visitor.class).

B

build(Manifest) - Method in class org.apache.felix.ipojo.manipulator.store.builder.DefaultManifestBuilder
Update the given manifest.
build(Manifest) - Method in interface org.apache.felix.ipojo.manipulator.store.ManifestBuilder
Update the given manifest.
buildElement(String) - Static method in class org.apache.felix.ipojo.manipulation.annotations.CustomAnnotationVisitor
Build the element object from the given descriptor.

C

CacheableMetadataProvider - Class in org.apache.felix.ipojo.manipulator.metadata
A CacheableMetadataProvider provides simple caching methods to avoid calling MetadataProvider.getMetadatas() twice.
CacheableMetadataProvider(MetadataProvider) - Constructor for class org.apache.felix.ipojo.manipulator.metadata.CacheableMetadataProvider
 
characters(char[], int, int) - Method in class org.apache.felix.ipojo.xml.parser.XMLMetadataParser
Characters.
CheckFieldConsistencyResultVisitor - Class in org.apache.felix.ipojo.manipulator.visitor.check
This visitor checks that field referenced in the metadata are present in the bytecode.
CheckFieldConsistencyResultVisitor(ManipulationResultVisitor) - Constructor for class org.apache.felix.ipojo.manipulator.visitor.check.CheckFieldConsistencyResultVisitor
 
CheckFieldConsistencyVisitor - Class in org.apache.felix.ipojo.manipulator.visitor.check
Execute field verification.
CheckFieldConsistencyVisitor(ManipulationVisitor) - Constructor for class org.apache.felix.ipojo.manipulator.visitor.check.CheckFieldConsistencyVisitor
 
ClassChecker - Class in org.apache.felix.ipojo.manipulation
Checks that a POJO is already manipulated or not.
ClassChecker() - Constructor for class org.apache.felix.ipojo.manipulation.ClassChecker
 
ClassChecker.AnnotationDescriptor - Class in org.apache.felix.ipojo.manipulation
Describes a method or constructor annotation.
ClassChecker.AnnotationDescriptor(String, boolean) - Constructor for class org.apache.felix.ipojo.manipulation.ClassChecker.AnnotationDescriptor
Creates an annotation descriptor.
ClassChecker.AnnotationDescriptor(String, String) - Constructor for class org.apache.felix.ipojo.manipulation.ClassChecker.AnnotationDescriptor
Creates an annotation descriptor.
ClassChecker.ArrayAttribute - Class in org.apache.felix.ipojo.manipulation
Describes an array attribute.
ClassChecker.ArrayAttribute(String) - Constructor for class org.apache.felix.ipojo.manipulation.ClassChecker.ArrayAttribute
Creates an array attribute.
ClassChecker.EnumAttribute - Class in org.apache.felix.ipojo.manipulation
Describes an attribute.
ClassChecker.SimpleAttribute - Class in org.apache.felix.ipojo.manipulation
Describes a simple attribute.
close() - Method in interface org.apache.felix.ipojo.manipulator.ResourceStore
Close the store: no methods will be called anymore on this instance.
close() - Method in class org.apache.felix.ipojo.manipulator.store.DirectoryResourceStore
 
close() - Method in class org.apache.felix.ipojo.manipulator.store.JarFileResourceStore
 
close(Closeable...) - Static method in class org.apache.felix.ipojo.manipulator.util.Streams
Close all the streams
Collections5 - Class in org.apache.felix.ipojo.manipulator.util
Collections5 is a static collection of methods being part of the Java6 Collections class.
Collections5() - Constructor for class org.apache.felix.ipojo.manipulator.util.Collections5
 
CompositeMetadataProvider - Class in org.apache.felix.ipojo.manipulator.metadata
A CompositeMetadataProvider is responsible to detect duplicates component's declaration.
CompositeMetadataProvider(Reporter) - Constructor for class org.apache.felix.ipojo.manipulator.metadata.CompositeMetadataProvider
 
ConstructorCodeAdapter - Class in org.apache.felix.ipojo.manipulation
Constructor Adapter.
ConstructorCodeAdapter(MethodVisitor, String, Set<String>, int, String, String, String) - Constructor for class org.apache.felix.ipojo.manipulation.ConstructorCodeAdapter
PropertyCodeAdapter constructor.
copyOf(T[], int) - Static method in class org.apache.felix.ipojo.manipulator.util.Collections5
Copies the specified array, truncating or padding with nulls (if necessary) so the copy has the specified length.
copyOf(U[], int, Class<? extends T[]>) - Static method in class org.apache.felix.ipojo.manipulator.util.Collections5
Copies the specified array, truncating or padding with nulls (if necessary) so the copy has the specified length.
CustomAnnotationVisitor - Class in org.apache.felix.ipojo.manipulation.annotations
Collect metadata from custom annotation.
CustomAnnotationVisitor(Element, MetadataCollector, boolean, boolean) - Constructor for class org.apache.felix.ipojo.manipulation.annotations.CustomAnnotationVisitor
Constructor.
CustomAnnotationVisitor(Element, MetadataCollector, boolean, boolean, int, String) - Constructor for class org.apache.felix.ipojo.manipulation.annotations.CustomAnnotationVisitor
Constructor used for parameter annotations

D

DefaultManifestBuilder - Class in org.apache.felix.ipojo.manipulator.store.builder
A DefaultManifestBuilder handles the knowledge of iPOJO Manifest building.
DefaultManifestBuilder() - Constructor for class org.apache.felix.ipojo.manipulator.store.builder.DefaultManifestBuilder
 
DirectManifestProvider - Class in org.apache.felix.ipojo.manipulator.manifest
A DirectManifestProvider simply serves an already available Manifest.
DirectManifestProvider(Manifest) - Constructor for class org.apache.felix.ipojo.manipulator.manifest.DirectManifestProvider
Construct a provider servicing the given manifest.
directoryPojoization(File, File, File) - Method in class org.apache.felix.ipojo.manipulator.Pojoization
Manipulates an expanded bundles.
DirectoryResourceStore - Class in org.apache.felix.ipojo.manipulator.store
A DirectoryResourceStore knows how to read and write resources from (to respectively) a File directory.
DirectoryResourceStore(File) - Constructor for class org.apache.felix.ipojo.manipulator.store.DirectoryResourceStore
 
DirectoryResourceStore(File, File) - Constructor for class org.apache.felix.ipojo.manipulator.store.DirectoryResourceStore
 
disableAnnotationProcessing() - Method in class org.apache.felix.ipojo.manipulator.Pojoization
Activates annotation processing.

E

EmptyMetadataProvider - Class in org.apache.felix.ipojo.manipulator.metadata
A EmptyMetadataProvider simply returns an empty list of Element.
EmptyMetadataProvider() - Constructor for class org.apache.felix.ipojo.manipulator.metadata.EmptyMetadataProvider
 
EmptyReporter - Class in org.apache.felix.ipojo.manipulator.reporter
An EmptyReporter is the basis implementation for Reporters.
EmptyReporter() - Constructor for class org.apache.felix.ipojo.manipulator.reporter.EmptyReporter
 
endDocument() - Method in class org.apache.felix.ipojo.xml.parser.XMLMetadataParser
End the document.
endElement(String, String, String) - Method in class org.apache.felix.ipojo.xml.parser.XMLMetadataParser
End of an element.
endPrefixMapping(String) - Method in class org.apache.felix.ipojo.xml.parser.XMLMetadataParser
End prefix mapping.
error(String, Object...) - Method in class org.apache.felix.ipojo.manipulator.reporter.EmptyReporter
 
error(String, Object...) - Method in interface org.apache.felix.ipojo.manipulator.Reporter
Add a message in the error list.
error(String, Object...) - Method in class org.apache.felix.ipojo.manipulator.reporter.SystemReporter
 
error(SAXParseException) - Method in class org.apache.felix.ipojo.xml.parser.XMLMetadataParser
An error occurs during the XML-Schema checking.
externalize(String) - Method in class org.apache.felix.ipojo.manipulator.store.mapper.FileSystemResourceMapper
 
externalize(String) - Method in class org.apache.felix.ipojo.manipulator.store.mapper.IdentityResourceMapper
 
externalize(String) - Method in class org.apache.felix.ipojo.manipulator.store.mapper.WABResourceMapper
 
externalize(String) - Method in interface org.apache.felix.ipojo.manipulator.store.ResourceMapper
Provides a normalized resource name from the store's internal format.

F

fatalError(SAXParseException) - Method in class org.apache.felix.ipojo.xml.parser.XMLMetadataParser
A fatal error occurs during the XML-Schema checking.
FieldCollector - Class in org.apache.felix.ipojo.manipulation.annotations
Collect field annotations.
FieldCollector(String, MetadataCollector) - Constructor for class org.apache.felix.ipojo.manipulation.annotations.FieldCollector
Constructor.
FileManifestProvider - Class in org.apache.felix.ipojo.manipulator.manifest
A FileManifestProvider reads a Manifest from the given input File.
FileManifestProvider(File) - Constructor for class org.apache.felix.ipojo.manipulator.manifest.FileManifestProvider
Read the manifest from the given input file
FileMetadataProvider - Class in org.apache.felix.ipojo.manipulator.metadata
A FileMetadataProvider is responsible of loading all the .xml files in the given directory.
FileMetadataProvider(File, Reporter) - Constructor for class org.apache.felix.ipojo.manipulator.metadata.FileMetadataProvider
Constructs a metadata provider using the given source File (directory or file) to load iPOJO metadata.
FileSystemResourceMapper - Class in org.apache.felix.ipojo.manipulator.store.mapper
ResourceMapper mapping from and to system specific path..
FileSystemResourceMapper(ResourceMapper) - Constructor for class org.apache.felix.ipojo.manipulator.store.mapper.FileSystemResourceMapper
 
FileSystemResourceMapper(ResourceMapper, char) - Constructor for class org.apache.felix.ipojo.manipulator.store.mapper.FileSystemResourceMapper
 
findAttributes(Element, String) - Static method in class org.apache.felix.ipojo.manipulator.util.Metadatas
Find all the values of the specified attribute in the given element.
findFields(List<String>, Element) - Static method in class org.apache.felix.ipojo.manipulator.util.Metadatas
Looks for 'field' attribute in the given metadata.
findReferredPackages(Element) - Static method in class org.apache.felix.ipojo.manipulator.util.Metadatas
Get packages referenced by component.

G

generate() - Method in class org.apache.felix.ipojo.manipulator.ManipulationEngine
Manipulates classes of all the given component's.
getAnnotations() - Method in class org.apache.felix.ipojo.manipulation.MethodDescriptor
 
getClassName() - Method in class org.apache.felix.ipojo.manipulation.annotations.MetadataCollector
 
getClassName() - Method in class org.apache.felix.ipojo.manipulator.ManipulationUnit
 
getComponentMetadata() - Method in class org.apache.felix.ipojo.manipulator.ManipulationUnit
 
getComponentType(Element) - Static method in class org.apache.felix.ipojo.manipulator.util.Metadatas
Return the classname attribute value.
getComponentTypeDeclaration() - Method in class org.apache.felix.ipojo.manipulation.annotations.MetadataCollector
 
getDescriptor() - Method in class org.apache.felix.ipojo.manipulation.MethodDescriptor
 
getElement() - Method in class org.apache.felix.ipojo.manipulation.MethodDescriptor
Compute method manipulation metadata.
getElements() - Method in class org.apache.felix.ipojo.manipulation.annotations.MetadataCollector
 
getErrors() - Method in class org.apache.felix.ipojo.manipulator.Pojoization
 
getErrors() - Method in class org.apache.felix.ipojo.manipulator.reporter.EmptyReporter
 
getErrors() - Method in interface org.apache.felix.ipojo.manipulator.Reporter
 
getFields() - Method in class org.apache.felix.ipojo.manipulation.ClassChecker
Get collected fields.
getFields() - Method in class org.apache.felix.ipojo.manipulation.Manipulator
 
getFreshDocumentBuilder() - Method in class org.apache.felix.ipojo.manipulation.annotations.MetadataCollector
Creates a 'fresh' document builder.
getIds() - Method in class org.apache.felix.ipojo.manipulation.annotations.MetadataCollector
 
getInnerClasses() - Method in class org.apache.felix.ipojo.manipulation.ClassChecker
 
getInnerClasses() - Method in class org.apache.felix.ipojo.manipulation.Manipulator
 
getInstanceDeclaration() - Method in class org.apache.felix.ipojo.manipulation.annotations.MetadataCollector
 
getInterfaces() - Method in class org.apache.felix.ipojo.manipulation.ClassChecker
Get collected interfaces.
getLogger() - Static method in class org.apache.felix.ipojo.manipulation.ManipulationProperty
Get the manipulator logger.
getManifest() - Method in class org.apache.felix.ipojo.manipulator.manifest.DirectManifestProvider
 
getManifest() - Method in class org.apache.felix.ipojo.manipulator.manifest.FileManifestProvider
 
getManifest() - Method in interface org.apache.felix.ipojo.manipulator.ManifestProvider
Returns the original bundle's Manifest.
getManipulationMetadata() - Method in class org.apache.felix.ipojo.manipulation.Manipulator
Compute component type manipulation metadata.
getMessageArguments(Object...) - Method in class org.apache.felix.ipojo.manipulator.reporter.EmptyReporter
 
getMetadata() - Method in class org.apache.felix.ipojo.xml.parser.XMLMetadataParser
Get parsed metadata.
getMetadatas() - Method in class org.apache.felix.ipojo.manipulator.metadata.AnnotationMetadataProvider
 
getMetadatas() - Method in class org.apache.felix.ipojo.manipulator.metadata.CacheableMetadataProvider
 
getMetadatas() - Method in class org.apache.felix.ipojo.manipulator.metadata.CompositeMetadataProvider
 
getMetadatas() - Method in class org.apache.felix.ipojo.manipulator.metadata.EmptyMetadataProvider
 
getMetadatas() - Method in class org.apache.felix.ipojo.manipulator.metadata.FileMetadataProvider
 
getMetadatas() - Method in class org.apache.felix.ipojo.manipulator.metadata.StreamMetadataProvider
 
getMetadatas() - Method in interface org.apache.felix.ipojo.manipulator.MetadataProvider
Gather all the metadata.
getMethods() - Method in class org.apache.felix.ipojo.manipulation.ClassChecker
Get collected methods.
getName() - Method in class org.apache.felix.ipojo.manipulation.MethodDescriptor
 
getParameterAnnotations() - Method in class org.apache.felix.ipojo.manipulation.MethodDescriptor
 
getResourcePath() - Method in class org.apache.felix.ipojo.manipulator.ManipulationUnit
 
getResources() - Method in class org.apache.felix.ipojo.manipulator.visitor.writer.ManipulatedResultWriter
 
getSeparator() - Method in class org.apache.felix.ipojo.manipulator.QuotedTokenizer
 
getSuperClass() - Method in class org.apache.felix.ipojo.manipulation.ClassChecker
 
getThrowable(Object...) - Method in class org.apache.felix.ipojo.manipulator.reporter.EmptyReporter
 
getTokens() - Method in class org.apache.felix.ipojo.manipulator.QuotedTokenizer
 
getTokenSet() - Method in class org.apache.felix.ipojo.manipulator.QuotedTokenizer
Get token list.
getWarnings() - Method in class org.apache.felix.ipojo.manipulator.Pojoization
 
getWarnings() - Method in class org.apache.felix.ipojo.manipulator.reporter.EmptyReporter
 
getWarnings() - Method in interface org.apache.felix.ipojo.manipulator.Reporter
 

I

IdentityResourceMapper - Class in org.apache.felix.ipojo.manipulator.store.mapper
Identity mapper.
IdentityResourceMapper() - Constructor for class org.apache.felix.ipojo.manipulator.store.mapper.IdentityResourceMapper
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.felix.ipojo.xml.parser.XMLMetadataParser
Ignore whitespace.
IM_FIELD - Static variable in class org.apache.felix.ipojo.manipulation.MethodCreator
Instance Manager Field.
INFO - Static variable in class org.apache.felix.ipojo.manipulation.ManipulationProperty
Logger info level.
info(String, Object...) - Method in class org.apache.felix.ipojo.manipulator.reporter.EmptyReporter
 
info(String, Object...) - Method in interface org.apache.felix.ipojo.manipulator.Reporter
Add an informative message It accepts a Throwable as last argument.
info(String, Object...) - Method in class org.apache.felix.ipojo.manipulator.reporter.SystemReporter
 
InnerClassAdapter - Class in org.apache.felix.ipojo.manipulation
Adapts a inner class in order to allow accessing outer class fields.
InnerClassAdapter(ClassVisitor, String, Set<String>) - Constructor for class org.apache.felix.ipojo.manipulation.InnerClassAdapter
Creates the inner class adapter.
InnerClassManipulator - Class in org.apache.felix.ipojo.manipulation
Manipulates inner class allowing outer class access.
InnerClassManipulator(String, Set<String>) - Constructor for class org.apache.felix.ipojo.manipulation.InnerClassManipulator
Creates an inner class manipulator.
internalize(String) - Method in class org.apache.felix.ipojo.manipulator.store.mapper.FileSystemResourceMapper
 
internalize(String) - Method in class org.apache.felix.ipojo.manipulator.store.mapper.IdentityResourceMapper
 
internalize(String) - Method in class org.apache.felix.ipojo.manipulator.store.mapper.WABResourceMapper
 
internalize(String) - Method in interface org.apache.felix.ipojo.manipulator.store.ResourceMapper
Adapts the normalized resource name into internal format.
IPOJO_INTERNAL_DESCRIPTOR - Static variable in class org.apache.felix.ipojo.manipulation.ManipulationProperty
Ipojo internal package name for internal descriptor.
IPOJO_INTERNAL_PACKAGE_NAME - Static variable in class org.apache.felix.ipojo.manipulation.ManipulationProperty
Activator internal package name.
IPOJO_PACKAGE_NAME - Static variable in class org.apache.felix.ipojo.manipulation.ManipulationProperty
iPOJO Package name.
IPOJO_PACKAGE_VERSION - Static variable in class org.apache.felix.ipojo.manipulator.Pojoization
iPOJO Imported Package Version.
isalreadyManipulated() - Method in class org.apache.felix.ipojo.manipulation.ClassChecker
Check if the class was already manipulated.
isComponentType() - Method in class org.apache.felix.ipojo.manipulation.annotations.MetadataCollector
 
isCustomAnnotation(String) - Static method in class org.apache.felix.ipojo.manipulation.annotations.CustomAnnotationVisitor
Check if the given annotation descriptor is an iPOJO custom annotation.
isIgnoredBecauseOfMissingComponent() - Method in class org.apache.felix.ipojo.manipulation.annotations.MetadataCollector
 

J

JarFileResourceStore - Class in org.apache.felix.ipojo.manipulator.store
A JarFileResourceStore knows how to read and write resources from (to respectively) a Jar File.
JarFileResourceStore(JarFile, File) - Constructor for class org.apache.felix.ipojo.manipulator.store.JarFileResourceStore
Construct a JarFileResourceStore wrapping the given original bundle, and configured to output in the given target file.

L

log(int, String) - Method in class org.apache.felix.ipojo.manipulation.ManipulationProperty.Logger
Log method.

M

ManifestAttributeFilter - Interface in org.apache.felix.ipojo.manipulator
Defines a filter to be tested against Attribute contained in the Manifest.
ManifestBuilder - Interface in org.apache.felix.ipojo.manipulator.store
A ManifestBuilder is ...
ManifestProvider - Interface in org.apache.felix.ipojo.manipulator
A ManifestProvider is responsible of providing the original Manifest of the manipulated Bundle.
manipulate(byte[]) - Method in class org.apache.felix.ipojo.manipulation.InnerClassManipulator
Manipulate the inner class.
manipulate(byte[]) - Method in class org.apache.felix.ipojo.manipulation.Manipulator
Manipulate the given byte array.
ManipulatedMetadataFilter - Class in org.apache.felix.ipojo.manipulator.render
A ManipulatedMetadataFilter
ManipulatedMetadataFilter() - Constructor for class org.apache.felix.ipojo.manipulator.render.ManipulatedMetadataFilter
 
ManipulatedResourcesWriter - Class in org.apache.felix.ipojo.manipulator.visitor.writer
Write manipulation result in the backend (store).
ManipulatedResourcesWriter() - Constructor for class org.apache.felix.ipojo.manipulator.visitor.writer.ManipulatedResourcesWriter
 
ManipulatedResultWriter - Class in org.apache.felix.ipojo.manipulator.visitor.writer
Gather manipulated bytecode.
ManipulatedResultWriter(Element) - Constructor for class org.apache.felix.ipojo.manipulator.visitor.writer.ManipulatedResultWriter
 
ManipulationAdapter - Class in org.apache.felix.ipojo.manipulator.visitor
Empty ManipulationVisitor visitor.
ManipulationAdapter(ManipulationVisitor) - Constructor for class org.apache.felix.ipojo.manipulator.visitor.ManipulationAdapter
 
ManipulationEngine - Class in org.apache.felix.ipojo.manipulator
A ManipulationEngine is responsible to drive the component's classes manipulation.
ManipulationEngine() - Constructor for class org.apache.felix.ipojo.manipulator.ManipulationEngine
 
ManipulationProperty - Class in org.apache.felix.ipojo.manipulation
Store properties for the manipulation process.
ManipulationProperty() - Constructor for class org.apache.felix.ipojo.manipulation.ManipulationProperty
 
ManipulationProperty.Logger - Class in org.apache.felix.ipojo.manipulation
Internal logger implementation.
ManipulationProperty.Logger() - Constructor for class org.apache.felix.ipojo.manipulation.ManipulationProperty.Logger
 
ManipulationResultAdapter - Class in org.apache.felix.ipojo.manipulator.visitor
Empty ManipulationResultVisitor visitor.
ManipulationResultAdapter(ManipulationResultVisitor) - Constructor for class org.apache.felix.ipojo.manipulator.visitor.ManipulationResultAdapter
 
ManipulationResultVisitor - Interface in org.apache.felix.ipojo.manipulator
Visit manipulation results.
ManipulationUnit - Class in org.apache.felix.ipojo.manipulator
Component Info.
ManipulationUnit(String, Element) - Constructor for class org.apache.felix.ipojo.manipulator.ManipulationUnit
Constructor.
ManipulationVisitor - Interface in org.apache.felix.ipojo.manipulator
Visit manipulation results.
Manipulator - Class in org.apache.felix.ipojo.manipulation
iPOJO Byte code Manipulator.
Manipulator() - Constructor for class org.apache.felix.ipojo.manipulation.Manipulator
 
MetadataCollector - Class in org.apache.felix.ipojo.manipulation.annotations
Collect metadata from classes by parsing annotation.
MetadataCollector() - Constructor for class org.apache.felix.ipojo.manipulation.annotations.MetadataCollector
 
MetadataFilter - Interface in org.apache.felix.ipojo.manipulator.render
Defines a filter to be tested against Element before rendering them into the Manifest.
MetadataProvider - Interface in org.apache.felix.ipojo.manipulator
A MetadataProvider is responsible to provide iPOJO's metadata.
MetadataRenderer - Class in org.apache.felix.ipojo.manipulator.render
A MetadataRenderer renders a given Element into a String.
MetadataRenderer() - Constructor for class org.apache.felix.ipojo.manipulator.render.MetadataRenderer
 
Metadatas - Class in org.apache.felix.ipojo.manipulator.util
Streams is a utility class that helps to manipulate streams.
MethodCodeAdapter - Class in org.apache.felix.ipojo.manipulation
Insert code calling callbacks at the entry and before the exit of a method.
MethodCodeAdapter(MethodVisitor, String, int, String, String, Set<String>) - Constructor for class org.apache.felix.ipojo.manipulation.MethodCodeAdapter
MethodCodeAdapter constructor.
MethodCollector - Class in org.apache.felix.ipojo.manipulation.annotations
This class collects method annotations, and give them to the metadata collector.
MethodCollector(String, String, MetadataCollector) - Constructor for class org.apache.felix.ipojo.manipulation.annotations.MethodCollector
Constructor.
MethodCreator - Class in org.apache.felix.ipojo.manipulation
iPOJO Class Adapter.
MethodCreator(ClassVisitor, Map<String, String>, List<MethodDescriptor>) - Constructor for class org.apache.felix.ipojo.manipulation.MethodCreator
Constructor.
MethodDescriptor - Class in org.apache.felix.ipojo.manipulation
Method Descriptor describe a method.
MethodDescriptor(String, String) - Constructor for class org.apache.felix.ipojo.manipulation.MethodDescriptor
Constructor.

N

nextToken(String) - Method in class org.apache.felix.ipojo.manipulator.QuotedTokenizer
Get the next token.
nextToken() - Method in class org.apache.felix.ipojo.manipulator.QuotedTokenizer
Get the next token.

O

open() - Method in interface org.apache.felix.ipojo.manipulator.ResourceStore
Notify the store that resource will be written.
open() - Method in class org.apache.felix.ipojo.manipulator.store.DirectoryResourceStore
 
open() - Method in class org.apache.felix.ipojo.manipulator.store.JarFileResourceStore
 
org.apache.felix.ipojo.manipulation - package org.apache.felix.ipojo.manipulation
 
org.apache.felix.ipojo.manipulation.annotations - package org.apache.felix.ipojo.manipulation.annotations
 
org.apache.felix.ipojo.manipulator - package org.apache.felix.ipojo.manipulator
 
org.apache.felix.ipojo.manipulator.manifest - package org.apache.felix.ipojo.manipulator.manifest
 
org.apache.felix.ipojo.manipulator.metadata - package org.apache.felix.ipojo.manipulator.metadata
 
org.apache.felix.ipojo.manipulator.render - package org.apache.felix.ipojo.manipulator.render
 
org.apache.felix.ipojo.manipulator.reporter - package org.apache.felix.ipojo.manipulator.reporter
 
org.apache.felix.ipojo.manipulator.store - package org.apache.felix.ipojo.manipulator.store
 
org.apache.felix.ipojo.manipulator.store.builder - package org.apache.felix.ipojo.manipulator.store.builder
 
org.apache.felix.ipojo.manipulator.store.mapper - package org.apache.felix.ipojo.manipulator.store.mapper
 
org.apache.felix.ipojo.manipulator.util - package org.apache.felix.ipojo.manipulator.util
 
org.apache.felix.ipojo.manipulator.visitor - package org.apache.felix.ipojo.manipulator.visitor
 
org.apache.felix.ipojo.manipulator.visitor.check - package org.apache.felix.ipojo.manipulator.visitor.check
 
org.apache.felix.ipojo.manipulator.visitor.writer - package org.apache.felix.ipojo.manipulator.visitor.writer
 
org.apache.felix.ipojo.xml.parser - package org.apache.felix.ipojo.xml.parser
 

P

ParseException - Exception in org.apache.felix.ipojo.xml.parser
Exceptions thrown by parsers.
ParseException(String) - Constructor for exception org.apache.felix.ipojo.xml.parser.ParseException
Parsing error.
parseHeader(String) - Method in class org.apache.felix.ipojo.manipulator.store.builder.DefaultManifestBuilder
Standard OSGi header parser.
Pojoization - Class in org.apache.felix.ipojo.manipulator
Pojoization allows creating an iPOJO bundle from a "normal" bundle.
Pojoization() - Constructor for class org.apache.felix.ipojo.manipulator.Pojoization
 
Pojoization(Reporter) - Constructor for class org.apache.felix.ipojo.manipulator.Pojoization
 
pojoization(File, File, InputStream) - Method in class org.apache.felix.ipojo.manipulator.Pojoization
Manipulates an input bundle.
pojoization(File, File, File) - Method in class org.apache.felix.ipojo.manipulator.Pojoization
Manipulates an input bundle.
pojoization(ResourceStore, MetadataProvider, ManipulationVisitor) - Method in class org.apache.felix.ipojo.manipulator.Pojoization
 
PREFIX - Static variable in class org.apache.felix.ipojo.manipulation.MethodCreator
All POJO method will be renamed by using this prefix.
processingInstruction(String, String) - Method in class org.apache.felix.ipojo.xml.parser.XMLMetadataParser
Process an instruction.

Q

QuotedTokenizer - Class in org.apache.felix.ipojo.manipulator
Parse on OSGi Manifest clause.
QuotedTokenizer(String, String, boolean) - Constructor for class org.apache.felix.ipojo.manipulator.QuotedTokenizer
Constructors.
QuotedTokenizer(String, String) - Constructor for class org.apache.felix.ipojo.manipulator.QuotedTokenizer
Constructors.

R

read(String) - Method in interface org.apache.felix.ipojo.manipulator.ResourceStore
Return the bytecode of the given class name.
read(String) - Method in class org.apache.felix.ipojo.manipulator.store.DirectoryResourceStore
 
read(String) - Method in class org.apache.felix.ipojo.manipulator.store.JarFileResourceStore
 
readBytes(InputStream) - Static method in class org.apache.felix.ipojo.manipulator.util.Streams
Read the content of the given InputStream as a byte array.
render(Element) - Method in class org.apache.felix.ipojo.manipulator.render.MetadataRenderer
Generate manipulation metadata.
Reporter - Interface in org.apache.felix.ipojo.manipulator
A Reporter is responsible to handle feedback from within the manipulation process in order to let API consumers deal with errors and warnings.
resolveEntity(String, String) - Method in class org.apache.felix.ipojo.xml.parser.SchemaResolver
Resolves systemIds to use embedded schemas.
ResourceMapper - Interface in org.apache.felix.ipojo.manipulator.store
A ResourceMapper maps resource name from a reference to another one.
ResourceStore - Interface in org.apache.felix.ipojo.manipulator
Abstract input/output for the manipulation process.
ResourceVisitor - Interface in org.apache.felix.ipojo.manipulator
A ResourceVisitor is invoked when a potential class is

S

SchemaResolver - Class in org.apache.felix.ipojo.xml.parser
Entity Resolver loading embedded XML Schemas.
SchemaResolver() - Constructor for class org.apache.felix.ipojo.xml.parser.SchemaResolver
 
setDocumentLocator(Locator) - Method in class org.apache.felix.ipojo.xml.parser.XMLMetadataParser
Set Document locator.
setEnableTrace(boolean) - Method in class org.apache.felix.ipojo.manipulator.reporter.SystemReporter
 
setManifest(Manifest) - Method in class org.apache.felix.ipojo.manipulator.store.DirectoryResourceStore
 
setManifest(Manifest) - Method in class org.apache.felix.ipojo.manipulator.store.JarFileResourceStore
 
setManifestBuilder(ManifestBuilder) - Method in class org.apache.felix.ipojo.manipulator.store.DirectoryResourceStore
 
setManifestBuilder(ManifestBuilder) - Method in class org.apache.felix.ipojo.manipulator.store.JarFileResourceStore
 
setManipulationVisitor(ManipulationVisitor) - Method in class org.apache.felix.ipojo.manipulator.ManipulationEngine
 
setMetadata(Element) - Method in class org.apache.felix.ipojo.manipulator.visitor.check.CheckFieldConsistencyResultVisitor
 
setMetadataRenderer(MetadataRenderer) - Method in class org.apache.felix.ipojo.manipulator.store.builder.DefaultManifestBuilder
 
setReporter(Reporter) - Method in class org.apache.felix.ipojo.manipulator.ManipulationEngine
 
setReporter(Reporter) - Method in class org.apache.felix.ipojo.manipulator.visitor.check.CheckFieldConsistencyResultVisitor
 
setReporter(Reporter) - Method in class org.apache.felix.ipojo.manipulator.visitor.check.CheckFieldConsistencyVisitor
 
setReporter(Reporter) - Method in class org.apache.felix.ipojo.manipulator.visitor.writer.ManipulatedResourcesWriter
 
setResourceMapper(ResourceMapper) - Method in class org.apache.felix.ipojo.manipulator.store.DirectoryResourceStore
 
setResourceMapper(ResourceMapper) - Method in class org.apache.felix.ipojo.manipulator.store.JarFileResourceStore
 
setResourceStore(ResourceStore) - Method in class org.apache.felix.ipojo.manipulator.ManipulationEngine
Provides the bytecode store that allows to retrieve bytecode of the component's related resources (inner classes for example).
setResourceStore(ResourceStore) - Method in class org.apache.felix.ipojo.manipulator.visitor.writer.ManipulatedResourcesWriter
 
setUseLocalXSD() - Method in class org.apache.felix.ipojo.manipulator.Pojoization
Activates the entity resolver loading XSD files from the classloader.
setValidateUsingLocalSchemas(boolean) - Method in class org.apache.felix.ipojo.manipulator.metadata.FileMetadataProvider
 
setValidateUsingLocalSchemas(boolean) - Method in class org.apache.felix.ipojo.manipulator.metadata.StreamMetadataProvider
Force XML schemas resolution to be performed locally
SEVERE - Static variable in class org.apache.felix.ipojo.manipulation.ManipulationProperty
Logger severe level.
skippedEntity(String) - Method in class org.apache.felix.ipojo.xml.parser.XMLMetadataParser
Skipped entity.
startDocument() - Method in class org.apache.felix.ipojo.xml.parser.XMLMetadataParser
Start a document.
startElement(String, String, String, Attributes) - Method in class org.apache.felix.ipojo.xml.parser.XMLMetadataParser
Start an element.
startPrefixMapping(String, String) - Method in class org.apache.felix.ipojo.xml.parser.XMLMetadataParser
Start a prefix mapping.
StreamMetadataProvider - Class in org.apache.felix.ipojo.manipulator.metadata
A StreamManifestProvider knows how to load metadata from an InputStream.
StreamMetadataProvider(InputStream, Reporter) - Constructor for class org.apache.felix.ipojo.manipulator.metadata.StreamMetadataProvider
 
Streams - Class in org.apache.felix.ipojo.manipulator.util
Streams is a utility class that helps to manipulate streams.
Strings - Class in org.apache.felix.ipojo.manipulator.util
Strings is a utility class that helps to manipulate String.
SystemReporter - Class in org.apache.felix.ipojo.manipulator.reporter
A SystemReporter reports feedback from within the manipulation process.
SystemReporter() - Constructor for class org.apache.felix.ipojo.manipulator.reporter.SystemReporter
 

T

trace(String, Object...) - Method in class org.apache.felix.ipojo.manipulator.reporter.EmptyReporter
 
trace(String, Object...) - Method in class org.apache.felix.ipojo.manipulator.reporter.SystemReporter
 
trace(String, Object...) - Method in interface org.apache.felix.ipojo.manipulator.Reporter
Add aa trace message It accepts a Throwable as last argument.
transfer(InputStream, OutputStream) - Static method in class org.apache.felix.ipojo.manipulator.util.Streams
Transfer the given InputStream content in the given OutputStream.

V

visit(String, Object) - Method in class org.apache.felix.ipojo.manipulation.annotations.CustomAnnotationVisitor
Visit a 'simple' annotation attribute.
visit(int, int, String, String, String, String[]) - Method in class org.apache.felix.ipojo.manipulation.annotations.MetadataCollector
Start visiting a class.
visit(String, Object) - Method in class org.apache.felix.ipojo.manipulation.ClassChecker.AnnotationDescriptor
Visits a simple attribute.
visit(AnnotationVisitor) - Method in class org.apache.felix.ipojo.manipulation.ClassChecker.AnnotationDescriptor
Method allowing to recreate the visited (stored) annotation into the destination annotation.
visit(String, Object) - Method in class org.apache.felix.ipojo.manipulation.ClassChecker.ArrayAttribute
Visits the content of the array.
visit(AnnotationVisitor) - Method in class org.apache.felix.ipojo.manipulation.ClassChecker.ArrayAttribute
Recreates the visited array attribute.
visit(AnnotationVisitor) - Method in class org.apache.felix.ipojo.manipulation.ClassChecker.EnumAttribute
Recreates the attribute on the given annotation.
visit(AnnotationVisitor) - Method in class org.apache.felix.ipojo.manipulation.ClassChecker.SimpleAttribute
Recreates the attribute on the given annotation.
visit(int, int, String, String, String, String[]) - Method in class org.apache.felix.ipojo.manipulation.ClassChecker
Visit the class.
visit(int, int, String, String, String, String[]) - Method in class org.apache.felix.ipojo.manipulation.MethodCreator
Visit method.
visit(String) - Method in interface org.apache.felix.ipojo.manipulator.ResourceVisitor
Visit a resource discovered in the original bundle.
visitAnnotation(String, String) - Method in class org.apache.felix.ipojo.manipulation.annotations.CustomAnnotationVisitor
Visit a sub-annotation.
visitAnnotation(String, boolean) - Method in class org.apache.felix.ipojo.manipulation.annotations.FieldCollector
Visit annotations on the current field.
visitAnnotation(String, boolean) - Method in class org.apache.felix.ipojo.manipulation.annotations.MetadataCollector
Visit class annotations.
visitAnnotation(String, boolean) - Method in class org.apache.felix.ipojo.manipulation.annotations.MethodCollector
Visit method annotations.
visitAnnotation(String, String) - Method in class org.apache.felix.ipojo.manipulation.ClassChecker.AnnotationDescriptor
Visits a nested annotation.
visitAnnotation(MethodVisitor) - Method in class org.apache.felix.ipojo.manipulation.ClassChecker.AnnotationDescriptor
Methods allowing to recreate the visited (stored) annotation into the destination method.
visitAnnotation(String, String) - Method in class org.apache.felix.ipojo.manipulation.ClassChecker.ArrayAttribute
Visits the content of the array.
visitAnnotation(String, boolean) - Method in class org.apache.felix.ipojo.manipulation.ConstructorCodeAdapter
Visits an annotation.
visitAnnotation(String, boolean) - Method in class org.apache.felix.ipojo.manipulation.MethodCodeAdapter
Visits an annotation.
visitArray(String) - Method in class org.apache.felix.ipojo.manipulation.annotations.CustomAnnotationVisitor
Visit an array attribute.
visitArray(String) - Method in class org.apache.felix.ipojo.manipulation.ClassChecker.AnnotationDescriptor
Visits an array attribute.
visitArray(String) - Method in class org.apache.felix.ipojo.manipulation.ClassChecker.ArrayAttribute
Visits the content of the array.
visitClassStructure(Element) - Method in interface org.apache.felix.ipojo.manipulator.ManipulationResultVisitor
Called once per visitor with the class' structure discovered during manipulation.
visitClassStructure(Element) - Method in class org.apache.felix.ipojo.manipulator.visitor.check.CheckFieldConsistencyResultVisitor
 
visitClassStructure(Element) - Method in class org.apache.felix.ipojo.manipulator.visitor.ManipulationResultAdapter
 
visitClassStructure(Element) - Method in class org.apache.felix.ipojo.manipulator.visitor.writer.ManipulatedResultWriter
 
visitEnd() - Method in class org.apache.felix.ipojo.manipulation.annotations.CustomAnnotationVisitor
End of the visit.
visitEnd() - Method in class org.apache.felix.ipojo.manipulation.annotations.MetadataCollector
End of the visit : compute final elements.
visitEnd() - Method in class org.apache.felix.ipojo.manipulation.ClassChecker.AnnotationDescriptor
End of the visit.
visitEnd() - Method in class org.apache.felix.ipojo.manipulation.ClassChecker.ArrayAttribute
End of the array attribute visit.
visitEnd() - Method in class org.apache.felix.ipojo.manipulation.MethodCreator
Visit end.
visitEnd() - Method in interface org.apache.felix.ipojo.manipulator.ManipulationResultVisitor
Called when all resources from this manipulation result have been processed.
visitEnd() - Method in interface org.apache.felix.ipojo.manipulator.ManipulationVisitor
Called when all metadata have been processed.
visitEnd() - Method in class org.apache.felix.ipojo.manipulator.visitor.ManipulationAdapter
 
visitEnd() - Method in class org.apache.felix.ipojo.manipulator.visitor.ManipulationResultAdapter
 
visitEnd() - Method in class org.apache.felix.ipojo.manipulator.visitor.writer.ManipulatedResourcesWriter
 
visitEnd() - Method in class org.apache.felix.ipojo.manipulator.visitor.writer.ManipulatedResultWriter
 
visitEnum(String, String, String) - Method in class org.apache.felix.ipojo.manipulation.annotations.CustomAnnotationVisitor
Visits an enumeration attribute.
visitEnum(String, String, String) - Method in class org.apache.felix.ipojo.manipulation.ClassChecker.AnnotationDescriptor
Visits an enumeration attribute.
visitEnum(String, String, String) - Method in class org.apache.felix.ipojo.manipulation.ClassChecker.ArrayAttribute
Visits the content of the array.
visitField(int, String, String, String, Object) - Method in class org.apache.felix.ipojo.manipulation.annotations.MetadataCollector
Visit a field.
visitField(int, String, String, String, Object) - Method in class org.apache.felix.ipojo.manipulation.ClassChecker
Check if the _cm field already exists.
visitField(int, String, String, String, Object) - Method in class org.apache.felix.ipojo.manipulation.MethodCreator
Visit a Field.
visitFieldInsn(int, String, String, String) - Method in class org.apache.felix.ipojo.manipulation.ConstructorCodeAdapter
Adapts field accesses.
visitFieldInsn(int, String, String, String) - Method in class org.apache.felix.ipojo.manipulation.MethodCodeAdapter
Visit an instruction modifying a method (GETFIELD/PUTFIELD).
visitIincInsn(int, int) - Method in class org.apache.felix.ipojo.manipulation.ConstructorCodeAdapter
Visits an increment instruction.
visitInnerClass(String, String, String, int) - Method in class org.apache.felix.ipojo.manipulation.ClassChecker
Add the inner class to the list of inner class to manipulate.
visitLocalVariable(String, String, String, Label, Label, int) - Method in class org.apache.felix.ipojo.manipulation.ConstructorCodeAdapter
Visits a local variable.
visitManipulatedResource(String, byte[]) - Method in interface org.apache.felix.ipojo.manipulator.ManipulationResultVisitor
Accept a manipulated resource (main component class or inner classes).
visitManipulatedResource(String, byte[]) - Method in class org.apache.felix.ipojo.manipulator.visitor.ManipulationResultAdapter
 
visitManipulatedResource(String, byte[]) - Method in class org.apache.felix.ipojo.manipulator.visitor.writer.ManipulatedResultWriter
 
visitManipulationResult(Element) - Method in interface org.apache.felix.ipojo.manipulator.ManipulationVisitor
Accept a manipulation result for the given component metadata.
visitManipulationResult(Element) - Method in class org.apache.felix.ipojo.manipulator.visitor.check.CheckFieldConsistencyVisitor
 
visitManipulationResult(Element) - Method in class org.apache.felix.ipojo.manipulator.visitor.ManipulationAdapter
 
visitManipulationResult(Element) - Method in class org.apache.felix.ipojo.manipulator.visitor.writer.ManipulatedResourcesWriter
 
visitMaxs(int, int) - Method in class org.apache.felix.ipojo.manipulation.ConstructorCodeAdapter
Visit max method.
visitMetadata(Element) - Method in interface org.apache.felix.ipojo.manipulator.ManipulationVisitor
Visit metadata not associated with a component (ie no bytecode manipulation needed).
visitMetadata(Element) - Method in class org.apache.felix.ipojo.manipulator.visitor.ManipulationAdapter
 
visitMetadata(Element) - Method in class org.apache.felix.ipojo.manipulator.visitor.writer.ManipulatedResourcesWriter
 
visitMethod(int, String, String, String, String[]) - Method in class org.apache.felix.ipojo.manipulation.annotations.MetadataCollector
Visit a method.
visitMethod(int, String, String, String, String[]) - Method in class org.apache.felix.ipojo.manipulation.ClassChecker
Visit a method.
visitMethod(int, String, String, String, String[]) - Method in class org.apache.felix.ipojo.manipulation.InnerClassAdapter
Visits a method.
visitMethod(int, String, String, String, String[]) - Method in class org.apache.felix.ipojo.manipulation.MethodCreator
A method is visited.
visitMethodInsn(int, String, String, String) - Method in class org.apache.felix.ipojo.manipulation.ConstructorCodeAdapter
Visits a method invocation instruction.
visitParameterAnnotation(int, String, boolean) - Method in class org.apache.felix.ipojo.manipulation.annotations.MethodCollector
Visit a parameter annotation.
visitParameterAnnotation(int, MethodVisitor) - Method in class org.apache.felix.ipojo.manipulation.ClassChecker.AnnotationDescriptor
Methods allowing to recreate the visited (stored) parameter annotations into the destination method.
visitParameterAnnotation(int, String, boolean) - Method in class org.apache.felix.ipojo.manipulation.MethodCodeAdapter
Visits a parameter annotation.
visitVarInsn(int, int) - Method in class org.apache.felix.ipojo.manipulation.ConstructorCodeAdapter
Visits a variable instruction.

W

WABResourceMapper - Class in org.apache.felix.ipojo.manipulator.store.mapper
A WABResourceMapper knows how to map resource names for a Web Application Bundle (WAB).
WABResourceMapper() - Constructor for class org.apache.felix.ipojo.manipulator.store.mapper.WABResourceMapper
 
warn(String, Object...) - Method in class org.apache.felix.ipojo.manipulator.reporter.EmptyReporter
 
warn(String, Object...) - Method in class org.apache.felix.ipojo.manipulator.reporter.SystemReporter
 
warn(String, Object...) - Method in interface org.apache.felix.ipojo.manipulator.Reporter
Add a message in the warning list.
WARNING - Static variable in class org.apache.felix.ipojo.manipulation.ManipulationProperty
Logger warning level.
warning(SAXParseException) - Method in class org.apache.felix.ipojo.xml.parser.XMLMetadataParser
A warning was detected during the XML-Schema checking.
WEB_INF_CLASSES - Static variable in class org.apache.felix.ipojo.manipulator.store.mapper.WABResourceMapper
 
write(String, byte[]) - Method in interface org.apache.felix.ipojo.manipulator.ResourceStore
Notify the builder that a new resource has been built and should be stored in the resulting bundle.
write(String, byte[]) - Method in class org.apache.felix.ipojo.manipulator.store.DirectoryResourceStore
 
write(String, byte[]) - Method in class org.apache.felix.ipojo.manipulator.store.JarFileResourceStore
 
writeMetadata(Element) - Method in interface org.apache.felix.ipojo.manipulator.ResourceStore
Writes the given Element into this store.
writeMetadata(Element) - Method in class org.apache.felix.ipojo.manipulator.store.DirectoryResourceStore
 
writeMetadata(Element) - Method in class org.apache.felix.ipojo.manipulator.store.JarFileResourceStore
 

X

XMLMetadataParser - Class in org.apache.felix.ipojo.xml.parser
XML Metadata parser.
XMLMetadataParser() - Constructor for class org.apache.felix.ipojo.xml.parser.XMLMetadataParser
 
XSD_PATH - Static variable in class org.apache.felix.ipojo.xml.parser.SchemaResolver
Directory where embedded schemas are copied.
A B C D E F G I J L M N O P Q R S T V W X 

Copyright © 2006–2013 The Apache Software Foundation. All rights reserved.