public interface ILoadOnDemandPolicy
Modifier and Type | Interface and Description |
---|---|
static interface |
ILoadOnDemandPolicy.Registry
A registry of policy.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isAuthorizing(URI uri)
Returns true if this policy is authorizing the resource with the given URI to be loaded on demand,
false either.
|
boolean isAuthorizing(URI uri)
uri
- the URI to be loaded on demand.
Copyright (c) 2006, 2014 Obeo and others. All rights reserved.