Class ExcelSuffixRenamingTarget

  • All Implemented Interfaces:
    org.concordion.api.Target

    public class ExcelSuffixRenamingTarget
    extends java.lang.Object
    implements org.concordion.api.Target
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void copyTo​(org.concordion.api.Resource resource, java.io.InputStream inputStream)  
      void delete​(org.concordion.api.Resource resource)  
      boolean exists​(org.concordion.api.Resource resource)  
      java.io.OutputStream getOutputStream​(org.concordion.api.Resource resource)  
      java.lang.String resolvedPathFor​(org.concordion.api.Resource resource)  
      void write​(org.concordion.api.Resource resource, java.lang.String s)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExcelSuffixRenamingTarget

        public ExcelSuffixRenamingTarget()
    • Method Detail

      • write

        public void write​(org.concordion.api.Resource resource,
                          java.lang.String s)
                   throws java.io.IOException
        Specified by:
        write in interface org.concordion.api.Target
        Throws:
        java.io.IOException
      • copyTo

        public void copyTo​(org.concordion.api.Resource resource,
                           java.io.InputStream inputStream)
                    throws java.io.IOException
        Specified by:
        copyTo in interface org.concordion.api.Target
        Throws:
        java.io.IOException
      • delete

        public void delete​(org.concordion.api.Resource resource)
                    throws java.io.IOException
        Specified by:
        delete in interface org.concordion.api.Target
        Throws:
        java.io.IOException
      • exists

        public boolean exists​(org.concordion.api.Resource resource)
        Specified by:
        exists in interface org.concordion.api.Target
      • getOutputStream

        public java.io.OutputStream getOutputStream​(org.concordion.api.Resource resource)
                                             throws java.io.IOException
        Specified by:
        getOutputStream in interface org.concordion.api.Target
        Throws:
        java.io.IOException
      • resolvedPathFor

        public java.lang.String resolvedPathFor​(org.concordion.api.Resource resource)
        Specified by:
        resolvedPathFor in interface org.concordion.api.Target