info.magnolia.channel
Class ChannelManagerImpl

java.lang.Object
  extended by info.magnolia.channel.ChannelManagerImpl
All Implemented Interfaces:
ChannelManager

public class ChannelManagerImpl
extends Object
implements ChannelManager

Map to host channel configurations.

Version:
$Id$

Constructor Summary
ChannelManagerImpl()
           
 
Method Summary
 void addChannel(String name, ChannelConfiguration configuration)
           
 Map<String,ChannelConfiguration> getChannels()
           
 void setChannels(Map<String,ChannelConfiguration> channels)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelManagerImpl

public ChannelManagerImpl()
Method Detail

addChannel

public void addChannel(String name,
                       ChannelConfiguration configuration)

setChannels

public void setChannels(Map<String,ChannelConfiguration> channels)

getChannels

public Map<String,ChannelConfiguration> getChannels()
Specified by:
getChannels in interface ChannelManager


Copyright © 2003-2013 Magnolia International Ltd.. All Rights Reserved.