@Generated(value="org.jomc.tools.SourceFileProcessor 1.4", comments="See http://www.jomc.org/jomc/1.4/jomc-tools-1.4") public class DefaultScope extends Object implements Scope
Scope
implementation.
Constructor and Description |
---|
DefaultScope()
Creates a new
DefaultScope instance. |
DefaultScope(Map<String,Object> map)
Creates a new
DefaultScope instance taking a map backing the scope. |
public DefaultScope(Map<String,Object> map)
DefaultScope
instance taking a map backing the scope.map
- The map backing the scope or null
.@Generated(value="org.jomc.tools.SourceFileProcessor 1.4", comments="See http://www.jomc.org/jomc/1.4/jomc-tools-1.4") public DefaultScope()
DefaultScope
instance.public Map<String,Object> getObjects()
getObjects
in interface Scope
public Object removeObject(String identifier)
removeObject
in interface Scope
Copyright © 2005-2013 The JOMC Project. All Rights Reserved.