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 for given root.
|
boolean |
isCancelled()
Signals that the validation should be canceled.
|
@NonNull ProfileSupport.ViolationCollector create(@NonNull URL root)
root
- the root to be validatedProfileSupport.ViolationCollector
boolean isCancelled()