com.springsource.bundlor
Class BundleTransformerFactory

java.lang.Object
  extended by com.springsource.bundlor.BundleTransformerFactory

public class BundleTransformerFactory
extends java.lang.Object

A helper class for creating a BundleTransformer

Concurrent Semantics
Threadsafe

Author:
Ben Hale

Constructor Summary
private BundleTransformerFactory()
           
 
Method Summary
private static java.util.Properties combineProperties(PropertiesSource... propertiesSources)
           
static BundleTransformer create(PropertiesSource... propertiesSources)
          Creates the default configuration for Bundlor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BundleTransformerFactory

private BundleTransformerFactory()
Method Detail

create

public static BundleTransformer create(PropertiesSource... propertiesSources)
Creates the default configuration for Bundlor

Returns:

combineProperties

private static java.util.Properties combineProperties(PropertiesSource... propertiesSources)