Class TransformerDebug.Frame
- java.lang.Object
-
- org.alfresco.repo.content.transform.TransformerDebug.Frame
-
- Enclosing class:
- TransformerDebug
protected static class TransformerDebug.Frame extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected StringrenditionNameprotected StringsourceMimetypeprotected NodeRefsourceNodeRefprotected StringtargetMimetypeprotected Set<TransformerDebug.UnavailableTransformer>unavailableTransformers
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetFailureReason()StringgetRenditionName()longgetSourceSize()StringgetTransformerName()protected voidsetFailureReason(String failureReason)protected voidsetSourceSize(long sourceSize)
-
-
-
Field Detail
-
sourceMimetype
protected final String sourceMimetype
-
targetMimetype
protected final String targetMimetype
-
sourceNodeRef
protected final NodeRef sourceNodeRef
-
renditionName
protected final String renditionName
-
unavailableTransformers
protected Set<TransformerDebug.UnavailableTransformer> unavailableTransformers
-
-
Method Detail
-
setFailureReason
protected void setFailureReason(String failureReason)
-
getFailureReason
protected String getFailureReason()
-
setSourceSize
protected void setSourceSize(long sourceSize)
-
getSourceSize
public long getSourceSize()
-
getTransformerName
public String getTransformerName()
-
getRenditionName
public String getRenditionName()
-
-