com.atlassian.plugin.osgi.factory.transform
Class HostComponentSpringTransformer

java.lang.Object
  extended by com.atlassian.plugin.osgi.factory.transform.HostComponentSpringTransformer
All Implemented Interfaces:
SpringTransformer

public class HostComponentSpringTransformer
extends java.lang.Object
implements SpringTransformer

Transforms host components into Spring configuration

Since:
2.1

Constructor Summary
HostComponentSpringTransformer()
           
 
Method Summary
 void transform(java.util.List<HostComponentRegistration> regs, org.dom4j.Document pluginDoc, org.dom4j.Document springDoc)
          Transforms data into Spring configuration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HostComponentSpringTransformer

public HostComponentSpringTransformer()
Method Detail

transform

public void transform(java.util.List<HostComponentRegistration> regs,
                      org.dom4j.Document pluginDoc,
                      org.dom4j.Document springDoc)
Description copied from interface: SpringTransformer
Transforms data into Spring configuration

Specified by:
transform in interface SpringTransformer
Parameters:
regs - The list of host components
pluginDoc - The plugin document
springDoc - The spring document to write the configuration into


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.