Uses of Interface
com.atlassian.confluence.core.PluginDataSourceFactory.ResourceView
-
Packages that use PluginDataSourceFactory.ResourceView Package Description com.atlassian.confluence.core -
-
Uses of PluginDataSourceFactory.ResourceView in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core with parameters of type PluginDataSourceFactory.ResourceView Modifier and Type Method Description boolean
PluginDataSourceFactory.FilterByType. evaluate(PluginDataSourceFactory.ResourceView resource)
Deprecated.since 7.0.1.boolean
PluginDataSourceFactory.FilterByType. test(PluginDataSourceFactory.ResourceView resource)
Method parameters in com.atlassian.confluence.core with type arguments of type PluginDataSourceFactory.ResourceView Modifier and Type Method Description Optional<Iterable<javax.activation.DataSource>>
DefaultPluginDataSourceFactory. getResourcesFromModules(String moduleKey, @Nullable Predicate<PluginDataSourceFactory.ResourceView> filter)
Optional<Iterable<javax.activation.DataSource>>
PluginDataSourceFactory. getResourcesFromModules(String moduleKey, @Nullable Predicate<PluginDataSourceFactory.ResourceView> filter)
Extract resources from a module and expose them asDataSources
.Constructor parameters in com.atlassian.confluence.core with type arguments of type PluginDataSourceFactory.ResourceView Constructor Description DefaultPluginDataSourceFactory(javax.activation.FileTypeMap fileTypeMap, com.google.common.base.Function<com.atlassian.fugue.Pair<com.atlassian.plugin.Plugin,PluginDataSourceFactory.ResourceView>,InputStream> resourceStreamFactory, com.atlassian.plugin.Plugin plugin)
-