< prev index next >

functional/appBundlerTestsJDK9/appBundlerTestsJDK9/test/com/oracle/appbundlers/tests/functionality/ConfigExceptionTest.java

Print this page




  35                             + " DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.");
  36             return additionalParams;
  37         };
  38     }
  39 
  40     @Override
  41     protected BundlingManagers[] getBundlingManagers() {
  42         return new BundlingManagers[] { BundlingManagers.JAVA_API };
  43     }
  44 
  45     @Override
  46     protected BundlerUtils[] getBundlerUtils() {
  47         return new BundlerUtils[] { EXE };
  48     }
  49 
  50     @Override
  51     public void overrideParameters(ExtensionType intermediate)
  52             throws IOException {
  53         this.currentParameter.setAdditionalParams(getAdditionalParams());
  54     }
  55     
  56     @Override
  57     public void validate() throws Exception {
  58         this.bundlingManager.validate(getAllParams());
  59     }
  60 }


  35                             + " DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.");
  36             return additionalParams;
  37         };
  38     }
  39 
  40     @Override
  41     protected BundlingManagers[] getBundlingManagers() {
  42         return new BundlingManagers[] { BundlingManagers.JAVA_API };
  43     }
  44 
  45     @Override
  46     protected BundlerUtils[] getBundlerUtils() {
  47         return new BundlerUtils[] { EXE };
  48     }
  49 
  50     @Override
  51     public void overrideParameters(ExtensionType intermediate)
  52             throws IOException {
  53         this.currentParameter.setAdditionalParams(getAdditionalParams());
  54     }





  55 }
< prev index next >