History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: CARGO-292
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Vincent Massol
Reporter: Vincent Massol
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Cargo

Add ability to retrieve the list of configuration capability properties

Created: 12/Mar/06 08:35 AM   Updated: 30/Mar/06 04:24 AM
Component/s: Core
Affects Version/s: 0.7
Fix Version/s: 0.8

Time Tracking:
Not Specified


 Description  « Hide
public interface ConfigurationCapability
{
[...]
    /**
     * @return the list of supported or not suported configuration properties
     */
    Map getProperties();
}


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Vincent Massol - 12/Mar/06 09:42 AM
Done