org.ow2.petals.registry.api.config
Class PropertiesTopologyLoader

java.lang.Object
  extended by org.ow2.petals.registry.api.config.PropertiesTopologyLoader
All Implemented Interfaces:
TopologyLoader

public class PropertiesTopologyLoader
extends java.lang.Object
implements TopologyLoader

Load from a properties file

Author:
Christophe HAMERLING - eBM WebSourcing

Constructor Summary
PropertiesTopologyLoader()
           
 
Method Summary
 java.util.List<RemoteConfiguration> load(java.io.InputStream is)
          Get a list of remote registries configuration from an input stream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesTopologyLoader

public PropertiesTopologyLoader()
Method Detail

load

public java.util.List<RemoteConfiguration> load(java.io.InputStream is)
                                         throws RegistryException
Description copied from interface: TopologyLoader
Get a list of remote registries configuration from an input stream

Specified by:
load in interface TopologyLoader
Returns:
Throws:
RegistryException


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.