...
Cargo allows you to plug your own custom configuration implementation.
Support Matrix
Java | Ant | Maven1 | Maven2 | IntelliJ IDEA | Netbeans |
---|---|---|---|---|---|
|
|
|
|
|
Java API
You can register your configuration against the DefaultConfigurationFactory
class. It's optional and only required if you want to let users use the DefaultConfigurationFactory
class to instantiate your configuration. For example you could write:
...