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

EIG:File Transfer

Revision as of 11:20, 6 December 2013 by Wim.jongman.remainsoftware.com (Talk | contribs) (Created page with "=WORK IN PROGRESS= ==File Transfer Provider== This provider is able to transfer files through a variety of protocols. We have a simple client on GitHub that shows all that th...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

WORK IN PROGRESS

File Transfer Provider

This provider is able to transfer files through a variety of protocols. We have a simple client on GitHub that shows all that the provide can do. 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