org.apache.ace.client.repository.helper.configuration
Interface ConfigurationHelper

All Superinterfaces:
org.apache.ace.client.repository.helper.ArtifactHelper
All Known Implementing Classes:
ConfigurationHelperImpl

public interface ConfigurationHelper
extends org.apache.ace.client.repository.helper.ArtifactHelper

Definitions for ConfigurationHelper,used to treat an artifact as an AutoConf file.


Field Summary
static String KEY_FILENAME
           
static String MIMETYPE
           
static String PROCESSOR
           
 
Fields inherited from interface org.apache.ace.client.repository.helper.ArtifactHelper
KEY_MIMETYPE
 
Method Summary
 
Methods inherited from interface org.apache.ace.client.repository.helper.ArtifactHelper
canUse, checkAttributes, getAssociationFilter, getCardinality, getComparator, getDefiningKeys, getMandatoryAttributes, getPreprocessor
 

Field Detail

KEY_FILENAME

static final String KEY_FILENAME
See Also:
Constant Field Values

MIMETYPE

static final String MIMETYPE
See Also:
Constant Field Values

PROCESSOR

static final String PROCESSOR
See Also:
Constant Field Values


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.