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

Dan Allen (JIRA) jira-events at lists.jboss.org
Wed Mar 9 15:45:45 EST 2011


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


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