android.databinding.tool
Class LayoutXmlProcessor.ResourceInput
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LayoutXmlProcessor.ResourceInput
public LayoutXmlProcessor.ResourceInput(boolean incremental,
java.io.File rootInputFolder,
java.io.File rootOutputFolder)
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()