Forge - Parent 2.0.0.Alpha1

org.jboss.forge.environment.impl
Class EnvironmentImpl

java.lang.Object
  extended by org.jboss.forge.environment.impl.EnvironmentImpl
All Implemented Interfaces:
Environment

@Exported
@Singleton
public class EnvironmentImpl
extends Object
implements Environment


Constructor Summary
EnvironmentImpl()
           
 
Method Summary
<K,V> Map<K,V>
get(Class<? extends Category> key)
          Returns a mutable map that contains the properties for a specific Category
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvironmentImpl

public EnvironmentImpl()
Method Detail

get

public <K,V> Map<K,V> get(Class<? extends Category> key)
Description copied from interface: Environment
Returns a mutable map that contains the properties for a specific Category

Specified by:
get in interface Environment
Returns:

Forge - Parent 2.0.0.Alpha1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.