com.alphasystem.docbook.builder.impl.JavaScriptBasedBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of docbook-2-docx Show documentation
Show all versions of docbook-2-docx Show documentation
Alpha system commons library
The newest version!
package com.alphasystem.docbook.builder.impl;
import com.alphasystem.docbook.ScriptHandler;
import com.alphasystem.docbook.builder.Builder;
import com.alphasystem.docbook.model.FunctionInput;
import java.util.Collections;
import java.util.List;
public abstract class JavaScriptBasedBuilder extends BlockBuilder implements ScriptHandler {
protected JavaScriptBasedBuilder(S source, Builder> parent) {
this("getContent", source, parent);
}
protected JavaScriptBasedBuilder(String childContentMethodName, S source, Builder> parent) {
super(childContentMethodName, source, parent);
}
protected abstract FunctionInput initFunctionInputs(List