Package net.webpdf.wsclient.openapi
Class ApplicationConfigChromiumBridgeCommandLine
- java.lang.Object
-
- net.webpdf.wsclient.openapi.ApplicationConfigChromiumBridgeCommandLine
-
public class ApplicationConfigChromiumBridgeCommandLine extends Object
Allows you to define a list of command line switches that will be passed to the Chromium process. These values must be valid and fully declared switches that are passed unchanged to the Chromium process. Switches passed in this way have priority over all other defined switches.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_SWITCH
-
Constructor Summary
Constructors Constructor Description ApplicationConfigChromiumBridgeCommandLine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationConfigChromiumBridgeCommandLine_switch(List<ApplicationConfigChromiumBridgeCommandLineSwitch> _switch)ApplicationConfigChromiumBridgeCommandLineaddSwitchItem(ApplicationConfigChromiumBridgeCommandLineSwitch _switchItem)booleanequals(Object o)@Nullable List<ApplicationConfigChromiumBridgeCommandLineSwitch>getSwitch()Get _switchinthashCode()voidsetSwitch(List<ApplicationConfigChromiumBridgeCommandLineSwitch> _switch)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_SWITCH
public static final String JSON_PROPERTY_SWITCH
- See Also:
- Constant Field Values
-
-
Method Detail
-
_switch
public ApplicationConfigChromiumBridgeCommandLine _switch(List<ApplicationConfigChromiumBridgeCommandLineSwitch> _switch)
-
addSwitchItem
public ApplicationConfigChromiumBridgeCommandLine addSwitchItem(ApplicationConfigChromiumBridgeCommandLineSwitch _switchItem)
-
getSwitch
@Nullable public @Nullable List<ApplicationConfigChromiumBridgeCommandLineSwitch> getSwitch()
Get _switch- Returns:
- _switch
-
setSwitch
public void setSwitch(List<ApplicationConfigChromiumBridgeCommandLineSwitch> _switch)
-
-