@Generated(value="org.jomc.tools.SourceFileProcessor 1.6", comments="See http://www.jomc.org/jomc/1.6/jomc-tools-1.6") 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.6", comments="See http://www.jomc.org/jomc/1.6/jomc-tools-1.6") public DefaultScope()
DefaultScope
instance.public Map<String,Object> getObjects()
getObjects
in interface Scope
public Object removeObject(String identifier)
removeObject
in interface Scope
Copyright © 2005–2014 The JOMC Project. All rights reserved.