public interface UserJvmOptionsService
Modifier and Type | Method and Description |
---|---|
static UserJvmOptionsService |
getUserJVMDefaults()
Get the instance of UserJvmOptionService to use.
|
Map<String,String> |
getUserJVMOptionDefaults()
The "default" set of UserJVMOptions.
|
Map<String,String> |
getUserJVMOptions()
The "current" set of UserJVMOptions.
|
void |
setUserJVMOptions(Map<String,String> options)
Sets the passed in options as the UserJVMOptions.
|
static UserJvmOptionsService getUserJVMDefaults()
Map<String,String> getUserJVMOptions()
void setUserJVMOptions(Map<String,String> options)
options
- The UserJVMOptions to set.Map<String,String> getUserJVMOptionDefaults()
UnsupportedOperationException
- if the defaults cannot be calculated.Copyright © 2020. All rights reserved.