Saros
Distributed Collaborative Editing and Distributed Party Programming
de.fu_berlin.inf.dpp.filesystem.EclipseFolderImpl Class Reference
Inheritance diagram for de.fu_berlin.inf.dpp.filesystem.EclipseFolderImpl:
de.fu_berlin.inf.dpp.filesystem.EclipseContainerImpl de.fu_berlin.inf.dpp.filesystem.IFolder de.fu_berlin.inf.dpp.filesystem.EclipseResourceImpl de.fu_berlin.inf.dpp.filesystem.IContainer de.fu_berlin.inf.dpp.filesystem.IContainer de.fu_berlin.inf.dpp.filesystem.IResource de.fu_berlin.inf.dpp.filesystem.IResource de.fu_berlin.inf.dpp.filesystem.IResource

List of all members.

Public Member Functions

void create (int updateFlags, boolean local) throws IOException
void create (boolean force, boolean local) throws IOException
org.eclipse.core.resources.IFolder getDelegate ()

Package Functions

 EclipseFolderImpl (org.eclipse.core.resources.IFolder delegate)

Constructor & Destructor Documentation

de.fu_berlin.inf.dpp.filesystem.EclipseFolderImpl.EclipseFolderImpl ( org.eclipse.core.resources.IFolder  delegate) [package]

Member Function Documentation

void de.fu_berlin.inf.dpp.filesystem.EclipseFolderImpl.create ( int  updateFlags,
boolean  local 
) throws IOException

Equivalent to the Eclipse call IFolder.create(updateFlags, local, null)

Implements de.fu_berlin.inf.dpp.filesystem.IFolder.

void de.fu_berlin.inf.dpp.filesystem.EclipseFolderImpl.create ( boolean  force,
boolean  local 
) throws IOException

Equivalent to the Eclipse call IFolder.create(force, local, null)

Implements de.fu_berlin.inf.dpp.filesystem.IFolder.

org.eclipse.core.resources.IFolder de.fu_berlin.inf.dpp.filesystem.EclipseFolderImpl.getDelegate ( )

Returns the original IFolder object.

Returns:

Reimplemented from de.fu_berlin.inf.dpp.filesystem.EclipseContainerImpl.

 All Classes Namespaces Files Functions Variables Enumerations