org.jboss.forge
Interface ForgeEnvironment


public interface ForgeEnvironment

Author:
Lincoln Baxter, III

Method Summary
 DirectoryResource getPluginDirectory()
          Return the directory Forge is using to store and load third-party plugins.
 Map<String,Object> getProperties()
          Get a map of all configuration properties for the current Forge execution.
 Object getProperty(String name)
          Get a named property for the current Forge execution
 boolean isOnline()
          Return true if Forge is currently operating with the assumption that an Internet connection is available.
 void removeProperty(String funcName)
          Get a named property for the current Forge execution
 void setProperty(String name, Object value)
          Set a configuration property for the current Forge execution.
 

Method Detail

getPluginDirectory

DirectoryResource getPluginDirectory()
Return the directory Forge is using to store and load third-party plugins.


isOnline

boolean isOnline()
Return true if Forge is currently operating with the assumption that an Internet connection is available.


setProperty

void setProperty(String name,
                 Object value)
Set a configuration property for the current Forge execution.


getProperties

Map<String,Object> getProperties()
Get a map of all configuration properties for the current Forge execution.


getProperty

Object getProperty(String name)
Get a named property for the current Forge execution


removeProperty

void removeProperty(String funcName)
Get a named property for the current Forge execution



Copyright © 2011 Seam Framework. All Rights Reserved.