public class ProjectStructure extends Object
| Constructor and Description |
|---|
ProjectStructure(Path projectBaseFolder) |
ProjectStructure(Path projectBaseFolder,
Path projectBuildFolder) |
| Modifier and Type | Method and Description |
|---|---|
Path |
getApiFolder() |
Path |
getConfigsPath()
Resolves the configs path based on the project base folder
|
Path |
getMappingsFolder() |
Path |
getMuleDeployPropertiesPath() |
Path |
getProjectBaseFolder() |
Path |
getProjectBuildDirectory() |
Path |
getResourcesPath()
Resolves the resources path based on the project base folder
|
Path |
getTestConfigsPath()
Resolves the test configs path based on the project base folder
|
Path |
getTestResourcesPath()
Resolves the test resources path based on the project base folder
|
Path |
getWsdlFolder() |
public ProjectStructure(Path projectBaseFolder)
public Path getProjectBaseFolder()
public Path getResourcesPath()
public Path getConfigsPath()
public Path getTestConfigsPath()
public Path getTestResourcesPath()
public Path getMuleDeployPropertiesPath()
public Path getProjectBuildDirectory()
public Path getApiFolder()
public Path getWsdlFolder()
public Path getMappingsFolder()
Copyright © 2018 MuleSoft Inc. All rights reserved.