public class MuleArtifactContentResolver extends Object
| Constructor and Description |
|---|
MuleArtifactContentResolver(ProjectStructure projectStructure,
Pom pom) |
| Modifier and Type | Method and Description |
|---|---|
static String |
escapeSlashes(String p) |
List<String> |
getConfigs()
Returns the resolved list of configs paths.
|
List<String> |
getExportedPackages()
Returns the resolved list of exported packages paths.
|
List<String> |
getExportedResources()
Returns the resolved list of exported resources paths.
|
ProjectStructure |
getProjectStructure()
Returns the resolved list of exported packages paths.
|
List<String> |
getTestConfigs()
Returns the resolved list of test configs paths.
|
List<String> |
getTestExportedResources()
Returns the resolved list of test exported resources paths.
|
public MuleArtifactContentResolver(ProjectStructure projectStructure, Pom pom)
public ProjectStructure getProjectStructure()
public List<String> getExportedPackages() throws IOException
IOExceptionpublic List<String> getExportedResources() throws IOException
IOExceptionpublic List<String> getTestExportedResources() throws IOException
IOExceptionpublic List<String> getConfigs() throws IOException
IOExceptionpublic List<String> getTestConfigs() throws IOException
IOExceptionCopyright © 2018 MuleSoft Inc. All rights reserved.