public interface FrontendDependenciesScanner extends Serializable
For internal use only. May be renamed or removed in a future release.
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
FrontendDependenciesScanner.FrontendDependenciesScannerFactory
Frontend dependencies scanner factory. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Set<String> | 
getClasses()
Get all Java classes considered when looking for used dependencies. 
 | 
Set<CssData> | 
getCss()
Get all the CSS files used by the application. 
 | 
List<String> | 
getModules()
Get all ES6 modules needed for run the application. 
 | 
Map<String,String> | 
getPackages()
Get all npm packages the application depends on. 
 | 
PwaConfiguration | 
getPwaConfiguration()
Get the  
PwaConfiguration of the application. | 
Set<String> | 
getScripts()
Get all the JS files used by the application. 
 | 
AbstractTheme | 
getTheme()
Get the  
AbstractTheme instance used in the application. | 
ThemeDefinition | 
getThemeDefinition()
Get the  
ThemeDefinition of the application. | 
Map<String,String> getPackages()
List<String> getModules()
Set<String> getScripts()
Set<CssData> getCss()
ThemeDefinition getThemeDefinition()
ThemeDefinition of the application.AbstractTheme getTheme()
AbstractTheme instance used in the application.Set<String> getClasses()
PwaConfiguration getPwaConfiguration()
PwaConfiguration of the application.Copyright © 2021. All rights reserved.