< prev index next >

functional/appBundlerTestsJDK9/appBundlerTestsJDK9/src/com/oracle/appbundlers/utils/installers/LinuxRPMBundlerUtils.java

Print this page

        

*** 136,148 **** return Paths.get("/opt", applicationTitle); } @Override public String getAppName(Map<String, Object> params) { ! String fetchFrom = LinuxRpmBundler.BUNDLE_NAME.fetchFrom(params); ! System.out.println("Linux RPM Bundle Name is "+fetchFrom); ! return fetchFrom; } @Override public void manualInstall(AppWrapper app) throws IOException { throw new UnsupportedOperationException("Not supported yet."); // To --- 136,146 ---- return Paths.get("/opt", applicationTitle); } @Override public String getAppName(Map<String, Object> params) { ! return LinuxRpmBundler.BUNDLE_NAME.fetchFrom(params); } @Override public void manualInstall(AppWrapper app) throws IOException { throw new UnsupportedOperationException("Not supported yet."); // To
< prev index next >