Class Option

    • Constructor Detail

      • Option

        public Option()
    • Method Detail

      • merge

        public void merge​(Option other)
      • getPackagePrefixes

        public Option.UriPrefixPair[] getPackagePrefixes()
        Returns:
        mappings from namespace URI to javascript name prefix.
      • setPackagePrefixes

        public void setPackagePrefixes​(Option.UriPrefixPair[] packagePrefixes)
        Set the mappings from namespace URI to Javascript name prefixes.
        Parameters:
        packagePrefixes -
      • getCatalog

        public File getCatalog()
        Returns:
        catalog used to resolve XML URIs in the wsdl.
      • setCatalog

        public void setCatalog​(File catalog)
        Set catalog used to resolve XML URIs in the wsdl.
        Parameters:
        catalog - catalog.
      • getOutput

        public File getOutput()
        Returns:
        output directory. Default is set at the plugin level.
      • setOutput

        public void setOutput​(File output)
        Set the output directory.
        Parameters:
        output - output directory.
      • getValidate

        public String getValidate()
        Returns:
        Validating the WSDL?
      • setValidate

        public void setValidate​(String validate)
        Control WSDL validation.
        Parameters:
        validate - true or all to validate.
      • getOutputDir

        public File getOutputDir()
      • setOutputDir

        public void setOutputDir​(File outputDir)
      • getWsdlVersion

        public String getWsdlVersion()
      • setWsdlVersion

        public void setWsdlVersion​(String wsdlVersion)
      • getDependencies

        public File[] getDependencies()
      • setDependencies

        public void setDependencies​(File[] dependencies)