com.android.build.api.transform
Interface SecondaryInput


public interface SecondaryInput

Represents a change event for a SecondaryFile transform input.


Method Summary
 SecondaryFile getSecondaryInput()
          The change event subject.
 Status getStatus()
          The change status.
 

Method Detail

getSecondaryInput

SecondaryFile getSecondaryInput()
The change event subject.

Returns:
an instance of SecondaryFile that represent a transform input file.

getStatus

Status getStatus()
The change status.

Returns:
the change status.