[forge-dev] [JBoss JIRA] Work started: (SEAMFORGE-90) Should be able to remove facets

Lincoln Baxter III (JIRA) jira-events at lists.jboss.org
Mon Mar 28 23:15:37 EDT 2011


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

Work on SEAMFORGE-90 started by Lincoln Baxter III.

> Should be able to remove facets
> -------------------------------
>
>                 Key: SEAMFORGE-90
>                 URL: https://issues.jboss.org/browse/SEAMFORGE-90
>             Project: Seam Forge
>          Issue Type: Enhancement
>          Components: Plugin API
>    Affects Versions: 1.0.0.Alpha2
>            Reporter: Lincoln Baxter III
>            Assignee: Lincoln Baxter III
>             Fix For: 1.0.0.Alpha3
>
>
> {code}
>    /**
>     * Remove this facet from its {@link Project}, and perform any necessary cleanup.
>     */
>    boolean uninstall();
> {code}
> BaseFacet implements this method for convenience.
> {code}
>    @Override
>    public boolean uninstall()
>    {
>       return false;
>    }
> {code}

--
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