android.databinding.tool
Class LayoutXmlProcessor.ResourceInput

java.lang.Object
  extended by android.databinding.tool.LayoutXmlProcessor.ResourceInput
Enclosing class:
LayoutXmlProcessor

public static class LayoutXmlProcessor.ResourceInput
extends java.lang.Object

API agnostic class to get resource changes incrementally.


Constructor Summary
LayoutXmlProcessor.ResourceInput(boolean incremental, java.io.File rootInputFolder, java.io.File rootOutputFolder)
           
 
Method Summary
 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

LayoutXmlProcessor.ResourceInput

public LayoutXmlProcessor.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