mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
(chore) cleanup javadoc
This commit is contained in:
parent
26eded6de1
commit
0f8e0754cb
2 changed files with 4 additions and 5 deletions
|
|
@ -28,7 +28,6 @@ import java.util.stream.Collectors;
|
||||||
import javax.xml.validation.Schema;
|
import javax.xml.validation.Schema;
|
||||||
|
|
||||||
import org.apache.commons.lang3.NotImplementedException;
|
import org.apache.commons.lang3.NotImplementedException;
|
||||||
import org.w3c.dom.Document;
|
|
||||||
|
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.Getter;
|
import lombok.Getter;
|
||||||
|
|
@ -60,7 +59,7 @@ public abstract class BaseScenario {
|
||||||
@Getter
|
@Getter
|
||||||
@Setter
|
@Setter
|
||||||
@AllArgsConstructor
|
@AllArgsConstructor
|
||||||
public class Transformation {
|
public static class Transformation {
|
||||||
|
|
||||||
private XsltExecutable executable;
|
private XsltExecutable executable;
|
||||||
|
|
||||||
|
|
@ -122,7 +121,7 @@ public abstract class BaseScenario {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Liefer eine Liste mit Schematron Validierungs-Transformationen
|
* Liefer eine Liste mit Schematron Validierungs-Transformationen.
|
||||||
*
|
*
|
||||||
* @return liste mit initialisierten Transformationsinformationen
|
* @return liste mit initialisierten Transformationsinformationen
|
||||||
*/
|
*/
|
||||||
|
|
@ -144,7 +143,7 @@ public abstract class BaseScenario {
|
||||||
* Der XPath-Selector zur Identifikation des Scenarios.
|
* Der XPath-Selector zur Identifikation des Scenarios.
|
||||||
*
|
*
|
||||||
* @return vorbereiteten selector
|
* @return vorbereiteten selector
|
||||||
* @see {@link ScenarioRepository#selectScenario(Document)}.
|
* @see ScenarioRepository#selectScenario(net.sf.saxon.s9api.XdmNode)
|
||||||
*/
|
*/
|
||||||
public XPathSelector getSelector() {
|
public XPathSelector getSelector() {
|
||||||
if (this.matchExecutable == null) {
|
if (this.matchExecutable == null) {
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@ import net.sf.saxon.s9api.XsltTransformer;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Erzeugt den Report auf Basis der gesammelten Informationen über den Prüfling. Sollte kein Szenario identifiziert
|
* Erzeugt den Report auf Basis der gesammelten Informationen über den Prüfling. Sollte kein Szenario identifiziert
|
||||||
* worden sein, so wird ein {@link ScenarioRepository#getFallbackScenario()} () default report} erzeugt.
|
* worden sein, so wird ein das Fallback-Szenario verwend und ein default report} erzeugt.
|
||||||
*
|
*
|
||||||
* @author Andreas Penski
|
* @author Andreas Penski
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue