public class MuleArtifactContentResolver extends Object
| Constructor and Description |
|---|
MuleArtifactContentResolver(ProjectStructure projectStructure) |
| Modifier and Type | Method and Description |
|---|---|
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)
public ProjectStructure getProjectStructure() throws IOException
IOExceptionpublic 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 © 2017. All rights reserved.