org.jumpmind.symmetric.fs.config
Class SyncConfigCollection

java.lang.Object
  extended by org.jumpmind.symmetric.fs.config.SyncConfigCollection

public class SyncConfigCollection
extends Object


Field Summary
protected  TypedProperties properties
           
protected  List<Node> serverNodes
           
protected  List<SyncConfig> syncConfigs
           
 
Constructor Summary
SyncConfigCollection()
           
 
Method Summary
static void fillPropertyDefaults(TypedProperties properties)
           
 TypedProperties getProperties()
           
 List<Node> getServerNodes()
           
 List<Node> getServerNodesForGroup(String groupId)
           
 List<SyncConfig> getSyncConfigs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

properties

protected TypedProperties properties

serverNodes

protected List<Node> serverNodes

syncConfigs

protected List<SyncConfig> syncConfigs
Constructor Detail

SyncConfigCollection

public SyncConfigCollection()
Method Detail

fillPropertyDefaults

public static void fillPropertyDefaults(TypedProperties properties)

getServerNodesForGroup

public List<Node> getServerNodesForGroup(String groupId)

getServerNodes

public List<Node> getServerNodes()

getSyncConfigs

public List<SyncConfig> getSyncConfigs()

getProperties

public TypedProperties getProperties()


Copyright © 2012 JumpMind, Inc.. All Rights Reserved.