Allow T-Router to be a T-Engine

This commit is contained in:
alandavis
2022-08-13 18:38:08 +01:00
parent 29fa2086af
commit 13ba2534ea
48 changed files with 1425 additions and 172 deletions

View File

@@ -29,7 +29,7 @@ package org.alfresco.transform.example;
import com.google.common.collect.ImmutableMap;
import org.alfresco.transform.base.TransformEngine;
import org.alfresco.transform.base.probes.ProbeTransform;
import org.alfresco.transform.common.TransformConfigResourceReader;
import org.alfresco.transform.config.reader.TransformConfigResourceReader;
import org.alfresco.transform.config.TransformConfig;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
@@ -43,7 +43,7 @@ public class HelloTransformEngine implements TransformEngine
@Override
public String getTransformEngineName()
{
return "0200_hello";
return "0200 Hello";
}
@Override