FlashingResourcesParser.Constraint

public static interface FlashingResourcesParser.Constraint

com.android.tradefed.targetprep.FlashingResourcesParser.Constraint


A filtering interface, intended to allow FlashingResourcesParser to ignore some resources that it otherwise might use

Summary

Public methods

abstract boolean shouldAccept(String item)

Check if the provided item passes the constraint.

Public methods

shouldAccept

public abstract boolean shouldAccept (String item)

Check if the provided item passes the constraint.

Parameters
item String

Returns
boolean true for accept, false for reject