Forge - Environment API 2.0.0.Alpha3

org.jboss.forge.environment
Interface Environment


@Exported
public interface Environment

An Environment stores information separated into categories

Author:
George Gastaldi

Method Summary
<K,V> Map<K,V>
get(Class<? extends Category> key)
          Returns a mutable map that contains the properties for a specific Category
 

Method Detail

get

<K,V> Map<K,V> get(Class<? extends Category> key)
Returns a mutable map that contains the properties for a specific Category

Parameters:
key -
Returns:

Forge - Environment API 2.0.0.Alpha3

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