Searched defs:startupScr (Results 1 - 1 of 1) sorted by relevance

/forgerock/jee-agents-v3.5/jee-agents-weblogic/jee-agents-weblogic-v10/src/main/java/com/sun/identity/agents/tools/weblogic/v10/
H A DStartupScriptValidator.java64 public ValidationResult isStartupScriptValid(String startupScr, Map props, argument
70 if ((startupScr != null) && (startupScr.trim().length() >= 0)) {
72 if (FileUtils.isFileValid(startupScr)) {
74 state.put(STR_KEY_WL_STARTUP_SCRIPT, startupScr);
76 setStartupScriptDir(state, startupScr);
81 STR_WL_GROUP,new Object[] {startupScr});
90 STR_WL_GROUP, new Object[] {startupScr});
94 startupScr + " valid ? " + validRes.isSuccessful());
126 private void setStartupScriptDir(IStateAccess state, String startupScr) { argument
[all...]

Completed in 27 milliseconds