< prev index next >

src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/MessageBundle.properties

Print this page




  56 \ \ -extension         :  allow vendor extensions - do not strictly follow the\n\
  57 \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Compatibility Rules and App E.2 from the JAXB Spec\n\
  58 \ \ -b <file/dir>      :  specify external bindings files (each <file> must have its own -b)\n\
  59 \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ If a directory is given, **/*.xjb is searched\n\
  60 \ \ -d <dir>           :  generated files will go into this directory\n\
  61 \ \ -p <pkg>           :  specifies the target package\n\
  62 \ \ -httpproxy <proxy> :  set HTTP/HTTPS proxy. Format is [user[:password]@]proxyHost:proxyPort\n\
  63 \ \ -httpproxyfile <f> :  Works like -httpproxy but takes the argument in a file to protect password \n\
  64 \ \ -classpath <arg>   :  specify where to find user class files\n\
  65 \ \ -catalog <file>    :  specify catalog files to resolve external entity references\n\
  66 \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ support TR9401, XCatalog, and OASIS XML Catalog format.\n\
  67 \ \ -readOnly          :  generated files will be in read-only mode\n\
  68 \ \ -npa               :  suppress generation of package level annotations (**/package-info.java)\n\
  69 \ \ -no-header         :  suppress generation of a file header with timestamp\n\
  70 \ \ -target (2.0|2.1)  :  behave like XJC 2.0 or 2.1 and generate code that doesn't use any 2.2 features.\n\
  71 \ \ -encoding <encoding> :  specify character encoding for generated source files\n\
  72 \ \ -enableIntrospection :  enable correct generation of Boolean getters/setters to enable Bean Introspection apis \n\
  73 \ \ -disableXmlSecurity  :  disables XML security features when parsing XML documents \n\
  74 \ \ -contentForWildcard  :  generates content property for types with multiple xs:any derived elements \n\
  75 \ \ -xmlschema         :  treat input as W3C XML Schema (default)\n\
  76 \ \ -relaxng           :  treat input as RELAX NG (experimental,unsupported)\n\
  77 \ \ -relaxng-compact   :  treat input as RELAX NG compact syntax (experimental,unsupported)\n\
  78 \ \ -dtd               :  treat input as XML DTD (experimental,unsupported)\n\
  79 \ \ -wsdl              :  treat input as WSDL and compile schemas inside it (experimental,unsupported)\n\
  80 \ \ -verbose           :  be extra verbose\n\
  81 \ \ -quiet             :  suppress compiler output\n\
  82 \ \ -help              :  display this help message\n\
  83 \ \ -version           :  display version information\n\
  84 \ \ -fullversion       :  display full version information\n\
  85 
  86 Driver.AddonUsage = \nExtensions:
  87 
  88 # {0} - one of: DTD, RELAX NG, RELAX NG compact syntax, WSDL; {1} - one of (respectively): -dtd, -relaxng, -relaxng-compact, -wsdl
  89 Driver.ExperimentalLanguageWarning = \
  90         Are you trying to compile {0}? Support for {0} is experimental. \
  91         You may enable it by using the {1} option.
  92 
  93 # Not concatenated with any other String. Variable: Name of a directory (input argument of the XJC utility).
  94 Driver.NonExistentDir = \
  95     cowardly refuses to write to a non-existent directory "{0}"
  96 
  97 # Usage not found. TODO Remove
  98 #Driver.MissingRuntimePackageName = \
  99 #       the -use-runtime option is missing a package name
 100 
 101 # Not concatenated with any other string (written on a separate line).
 102 Driver.MissingModeOperand = \
 103         the -mode option is missing an operand
 104 
 105 # Usage not found. TODO Remove
 106 #Driver.MissingCompatibilityOperand = \
 107 #       the -compatibility option is missing an operand
 108 




  56 \ \ -extension         :  allow vendor extensions - do not strictly follow the\n\
  57 \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Compatibility Rules and App E.2 from the JAXB Spec\n\
  58 \ \ -b <file/dir>      :  specify external bindings files (each <file> must have its own -b)\n\
  59 \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ If a directory is given, **/*.xjb is searched\n\
  60 \ \ -d <dir>           :  generated files will go into this directory\n\
  61 \ \ -p <pkg>           :  specifies the target package\n\
  62 \ \ -httpproxy <proxy> :  set HTTP/HTTPS proxy. Format is [user[:password]@]proxyHost:proxyPort\n\
  63 \ \ -httpproxyfile <f> :  Works like -httpproxy but takes the argument in a file to protect password \n\
  64 \ \ -classpath <arg>   :  specify where to find user class files\n\
  65 \ \ -catalog <file>    :  specify catalog files to resolve external entity references\n\
  66 \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ support TR9401, XCatalog, and OASIS XML Catalog format.\n\
  67 \ \ -readOnly          :  generated files will be in read-only mode\n\
  68 \ \ -npa               :  suppress generation of package level annotations (**/package-info.java)\n\
  69 \ \ -no-header         :  suppress generation of a file header with timestamp\n\
  70 \ \ -target (2.0|2.1)  :  behave like XJC 2.0 or 2.1 and generate code that doesn't use any 2.2 features.\n\
  71 \ \ -encoding <encoding> :  specify character encoding for generated source files\n\
  72 \ \ -enableIntrospection :  enable correct generation of Boolean getters/setters to enable Bean Introspection apis \n\
  73 \ \ -disableXmlSecurity  :  disables XML security features when parsing XML documents \n\
  74 \ \ -contentForWildcard  :  generates content property for types with multiple xs:any derived elements \n\
  75 \ \ -xmlschema         :  treat input as W3C XML Schema (default)\n\


  76 \ \ -dtd               :  treat input as XML DTD (experimental,unsupported)\n\
  77 \ \ -wsdl              :  treat input as WSDL and compile schemas inside it (experimental,unsupported)\n\
  78 \ \ -verbose           :  be extra verbose\n\
  79 \ \ -quiet             :  suppress compiler output\n\
  80 \ \ -help              :  display this help message\n\
  81 \ \ -version           :  display version information\n\
  82 \ \ -fullversion       :  display full version information\n\
  83 
  84 Driver.AddonUsage = \nExtensions:
  85 
  86 # {0} - one of: DTD, WSDL; {1} - one of (respectively): -dtd, -wsdl
  87 Driver.ExperimentalLanguageWarning = \
  88         Are you trying to compile {0}? Support for {0} is experimental. \
  89         You may enable it by using the {1} option.
  90 
  91 # Not concatenated with any other String. Variable: Name of a directory (input argument of the XJC utility).
  92 Driver.NonExistentDir = \
  93     cowardly refuses to write to a non-existent directory "{0}"
  94 
  95 # Usage not found. TODO Remove
  96 #Driver.MissingRuntimePackageName = \
  97 #       the -use-runtime option is missing a package name
  98 
  99 # Not concatenated with any other string (written on a separate line).
 100 Driver.MissingModeOperand = \
 101         the -mode option is missing an operand
 102 
 103 # Usage not found. TODO Remove
 104 #Driver.MissingCompatibilityOperand = \
 105 #       the -compatibility option is missing an operand
 106 


< prev index next >