Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] IVirtualComponent API changes


Team,

The following changes has been made

Removed:
        void addMetaProperty(Property property);


Added:
        void setMetaProperty(String name, String value);


Modifed:

        void setMetaProperties(List properties);

        is replaced with

        void setMetaProperties(Properties properties);



Thanks
Neeraj Agrawal
J2EE Tooling

Back to the top