Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » internal classes v.s. API
internal classes v.s. API [message #327932] Thu, 08 May 2008 17:45 Go to next message
Windy is currently offline WindyFriend
Messages: 4
Registered: July 2009
Junior Member
Hi
In my plugin, I need to create a cvs repository quietly.
I didn't see any CVS api to do that but I am able to use internal
packages to acquire reference such as RepositoryManager,
KnownRepositories, CVSRepositoryLocation, .. etc.
Can you let me know if there is cvs API that I can call to add a
repository?
If there is none, is it safe to call those internal classes in my plugin?

Thanks
Windy Hung
Re: internal classes v.s. API [message #327935 is a reply to message #327932] Thu, 08 May 2008 18:18 Go to previous messageGo to next message
Felix L J Mayer is currently offline Felix L J MayerFriend
Messages: 202
Registered: July 2009
Senior Member
Since they are marked as internal, they are safe. But I use them and never
had problems so far.

"Windy" <windy_hung@yahoo.com> wrote in message
news:f89a79382e9b5d139a92b644dd55f84a$1@www.eclipse.org...
> Hi
> In my plugin, I need to create a cvs repository quietly.
> I didn't see any CVS api to do that but I am able to use internal packages
> to acquire reference such as RepositoryManager, KnownRepositories,
> CVSRepositoryLocation, .. etc.
> Can you let me know if there is cvs API that I can call to add a
> repository?
> If there is none, is it safe to call those internal classes in my plugin?
>
> Thanks
> Windy Hung
>
>
Re: internal classes v.s. API [message #327936 is a reply to message #327935] Thu, 08 May 2008 18:19 Go to previous messageGo to next message
Felix L J Mayer is currently offline Felix L J MayerFriend
Messages: 202
Registered: July 2009
Senior Member
I meant NOT safe.

"Felix L J Mayer" <felix.mayer@objectaid.com> wrote in message
news:fvvg65$koa$1@build.eclipse.org...
> Since they are marked as internal, they are safe. But I use them and never
> had problems so far.
>
> "Windy" <windy_hung@yahoo.com> wrote in message
> news:f89a79382e9b5d139a92b644dd55f84a$1@www.eclipse.org...
>> Hi
>> In my plugin, I need to create a cvs repository quietly.
>> I didn't see any CVS api to do that but I am able to use internal
>> packages to acquire reference such as RepositoryManager,
>> KnownRepositories, CVSRepositoryLocation, .. etc.
>> Can you let me know if there is cvs API that I can call to add a
>> repository?
>> If there is none, is it safe to call those internal classes in my plugin?
>>
>> Thanks
>> Windy Hung
>>
>>
>
>
Re: internal classes v.s. API [message #327966 is a reply to message #327936] Fri, 09 May 2008 22:47 Go to previous messageGo to next message
Windy is currently offline WindyFriend
Messages: 4
Registered: July 2009
Junior Member
Hi
Thanks for replying
Do you know what API from team cvs that I can use to set a repository
quietly?
Re: internal classes v.s. API [message #882773 is a reply to message #327966] Thu, 07 June 2012 07:04 Go to previous message
Arpit Tripathi is currently offline Arpit TripathiFriend
Messages: 4
Registered: June 2012
Junior Member
Hello All,

I also want to add cvs repository to eclipse but silently. Is there any configuration file where eclipse store the details of cvs server & credentials and reading them from that file to create connection.
Previous Topic:Why plug-in depends on its fragment(s)?
Next Topic:Pasting comments aligns with text, not slashes
Goto Forum:
  


Current Time: Tue Mar 19 05:43:31 GMT 2024

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

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

Back to the top