Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Energy ADE
ADE Xjc
Commits
597b03c7
Commit
597b03c7
authored
Dec 09, 2008
by
Claus Nagel
Browse files
No commit message
No commit message
parent
072f26cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/org/citygml4j/ade_xjc/ADE_XJC.java
View file @
597b03c7
...
...
@@ -30,16 +30,16 @@ public class ADE_XJC {
@Option
(
name
=
"-schema"
,
usage
=
"XML schema file of the ADE (required)"
,
metaVar
=
"<fileName>"
)
private
File
adeSchemaFile
=
null
;
@Option
(
name
=
"-package"
,
usage
=
"package for the ADE classes (optional, default=
\"
ade
\"
)"
,
metaVar
=
"<packageName>"
)
@Option
(
name
=
"-package"
,
usage
=
"package for the ADE classes (optional, default=
'
ade
'
)"
,
metaVar
=
"<packageName>"
)
private
String
packageName
=
"ade"
;
@Option
(
name
=
"-binding"
,
usage
=
"JAXB binding file for ADE schema (optional)"
,
metaVar
=
"<fileName>"
)
private
File
adeBindingFile
=
null
;
@Option
(
name
=
"-output"
,
usage
=
"output folder (optional, default=
\"
src-gen
\"
)"
,
metaVar
=
"<folderName>"
)
@Option
(
name
=
"-output"
,
usage
=
"output folder (optional, default=
'
src-gen
'
)"
,
metaVar
=
"<folderName>"
)
private
File
outputFolder
=
new
File
(
"src-gen"
);
@Option
(
name
=
"-non-strict"
,
usage
=
"allow changes to
schemas, bindings, etc.
(optional)"
)
@Option
(
name
=
"-non-strict"
,
usage
=
"allow changes to
contents of subfolder 'schema'.\n
(optional)"
)
private
boolean
nonStrict
=
false
;
@Option
(
name
=
"-clean"
,
usage
=
"clean output folder"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment