Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
frascati
frascati
Commits
6adc0991
Commit
6adc0991
authored
Aug 16, 2010
by
Lionel Seinturier
Browse files
Documenting.
parent
b68a896c
Changes
1
Hide whitespace changes
Inline
Side-by-side
tinfi/opt/oo/src/main/java/org/ow2/frascati/tinfi/tinfilet/TinfiParserSupportImpl.java
View file @
6adc0991
...
...
@@ -305,7 +305,11 @@ public class TinfiParserSupportImpl implements ADLParserSupportItf {
InitializerClassGenerator
<?>
icg
=
jc
.
generate
(
ct
,
ctrlDesc
,
adl
);
/*
* Generate a second factory with which extends the previous one.
* Generate a second factory which extends the previous one and which
* owns a simpler name. The purpose is to be able to invoke the factory
* without having to be aware of the controller descriptor nor the
* component type. Only the component implementation class name and the
* naming convention based on the Factory suffix is needed.
*/
String
compFactClassName
=
adl
+
"Factory"
;
String
superClassName
=
icg
.
getTargetClassName
();
...
...
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