All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.felix.bnd.BlueprintComponent Maven / Gradle / Ivy

package org.apache.felix.bnd;

import java.util.List;
import java.util.ArrayList;

import aQute.lib.spring.XMLTypeProcessor;
import aQute.lib.spring.XMLType;
import aQute.lib.osgi.Analyzer;

public class BlueprintComponent extends XMLTypeProcessor {

    protected List getTypes(Analyzer analyzer) throws Exception {
        List types = new ArrayList();

        String header = analyzer.getProperty("Bundle-Blueprint", "OSGI-INF/blueprint");
        process(types,"blueprint.xsl", header, ".*\\.xml"); 

        return types;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy