co-stig / opencompare

Open Compare is a generic open-source compare tool
MIT License
2 stars 0 forks source link

Generic configuration for creating and comparing snapshots #8

Open co-stig opened 9 years ago

co-stig commented 9 years ago

Currently there are fixed input fields in New Snapshot and Compare Snapshots wizards, e.g. "Filesystem root" or "System URL". Allow the plugins to register their own input fields, visible in a JavaBeans properties-like table. Proposed property types:

Don't forget about default values.

co-stig commented 9 years ago

Implemented as a pair of ApplicationConfiguration and ProcessConfiguration classes, backed by OptionDefinition and OptionValue beans. Still need to add support for File, Folder and Password types.