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  | 
Public methods
shouldAccept
public abstract boolean shouldAccept (String item)
Check if the provided item passes the constraint.
| Parameters | |
|---|---|
| item | String | 
| Returns | |
|---|---|
| boolean | truefor accept,falsefor reject | 
