- 
                    
                    - All Implemented Interfaces:
- 
                            
                            org.jetbrains.kotlinx.jupyter.api.libraries.VariablesSubstitutionAware
 
 public final class LibraryResource implements VariablesSubstitutionAware<LibraryResource> 
- 
                
                    
                    
                    
                    - 
                                
                            
                                Field SummaryFields Modifier and Type Field Description private final List<ResourceFallbacksBundle>bundlesprivate final ResourceTypetypeprivate final Stringname
 - 
                                
                            
                                Constructor SummaryConstructors Constructor Description LibraryResource(List<ResourceFallbacksBundle> bundles, ResourceType type, String name)
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final List<ResourceFallbacksBundle>getBundles()final ResourceTypegetType()final StringgetName()LibraryResourcereplaceVariables(Map<String, String> mapping)Replace variables and return the result. - 
                    
                    
                    - 
                                
                            
                                Constructor Detail- 
                                        LibraryResourceLibraryResource(List<ResourceFallbacksBundle> bundles, ResourceType type, String name) 
 
- 
                                        
 - 
                                
                            
                                Method Detail- 
                                        getBundlesfinal List<ResourceFallbacksBundle> getBundles() 
 - 
                                        getTypefinal ResourceType getType() 
 - 
                                        replaceVariablesLibraryResource replaceVariables(Map<String, String> mapping) Replace variables and return the result. - Parameters:
- mapping- maps variables names to their values
 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-