Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » internal classes v.s. API
internal classes v.s. API [message #327932] Thu, 08 May 2008 13:45 Go to next message
Eclipse UserFriend
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 14:18 Go to previous messageGo to next message
Eclipse UserFriend
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 14:19 Go to previous messageGo to next message
Eclipse UserFriend
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 18:47 Go to previous messageGo to next message
Eclipse UserFriend
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 03:04 Go to previous message
Eclipse UserFriend
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: Sat May 10 06:27:22 EDT 2025

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

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

Back to the top