public static interface ProfileSupport.ViolationCollectorFactory
ProfileSupport.ViolationCollector
.
For each root a new ProfileSupport.ViolationCollector
is created by the factory.
Threading: Validations of individual roots may run in parallel depending
on the Executor
throughput.Modifier and Type | Method and Description |
---|---|
ProfileSupport.ViolationCollector |
create(URL root)
Creates a new
ProfileSupport.ViolationCollector for given root. |
boolean |
isCancelled()
Signals that the validation should be canceled.
|
@NonNull ProfileSupport.ViolationCollector create(@NonNull URL root)
ProfileSupport.ViolationCollector
for given root.root
- the root to be validatedProfileSupport.ViolationCollector
boolean isCancelled()