A script file represents a set of commands (which are just Strings) to be run through a command shell.
String
919293949596979899100101
cb = getFileContent(rootPath, scriptSrc); } //cache and remove this <script src tag from the DOM if (cb != null) { scriptPathList.add(new ScriptFile(scriptSrc, cb.toString(Charset.defaultCharset()))); } scriptElement.remove(); } }