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 StringtargetMimetype
-
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)
-
-
-
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()
-
-