Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » When is a class "API"?
When is a class "API"? [message #805283] Thu, 23 February 2012 15:26 Go to next message
Thorsten Meinl is currently offline Thorsten MeinlFriend
Messages: 85
Registered: July 2009
Member
Another question regarding API tooling: when does the checker consider a
class as being API? We have some classes that changed between the
baseline but they are meant to be used only inside the plugin. Even
flagging them with @noextend and @noinstantiate still gives error on the
MANIFEST that the minor version should be increased because of an API
change. How do I make a class non-API?

Thorsten
Re: When is a class "API"? [message #805384 is a reply to message #805283] Thu, 23 February 2012 17:41 Go to previous message
Thorsten Meinl is currently offline Thorsten MeinlFriend
Messages: 85
Registered: July 2009
Member
OK, I can probably answer this myself now: everything is API except if
you add x-internal:=true to the Export-Package declaration in the
manifest. Is this correct?
Previous Topic:API Tooling: is no longer API
Next Topic:Strange error on Mac build
Goto Forum:
  


Current Time: Thu Apr 25 06:16:35 GMT 2024

Powered by FUDForum. Page generated in 0.02912 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top