org.jboss.forge.environment
Interface Environment
@Exported
public interface Environment
An Environment stores information separated into categories
- Author:
- George Gastaldi
|
Method Summary |
|
get(Class<? extends Category> key)
Returns a mutable map that contains the properties for a specific Category |
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:
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.