Saros
Distributed Collaborative Editing and Distributed Party Programming
de.fu_berlin.inf.dpp.filesystem.IFolder Interface Reference
Inheritance diagram for de.fu_berlin.inf.dpp.filesystem.IFolder:
de.fu_berlin.inf.dpp.filesystem.IContainer de.fu_berlin.inf.dpp.filesystem.IResource de.fu_berlin.inf.dpp.filesystem.EclipseFolderImpl de.fu_berlin.inf.dpp.intellij.project.filesystem.IntelliJFolderImpl

List of all members.

Public Member Functions

void create (int updateFlags, boolean local) throws IOException
void create (boolean force, boolean local) throws IOException

Detailed Description

This interface is under development. It currently equals its Eclipse counterpart. If not mentioned otherwise all offered methods are equivalent to their Eclipse counterpart.


Member Function Documentation

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

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

Implemented in de.fu_berlin.inf.dpp.filesystem.EclipseFolderImpl, and de.fu_berlin.inf.dpp.intellij.project.filesystem.IntelliJFolderImpl.

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

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

Implemented in de.fu_berlin.inf.dpp.filesystem.EclipseFolderImpl, and de.fu_berlin.inf.dpp.intellij.project.filesystem.IntelliJFolderImpl.

 All Classes Namespaces Files Functions Variables Enumerations