Class IdlwBuilder
java.lang.Object
org.libreoffice.ide.eclipse.core.builders.IdlwBuilder
Builder for the IDL files generating the
types.rdb registry.
This builder should not be associated directly to a UNO project: the right builder for this is TypesBuilder.
This builder doesn't make any difference between full and incremental builds.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidbuild(IUnoidlProject project, org.eclipse.core.runtime.IProgressMonitor monitor) Computes the full build of all theidlfiles into a singletypes.rdbfile.
-
Constructor Details
-
IdlwBuilder
public IdlwBuilder()
-
-
Method Details
-
build
public static void build(IUnoidlProject project, org.eclipse.core.runtime.IProgressMonitor monitor) throws Exception Computes the full build of all theidlfiles into a singletypes.rdbfile. This resulting file is given byIUnoidlProject.getTypesPath(). This methods simply launches theRegmergeBuildVisitoron the urd folder.- Parameters:
project- the project to buildmonitor- a monitor to watch the build progress- Throws:
Exception- is thrown is anything wrong happens
-