Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EIG:Example Provider"

(Example Container Instantiation)
(Example Container Instantiation)
 
(4 intermediate revisions by the same user not shown)
Line 39: Line 39:
  
  
[[file:EIG_example.png]]
+
[[image:EIG_example.png]]
  
 
===Example Use===
 
===Example Use===

Latest revision as of 15:11, 6 March 2011

Example Provider

Here is where you describe what the provider can do, what problem it solves and how it does that. It needs enough information to aid the reader of the manual in the decision of this provider can be useful for him.

Example Bundles

The Example provider needs the following bundles. You can type some text about the start levels or something else.

Bundle Description Start Level
org.eclipse.ecf.provider.example This is an example default
org.eclipse.ecf.provider.example.ui Provides the ui
org.eclipse.ecf.provider.zookeeper Zookeeper needs to be included for this and that 3


Example Container Instantiation

Example container ID : ecf.example.manager

Sample code:

IContainerFactory factory = getContainerManager().getContainerFactory();
IContainer containerManager = factory.createContainer( "ecf.example.manager", "example:///why/curt?why!" );

use screenshots in the EIG namespace


EIG example.png

Example Use

Describe how to use the provider in a normal program. Explain it very well. After all, this is a manual.

Additional topics needed

your text here

Back to the top