JavaOptsFramework implements custom JAVA_OPTS configuration
| 10 | |
| 11 | // JavaOptsFramework implements custom JAVA_OPTS configuration |
| 12 | type JavaOptsFramework struct { |
| 13 | context *common.Context |
| 14 | } |
| 15 | |
| 16 | // JavaOptsConfig represents the java_opts.yml configuration |
| 17 | type JavaOptsConfig struct { |
nothing calls this directly
no outgoing calls
no test coverage detected