[forge-dev] [JBoss JIRA] Closed: (SEAMFORGE-62) JavaClass should support adding an interface

Lincoln Baxter III (JIRA) jira-events at lists.jboss.org
Wed Mar 9 19:24:46 EST 2011


     [ https://issues.jboss.org/browse/SEAMFORGE-62?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lincoln Baxter III closed SEAMFORGE-62.
---------------------------------------

         Assignee: Lincoln Baxter III
    Fix Version/s: 1.0.0.Alpha3
       Resolution: Done


Already Done! Thanks Dan!

> JavaClass should support adding an interface
> --------------------------------------------
>
>                 Key: SEAMFORGE-62
>                 URL: https://issues.jboss.org/browse/SEAMFORGE-62
>             Project: Seam Forge
>          Issue Type: Feature Request
>          Components: Parsers / File Manipulation
>    Affects Versions: 1.0.0.Alpha2
>            Reporter: Dan Allen
>            Assignee: Lincoln Baxter III
>             Fix For: 1.0.0.Alpha3
>
>
> The JavaClass API should add support for adding interfaces to the Java source being generated. Perhaps add these methods to Extendable.
> void addInterface(String interface);
> void addInterface(Class<?> type);
> void hasInterface(String interface);
> void hasInterface(Class<?> type);
> List<String> getInterfaces();
> ...

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the forge-dev mailing list