- scan(Object) - Method in class com.atlassian.plugin.spring.scanner.core.AtlassianSpringByteCodeScanner
-
- ServiceComponent - Class in com.atlassian.plugin.spring.scanner.test.spring
-
- ServiceComponent() - Constructor for class com.atlassian.plugin.spring.scanner.test.spring.ServiceComponent
-
- ServiceExportedFromAnotherPlugin - Interface in com.atlassian.plugin.spring.scanner.test.otherplugin
-
Service exported from this plugin, for testing ComponentImport and ExportAsService.
- ServiceExportedFromAnotherPluginImpl - Class in com.atlassian.plugin.spring.scanner.test.otherplugin.impl
-
This export is ComponentImported by the atlassian-spring-scanner-maven-test plugin
- ServiceExportedFromAnotherPluginImpl() - Constructor for class com.atlassian.plugin.spring.scanner.test.otherplugin.impl.ServiceExportedFromAnotherPluginImpl
-
- ServiceExporterBeanPostProcessor - Class in com.atlassian.plugin.spring.scanner.runtime.impl
-
A BeanPostProcessor that exports OSGi services for beans annotated with both a *Component annotation and the
ExportAsService annotation This essentially does the same thing as the "public=true" on an atlassian-plugin.xml
component entry.
- ServiceExporterBeanPostProcessor(BundleContext, ConfigurableListableBeanFactory) - Constructor for class com.atlassian.plugin.spring.scanner.runtime.impl.ServiceExporterBeanPostProcessor
-
- ServiceTwoExportedFromAnotherPlugin - Interface in com.atlassian.plugin.spring.scanner.test.otherplugin
-
Service exported from this plugin, for testing ComponentImport and ExportAsService.
- ServiceTwoExportedFromAnotherPluginImpl - Class in com.atlassian.plugin.spring.scanner.test.otherplugin.impl
-
This export is ComponentImported by the atlassian-spring-scanner-maven-test plugin
- ServiceTwoExportedFromAnotherPluginImpl() - Constructor for class com.atlassian.plugin.spring.scanner.test.otherplugin.impl.ServiceTwoExportedFromAnotherPluginImpl
-
- setClassPathUrls(Set<URL>) - Method in class com.atlassian.plugin.spring.scanner.core.ByteCodeScannerConfiguration.Builder
-
- setIncludeExclude(String) - Method in class com.atlassian.plugin.spring.scanner.core.ByteCodeScannerConfiguration.Builder
-
- setLog(Logger) - Method in class com.atlassian.plugin.spring.scanner.core.ByteCodeScannerConfiguration.Builder
-
- setOutputDirectory(String) - Method in class com.atlassian.plugin.spring.scanner.core.ByteCodeScannerConfiguration.Builder
-
- setPermitDuplicateImports(boolean) - Method in class com.atlassian.plugin.spring.scanner.core.ByteCodeScannerConfiguration.Builder
-
- setProfileName(String) - Method in class com.atlassian.plugin.spring.scanner.runtime.impl.ComponentImportBeanFactoryPostProcessor
-
- setProfileName(String) - Method in class com.atlassian.plugin.spring.scanner.runtime.impl.ServiceExporterBeanPostProcessor
-
- setVerbose(boolean) - Method in class com.atlassian.plugin.spring.scanner.core.ByteCodeScannerConfiguration.Builder
-
- shutdownNewContext() - Method in class com.atlassian.plugin.spring.scanner.test.dynamic.DynamicContextManager
-
- splitProfiles(String) - Static method in class com.atlassian.plugin.spring.scanner.runtime.impl.util.AnnotationIndexReader
-
- SpringIndexWriter - Class in com.atlassian.plugin.spring.scanner.core
-
This class writes out the component and import index files into their specific directories and specific index files
names
- SpringIndexWriter(String) - Constructor for class com.atlassian.plugin.spring.scanner.core.SpringIndexWriter
-
A writer that can record and write index files of components
- StashComponent - Annotation Type in com.atlassian.plugin.spring.scanner.annotation.component
-
Annotation representing a component that should only be considered when running in Stash.
- StashImport - Annotation Type in com.atlassian.plugin.spring.scanner.annotation.imports
-
Annotation representing an OSGi service that's required to be imported into this bundle
when running within Stash.
- StashOnlyComponent - Class in com.atlassian.plugin.spring.scanner.test.product.stash
-
A component that's only instantiated when running in Stash
- StashOnlyComponent(RepositoryService) - Constructor for class com.atlassian.plugin.spring.scanner.test.product.stash.StashOnlyComponent
-
- Stats() - Constructor for class com.atlassian.plugin.spring.scanner.core.AtlassianSpringByteCodeScanner.Stats
-