Forge - Configuration API 2.0.0.CR1
A C G I O S 

A

addProperty(String, Object) - Method in interface org.jboss.forge.addon.configuration.Configuration
Add a property to the configuration.

C

clear() - Method in interface org.jboss.forge.addon.configuration.Configuration
Remove all properties from the configuration.
clearProperty(String) - Method in interface org.jboss.forge.addon.configuration.Configuration
Remove a property from the configuration.
Configuration - Interface in org.jboss.forge.addon.configuration
 
CONFIGURATION_FILE - Static variable in interface org.jboss.forge.addon.configuration.facets.ConfigurationFacet
The name of the configuration file created inside the project
ConfigurationException - Exception in org.jboss.forge.addon.configuration
 
ConfigurationException() - Constructor for exception org.jboss.forge.addon.configuration.ConfigurationException
 
ConfigurationException(String) - Constructor for exception org.jboss.forge.addon.configuration.ConfigurationException
 
ConfigurationException(Throwable) - Constructor for exception org.jboss.forge.addon.configuration.ConfigurationException
 
ConfigurationException(String, Throwable) - Constructor for exception org.jboss.forge.addon.configuration.ConfigurationException
 
ConfigurationFacet - Interface in org.jboss.forge.addon.configuration.facets
Returns the configuration for a given project
ConfigurationFactory - Interface in org.jboss.forge.addon.configuration
Configuration factory
containsKey(String) - Method in interface org.jboss.forge.addon.configuration.Configuration
Check if the configuration contains the specified key.

G

getBigDecimal(String) - Method in interface org.jboss.forge.addon.configuration.Configuration
Get a BigDecimal associated with the given configuration key.
getBigDecimal(String, BigDecimal) - Method in interface org.jboss.forge.addon.configuration.Configuration
Get a BigDecimal associated with the given configuration key.
getBigInteger(String) - Method in interface org.jboss.forge.addon.configuration.Configuration
Get a BigInteger associated with the given configuration key.
getBigInteger(String, BigInteger) - Method in interface org.jboss.forge.addon.configuration.Configuration
Get a BigInteger associated with the given configuration key.
getBoolean(String) - Method in interface org.jboss.forge.addon.configuration.Configuration
Get a boolean associated with the given configuration key.
getBoolean(String, boolean) - Method in interface org.jboss.forge.addon.configuration.Configuration
Get a boolean associated with the given configuration key.
getBoolean(String, Boolean) - Method in interface org.jboss.forge.addon.configuration.Configuration
Get a Boolean associated with the given configuration key.
getByte(String) - Method in interface org.jboss.forge.addon.configuration.Configuration
Get a byte associated with the given configuration key.
getByte(String, byte) - Method in interface org.jboss.forge.addon.configuration.Configuration
Get a byte associated with the given configuration key.
getByte(String, Byte) - Method in interface org.jboss.forge.addon.configuration.Configuration
Get a Byte associated with the given configuration key.
getConfigLocation() - Method in interface org.jboss.forge.addon.configuration.facets.ConfigurationFacet
Returns the current configuration location for this project.
getConfiguration(FileResource<?>) - Method in interface org.jboss.forge.addon.configuration.ConfigurationFactory
Wraps the FileResource as a Configuration object
getConfiguration() - Method in interface org.jboss.forge.addon.configuration.facets.ConfigurationFacet
Returns the current configuration for this project.
getDouble(String) - Method in interface org.jboss.forge.addon.configuration.Configuration
Get a double associated with the given configuration key.
getDouble(String, double) - Method in interface org.jboss.forge.addon.configuration.Configuration
Get a double associated with the given configuration key.
getDouble(String, Double) - Method in interface org.jboss.forge.addon.configuration.Configuration
Get a Double associated with the given configuration key.
getFloat(String) - Method in interface org.jboss.forge.addon.configuration.Configuration
Get a float associated with the given configuration key.
getFloat(String, float) - Method in interface org.jboss.forge.addon.configuration.Configuration
Get a float associated with the given configuration key.
getFloat(String, Float) - Method in interface org.jboss.forge.addon.configuration.Configuration
Get a Float associated with the given configuration key.
getInt(String) - Method in interface org.jboss.forge.addon.configuration.Configuration
Get a int associated with the given configuration key.
getInt(String, int) - Method in interface org.jboss.forge.addon.configuration.Configuration
Get a int associated with the given configuration key.
getInteger(String, Integer) - Method in interface org.jboss.forge.addon.configuration.Configuration
Get an Integer associated with the given configuration key.
getKeys(String) - Method in interface org.jboss.forge.addon.configuration.Configuration
Get the list of the keys contained in the configuration that match the specified prefix.
getKeys() - Method in interface org.jboss.forge.addon.configuration.Configuration
Get the list of the keys contained in the configuration.
getList(String) - Method in interface org.jboss.forge.addon.configuration.Configuration
Get a List of strings associated with the given configuration key.
getList(String, List<?>) - Method in interface org.jboss.forge.addon.configuration.Configuration
Get a List of strings associated with the given configuration key.
getLong(String) - Method in interface org.jboss.forge.addon.configuration.Configuration
Get a long associated with the given configuration key.
getLong(String, long) - Method in interface org.jboss.forge.addon.configuration.Configuration
Get a long associated with the given configuration key.
getLong(String, Long) - Method in interface org.jboss.forge.addon.configuration.Configuration
Get a Long associated with the given configuration key.
getProperties(String) - Method in interface org.jboss.forge.addon.configuration.Configuration
Get a list of Properties associated with the given configuration key.
getProperty(String) - Method in interface org.jboss.forge.addon.configuration.Configuration
Gets a property from the configuration.
getShort(String) - Method in interface org.jboss.forge.addon.configuration.Configuration
Get a short associated with the given configuration key.
getShort(String, short) - Method in interface org.jboss.forge.addon.configuration.Configuration
Get a short associated with the given configuration key.
getShort(String, Short) - Method in interface org.jboss.forge.addon.configuration.Configuration
Get a Short associated with the given configuration key.
getString(String) - Method in interface org.jboss.forge.addon.configuration.Configuration
Get a string associated with the given configuration key.
getString(String, String) - Method in interface org.jboss.forge.addon.configuration.Configuration
Get a string associated with the given configuration key.
getStringArray(String) - Method in interface org.jboss.forge.addon.configuration.Configuration
Get an array of strings associated with the given configuration key.
getUserConfiguration() - Method in interface org.jboss.forge.addon.configuration.ConfigurationFactory
Returns the user configuration.

I

isEmpty() - Method in interface org.jboss.forge.addon.configuration.Configuration
Check if the configuration is empty.

O

org.jboss.forge.addon.configuration - package org.jboss.forge.addon.configuration
 
org.jboss.forge.addon.configuration.facets - package org.jboss.forge.addon.configuration.facets
 

S

setProperty(String, Object) - Method in interface org.jboss.forge.addon.configuration.Configuration
Set a property, this will replace any previously set values.
subset(String) - Method in interface org.jboss.forge.addon.configuration.Configuration
Return a decorator Configuration containing every key from the current Configuration that starts with the specified prefix.
A C G I O S 
Forge - Configuration API 2.0.0.CR1

Copyright © 2014 JBoss by Red Hat. All rights reserved.