org.apache.fulcrum.configuration
Interface Config

All Superinterfaces:
org.apache.avalon.framework.component.Component, org.apache.commons.configuration.Configuration
All Known Implementing Classes:
DefaultConfigurationService

public interface Config
extends org.apache.avalon.framework.component.Component, org.apache.commons.configuration.Configuration

An implementation of CryptoService that uses either supplied crypto Algorithms (provided in Fulcrum.properties) or tries to get them via the normal java mechanisms if this fails.

Author:
Eric Pugh

Field Summary
static java.lang.String ROLE
          Avalon role - used to id the component within the manager
 
Methods inherited from interface org.apache.commons.configuration.Configuration
addProperty, clearProperty, containsKey, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInt, getInt, getInteger, getKeys, getKeys, getLong, getLong, getLong, getProperties, getProperty, getShort, getShort, getShort, getString, getString, getStringArray, getVector, getVector, isEmpty, setProperty, subset
 

Field Detail

ROLE

public static final java.lang.String ROLE
Avalon role - used to id the component within the manager



Copyright © 2000-2003 Apache Software Foundation. All Rights Reserved.