org.kuali.common.util.config
Class ProjectConfigContainerNullifier

java.lang.Object
  extended by org.kuali.common.util.config.ProjectConfigContainerNullifier
All Implemented Interfaces:
Nullifier

public class ProjectConfigContainerNullifier
extends Object
implements Nullifier


Constructor Summary
ProjectConfigContainerNullifier()
           
ProjectConfigContainerNullifier(ProjectConfigContainer config)
           
 
Method Summary
 ProjectConfigContainer getConfig()
           
 void nullify()
           
protected  void nullifyContexts(List<ContextConfig> contexts)
           
protected  void nullifyLocations(List<Location> locations)
           
 void setConfig(ProjectConfigContainer config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectConfigContainerNullifier

public ProjectConfigContainerNullifier()

ProjectConfigContainerNullifier

public ProjectConfigContainerNullifier(ProjectConfigContainer config)
Method Detail

nullify

public void nullify()
Specified by:
nullify in interface Nullifier

nullifyContexts

protected void nullifyContexts(List<ContextConfig> contexts)

nullifyLocations

protected void nullifyLocations(List<Location> locations)

getConfig

public ProjectConfigContainer getConfig()

setConfig

public void setConfig(ProjectConfigContainer config)


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.