@Beta
public interface IDependencyProvider
| Modifier and Type | Method and Description | 
|---|---|
| boolean | apply(URI uri)Specifies whether this  IDependencyProvidercan determine dependencies of the givenuri. | 
| Set<URI> | getDependencies(URI uri,
               URIConverter uriConverter)Determines the dependencies of the given  uri. | 
boolean apply(URI uri)
IDependencyProvider can determine dependencies of the given uri.uri - The URI for which additional dependencies may be determined.true if the IDependencyProvider can provide dependencies for the given
         uri, false otherwise.Set<URI> getDependencies(URI uri, URIConverter uriConverter)
uri.uri - The URI for which additional dependencies may be determined.uriConverter - The URIConverter to produce an input stream for the URI.uri. If no dependency is determined an empty set
         is returned.
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.