Class LayoutXmlProcessor.ResourceInput

  • Enclosing class:
    LayoutXmlProcessor

    public static class LayoutXmlProcessor.ResourceInput
    extends java.lang.Object
    API agnostic class to get resource changes incrementally.
    • Constructor Summary

      Constructors 
      Constructor Description
      ResourceInput​(boolean incremental, java.io.File rootInputFolder, java.io.File rootOutputFolder)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void added​(java.io.File file)  
      void changed​(java.io.File file)  
      boolean isIncremental()  
      void removed​(java.io.File file)  
      boolean shouldCopy()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • ResourceInput

        public ResourceInput​(boolean incremental,
                             java.io.File rootInputFolder,
                             java.io.File rootOutputFolder)
    • Method Detail

      • added

        public void added​(java.io.File file)
      • removed

        public void removed​(java.io.File file)
      • changed

        public void changed​(java.io.File file)
      • shouldCopy

        public boolean shouldCopy()
      • isIncremental

        public boolean isIncremental()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object