File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11"""
2- Copyright (c) 2017, 2018 , Oracle and/or its affiliates. All rights reserved.
2+ Copyright (c) 2017, 2019 , Oracle and/or its affiliates. All rights reserved.
33The Universal Permissive License (UPL), Version 1.0
44
55The entry point for the discoverDomain tool.
2020from oracle .weblogic .deploy .util import TranslateException
2121from oracle .weblogic .deploy .util import WLSDeployArchive
2222from oracle .weblogic .deploy .util import WLSDeployArchiveIOException
23- from oracle .weblogic .deploy .util import WLSDeployExit
2423from oracle .weblogic .deploy .util import WebLogicDeployToolingVersion
2524from oracle .weblogic .deploy .validate import ValidateException
2625
7271 CommandLineArgUtil .VARIABLE_PROPERTIES_FILE_SWITCH ,
7372 CommandLineArgUtil .ADMIN_URL_SWITCH ,
7473 CommandLineArgUtil .ADMIN_USER_SWITCH ,
75- CommandLineArgUtil .ADMIN_PASS_SWITCH
74+ CommandLineArgUtil .ADMIN_PASS_SWITCH ,
75+ CommandLineArgUtil .TARGET_MODE_SWITCH
7676]
7777
7878
@@ -153,6 +153,7 @@ def __process_online_args(optional_arg_map):
153153 optional_arg_map [CommandLineArgUtil .ADMIN_PASS_SWITCH ] = String (password )
154154
155155 mode = WlstModes .ONLINE
156+ optional_arg_map [CommandLineArgUtil .TARGET_MODE_SWITCH ] = 'online'
156157 return mode
157158
158159
You can’t perform that action at this time.
0 commit comments