|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openoffice.ide.eclipse.core.builders.RegmergeBuildVisitor
public class RegmergeBuildVisitor
Class visiting each child of the urd folder to merge it with the common
types.rdb
registry.
Constructor Summary | |
---|---|
RegmergeBuildVisitor(IUnoidlProject pUnoprj,
org.eclipse.core.runtime.IProgressMonitor pMonitor)
Default constructor. |
Method Summary | |
---|---|
boolean |
visit(java.io.File pResource)
Simply visit the file and return if the children should be visited. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RegmergeBuildVisitor(IUnoidlProject pUnoprj, org.eclipse.core.runtime.IProgressMonitor pMonitor)
pUnoprj
- the UNO project to visitpMonitor
- progress monitor for the regmergeMethod Detail |
---|
public boolean visit(java.io.File pResource)
visit
in interface IFileVisitor
pResource
- the file to visit
true
if the children should be visited,
false
otherwise. This has no importance for files.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |