org.eclipse.swordfish.internal.core.configuration.xml
Class XmlToPropertiesTransformerImpl

java.lang.Object
  extended by org.eclipse.swordfish.internal.core.configuration.xml.XmlToPropertiesTransformerImpl
All Implemented Interfaces:
XmlToPropertiesTransformer

public class XmlToPropertiesTransformerImpl
extends java.lang.Object
implements XmlToPropertiesTransformer

Class is not threadsafe

Author:
vzhabiuk

Constructor Summary
XmlToPropertiesTransformerImpl()
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.String> getProperties()
           
 java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> getPropertiesForPids()
           
 boolean isConfigurationLoaded()
           
 void loadConfiguration(java.lang.String path)
           
 void loadConfiguration(java.net.URL path)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlToPropertiesTransformerImpl

public XmlToPropertiesTransformerImpl()
Method Detail

getProperties

public java.util.Map<java.lang.String,java.lang.String> getProperties()
Specified by:
getProperties in interface XmlToPropertiesTransformer

isConfigurationLoaded

public boolean isConfigurationLoaded()
Specified by:
isConfigurationLoaded in interface XmlToPropertiesTransformer

getPropertiesForPids

public java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> getPropertiesForPids()
Specified by:
getPropertiesForPids in interface XmlToPropertiesTransformer

loadConfiguration

public void loadConfiguration(java.lang.String path)
Specified by:
loadConfiguration in interface XmlToPropertiesTransformer

loadConfiguration

public void loadConfiguration(java.net.URL path)
Specified by:
loadConfiguration in interface XmlToPropertiesTransformer