public interface SingleFileProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
end() |
void |
processRemovedFile(java.io.File file) |
boolean |
processSingleFile(java.io.File inputFile,
java.io.File outputFile,
java.lang.Boolean inputFileIsFromDependency)
Processes a single layout file.
|
boolean processSingleFile(@NonNull
java.io.File inputFile,
@NonNull
java.io.File outputFile,
@Nullable
java.lang.Boolean inputFileIsFromDependency)
throws java.lang.Exception
inputFile - the input layout fileoutputFile - the output layout file after processinginputFileIsFromDependency - whether the resource comes from a dependency or from the
current subproject, or `null` if this information is not availablejava.lang.Exceptionvoid processRemovedFile(java.io.File file)
void end() throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException