Saros
Distributed Collaborative Editing and Distributed Party Programming
de.fu_berlin.inf.dpp.filesystem.IProject Interface Reference
Inheritance diagram for de.fu_berlin.inf.dpp.filesystem.IProject:
de.fu_berlin.inf.dpp.filesystem.IContainer de.fu_berlin.inf.dpp.filesystem.IResource de.fu_berlin.inf.dpp.filesystem.EclipseProjectImpl de.fu_berlin.inf.dpp.intellij.project.filesystem.IntelliJProjectImpl

List of all members.

Public Member Functions

IResource findMember (IPath path)
IFile getFile (String name)
IFile getFile (IPath path)
IFolder getFolder (String name)
IFolder getFolder (IPath path)
boolean isOpen ()
void open () 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

IResource de.fu_berlin.inf.dpp.filesystem.IProject.findMember ( IPath  path)
IFile de.fu_berlin.inf.dpp.filesystem.IProject.getFile ( String  name)
IFolder de.fu_berlin.inf.dpp.filesystem.IProject.getFolder ( IPath  path)
IFolder de.fu_berlin.inf.dpp.filesystem.IProject.getFolder ( String  name)
boolean de.fu_berlin.inf.dpp.filesystem.IProject.isOpen ( )
void de.fu_berlin.inf.dpp.filesystem.IProject.open ( ) throws IOException
 All Classes Namespaces Files Functions Variables Enumerations