public class CopyResourcesStep extends AbstractCopyResourcesStep
The content of copied file is modified to correct URI in the imports and remove the comments.
AbstractCopyResourcesStep.FileTreeHandlerBOWER_COMPONENTS| Constructor and Description |
|---|
CopyResourcesStep(File target,
File[] resourceFolders)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<String>> |
copyResources()
Copies resources.
|
Set<String> |
getBowerComponents()
Gets imported bower components found in copied resources.
|
getRelativePathpublic Map<String,List<String>> copyResources() throws IOException
AbstractCopyResourcesStep
Collects imported bower components using provided bowerComponents
if it's not null.
copyResources in class AbstractCopyResourcesSteptarget directory which has been
copiedIOExceptionpublic Set<String> getBowerComponents()
The value is available only after copyResources() method
execution.
Copyright © 2000–2025 Vaadin Ltd. All rights reserved.