org.openoffice.ide.eclipse.core.builders
Class IdlcBuildVisitor

java.lang.Object
  extended by org.openoffice.ide.eclipse.core.builders.IdlcBuildVisitor
All Implemented Interfaces:
org.eclipse.core.resources.IResourceVisitor

public class IdlcBuildVisitor
extends java.lang.Object
implements org.eclipse.core.resources.IResourceVisitor

Class visiting each child of the idl folder to generate the corresponding urd file.

Author:
cedricbosdo

Constructor Summary
IdlcBuildVisitor(org.eclipse.core.runtime.IProgressMonitor pMonitor)
          Default constructor.
 
Method Summary
 boolean visit(org.eclipse.core.resources.IResource pResource)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdlcBuildVisitor

public IdlcBuildVisitor(org.eclipse.core.runtime.IProgressMonitor pMonitor)
Default constructor.

Parameters:
pMonitor - progress monitor
Method Detail

visit

public boolean visit(org.eclipse.core.resources.IResource pResource)
              throws org.eclipse.core.runtime.CoreException

Specified by:
visit in interface org.eclipse.core.resources.IResourceVisitor
Throws:
org.eclipse.core.runtime.CoreException