Class BundledScriptsScannerPlugin
- java.lang.Object
 - 
- org.apache.sling.scriptingbundle.plugin.bnd.BundledScriptsScannerPlugin
 
 
- 
- All Implemented Interfaces:
 aQute.bnd.service.AnalyzerPlugin,aQute.bnd.service.Plugin
public class BundledScriptsScannerPlugin extends Object implements aQute.bnd.service.AnalyzerPlugin, aQute.bnd.service.Plugin
 
- 
- 
Constructor Summary
Constructors Constructor Description BundledScriptsScannerPlugin() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleananalyzeJar(aQute.bnd.osgi.Analyzer analyzer)CapabilitiesgetCapabilities()Map<String,String>getScriptEngineMappings()voidsetProperties(Map<String,String> pluginProperties)voidsetReporter(aQute.service.reporter.Reporter reporter) 
 - 
 
- 
- 
Field Detail
- 
GLOB
public static final String GLOB
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
analyzeJar
public boolean analyzeJar(aQute.bnd.osgi.Analyzer analyzer) throws Exception- Specified by:
 analyzeJarin interfaceaQute.bnd.service.AnalyzerPlugin- Throws:
 Exception
 
- 
setProperties
public void setProperties(Map<String,String> pluginProperties)
- Specified by:
 setPropertiesin interfaceaQute.bnd.service.Plugin
 
- 
setReporter
public void setReporter(aQute.service.reporter.Reporter reporter)
- Specified by:
 setReporterin interfaceaQute.bnd.service.Plugin
 
- 
getCapabilities
public Capabilities getCapabilities()
 
 - 
 
 -