public class DirectiveFileGenerator extends Object
| Constructor and Description |
|---|
DirectiveFileGenerator(WorkspacePathResolver pathResolver,
WidgetRepository widgetRepository,
WidgetIdVisitor widgetIdVisitor) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
concatenate(List<Path> paths) |
String |
generateAllDirectivesFilesInOne(Previewable previewable,
Path path) |
List<Path> |
getWidgetsFilesUsedInPage(Previewable previewable) |
byte[] |
minify(byte[] content) |
@Inject public DirectiveFileGenerator(WorkspacePathResolver pathResolver, WidgetRepository widgetRepository, WidgetIdVisitor widgetIdVisitor)
public List<Path> getWidgetsFilesUsedInPage(Previewable previewable)
public byte[] minify(byte[] content)
public String generateAllDirectivesFilesInOne(Previewable previewable, Path path)
Copyright © 2021. All rights reserved.