public static interface DownloadResolverManager.DownloadTargets
| Modifier and Type | Method and Description | 
|---|---|
| boolean | canContinueResolving()Indicates whether or not the results of this resolver are the last that should be used. | 
| java.util.List<java.lang.String> | getFallbackLocations()Gets the locations to try (in-order), to be used only after all primary locations 
 have been tried. | 
| java.util.List<java.lang.String> | getPrimaryLocations()Gets the locations to try (in-order). | 
java.util.List<java.lang.String> getPrimaryLocations()
java.util.List<java.lang.String> getFallbackLocations()
boolean canContinueResolving()
resolve(EntityDriver) will not iterate over any other resolvers.
 
 For example, useful in an enterprise to disable any other resolvers that would have 
 resulted in going out to the public internet.