@Named public class WorkspacePathResolver extends Object
Each repository folder can be changed as well by changing repository.widgets, repository.pages
| Modifier and Type | Field and Description |
|---|---|
static String |
FRAGMENTS |
static String |
WIDGETS_WC_SUFFIX |
| Constructor and Description |
|---|
WorkspacePathResolver() |
| Modifier and Type | Method and Description |
|---|---|
Path |
getFragmentsRepositoryPath() |
Path |
getPagesRepositoryPath() |
protected Path |
getRepositoryPath(String directoryName,
String alternativeDirectoryPath) |
Path |
getTemporaryWorkspacePath() |
Path |
getTmpFragmentsRepositoryPath() |
Path |
getTmpPagesRepositoryPath() |
Path |
getWidgetsRepositoryPath() |
Path |
getWidgetsWcRepositoryPath() |
Path |
getWorkspacePath() |
public static final String FRAGMENTS
public static final String WIDGETS_WC_SUFFIX
public Path getWorkspacePath()
public Path getTemporaryWorkspacePath()
public Path getPagesRepositoryPath()
public Path getWidgetsRepositoryPath()
public Path getWidgetsWcRepositoryPath()
public Path getFragmentsRepositoryPath()
public Path getTmpFragmentsRepositoryPath()
protected Path getRepositoryPath(String directoryName, String alternativeDirectoryPath)
public Path getTmpPagesRepositoryPath()
Copyright © 2021. All rights reserved.