jboss-qa / jcontainer-manager

Tool to manage Java application containers
Apache License 2.0
4 stars 9 forks source link

Make container injectable #77

Closed basovnik closed 8 years ago

basovnik commented 8 years ago

I think that there should be a possibility to inject container in job without usage of a wrapper. I suggest to create new interface for this purpose because I think that it is not good idea to add no-args constructor to current Container class due to the fact that we can then change Configuration!