Package org.nuxeo.targetplatforms.api
Interface TargetPlatformFilter
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
TargetPlatformFilterImpl
,TargetPlatformOrFilterImpl
public interface TargetPlatformFilter extends Serializable
Interface to represent filtering on target platforms.- Since:
- 5.7.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
accepts(TargetInfo target)
-
-
-
Method Detail
-
accepts
boolean accepts(TargetInfo target)
-
-