mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-08-07 17:48:35 +00:00
ATS-175 : JavaDoc
This commit is contained in:
@@ -7,6 +7,8 @@ import org.alfresco.util.exec.RuntimeExec;
|
|||||||
import org.springframework.stereotype.Component;
|
import org.springframework.stereotype.Component;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* CommandExecutor implementation for running PDF Renderer transformations. It runs the
|
||||||
|
* transformation logic as a separate Shell process.
|
||||||
*/
|
*/
|
||||||
@Component
|
@Component
|
||||||
public class PdfRendererCommandExecutor extends AbstractCommandExecutor
|
public class PdfRendererCommandExecutor extends AbstractCommandExecutor
|
||||||
|
@@ -7,6 +7,8 @@ import org.alfresco.util.exec.RuntimeExec;
|
|||||||
import org.springframework.stereotype.Component;
|
import org.springframework.stereotype.Component;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* CommandExecutor implementation for running ImageMagick transformations. It runs the
|
||||||
|
* transformation logic as a separate Shell process.
|
||||||
*/
|
*/
|
||||||
@Component
|
@Component
|
||||||
public class ImageMagickCommandExecutor extends AbstractCommandExecutor
|
public class ImageMagickCommandExecutor extends AbstractCommandExecutor
|
||||||
|
@@ -21,6 +21,10 @@ import org.springframework.stereotype.Component;
|
|||||||
|
|
||||||
import com.sun.star.task.ErrorCodeIOException;
|
import com.sun.star.task.ErrorCodeIOException;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* JavaExecutor implementation for running LibreOffice transformations. It loads the
|
||||||
|
* transformation logic in the same JVM (check the {@link JodConverter} implementation).
|
||||||
|
*/
|
||||||
@Component
|
@Component
|
||||||
public class LibreOfficeJavaExecutor implements JavaExecutor
|
public class LibreOfficeJavaExecutor implements JavaExecutor
|
||||||
{
|
{
|
||||||
|
@@ -15,6 +15,10 @@ import org.springframework.beans.factory.annotation.Autowired;
|
|||||||
import org.springframework.stereotype.Component;
|
import org.springframework.stereotype.Component;
|
||||||
import org.xml.sax.SAXException;
|
import org.xml.sax.SAXException;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* JavaExecutor implementation for running TIKA transformations. It loads the
|
||||||
|
* transformation logic in the same JVM (check {@link Tika}).
|
||||||
|
*/
|
||||||
@Component
|
@Component
|
||||||
public class TikaJavaExecutor implements JavaExecutor
|
public class TikaJavaExecutor implements JavaExecutor
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user