TPTP 4.5.0 Platform Project
Public API Specification

org.eclipse.hyades.models.common.util
Interface ResourceUtil.IGetFilesVisitor

Enclosing class:
ResourceUtil

public static interface ResourceUtil.IGetFilesVisitor

Interface to define a visitor for the getFile(...) methods.


Method Summary
 java.lang.Object visit(org.eclipse.core.resources.IFile file)
          This method is invoked before adding a file to a map.
 

Method Detail

visit

java.lang.Object visit(org.eclipse.core.resources.IFile file)
This method is invoked before adding a file to a map.

The object returned by this mapping is added to the map. If the map returns null then the map is not changed.

Parameters:
file -
Returns:
Object

TPTP 4.5.0 Platform Project
Public API Specification