Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] Programatically disable an update site?

Use the IMetadataRepositoryManager and IArtifactRepositoryManager services.
To disable the repo: setEnabled(URI, boolean)
To remove the repo: removeRepository(URI)

HTH



Inactive hide details for Travis Finch ---10/12/2009 07:47:37 PM---Hi all,Travis Finch ---10/12/2009 07:47:37 PM---Hi all,


From:

Travis Finch <fincht@xxxxxxxxxx>

To:

"'p2-dev@xxxxxxxxxxx'" <p2-dev@xxxxxxxxxxx>

Date:

10/12/2009 07:47 PM

Subject:

[p2-dev] Programatically disable an update site?




Hi all,

Can anyone point me in the right direction to programatically disable an update site. Does p2 provide an API for this?

Thanks,

Travis
_______________________________________________
p2-dev mailing list
p2-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/p2-dev


GIF image

GIF image


Back to the top