public class ProjectStructure extends Object
| Constructor and Description |
|---|
ProjectStructure(Path projectBaseFolder,
boolean includeTestSuites) |
ProjectStructure(Path projectBaseFolder,
Path projectBuildFolder,
boolean includeTestSuites) |
| Modifier and Type | Method and Description |
|---|---|
Path |
getConfigsPath()
Resolves the configs path based on the project base folder
|
Path |
getExportedPackagesPath()
Resolves the exported packages path based on the project base folder
|
Path |
getMuleArtifactJsonPath() |
Path |
getOutputDirectory() |
Path |
getProjectBaseFolder() |
Optional<Path> |
getTestConfigsPath()
Resolves the test configs path based on the project base folder
|
Optional<Path> |
getTestExportedResourcesPath()
Resolves the test exported resources path based on the project base folder
|
public ProjectStructure(Path projectBaseFolder, boolean includeTestSuites)
public Path getProjectBaseFolder()
public Path getExportedPackagesPath()
public Path getConfigsPath()
public Optional<Path> getTestConfigsPath()
public Optional<Path> getTestExportedResourcesPath()
public Path getMuleArtifactJsonPath()
public Path getOutputDirectory()
Copyright © 2024 MuleSoft Inc. All rights reserved.