public class MuleArtifactContentResolver extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CLASS_PATH_SEPARATOR |
| Constructor and Description |
|---|
MuleArtifactContentResolver(ProjectStructure projectStructure,
Pom pom,
List<org.mule.maven.client.api.model.BundleDependency> bundleDependencies) |
| Modifier and Type | Method and Description |
|---|---|
static String |
escapeSlashes(String p) |
List<org.mule.maven.client.api.model.BundleDependency> |
getBundleDependencies() |
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.
|
Pom |
getPom() |
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.
|
protected boolean |
hasMuleAsRootElement(Document doc) |
protected boolean |
hasMuleAsRootElement(Path path) |
public static final String CLASS_PATH_SEPARATOR
public MuleArtifactContentResolver(ProjectStructure projectStructure, Pom pom, List<org.mule.maven.client.api.model.BundleDependency> bundleDependencies)
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
IOExceptionprotected boolean hasMuleAsRootElement(Path path)
protected boolean hasMuleAsRootElement(Document doc)
public List<String> getTestConfigs() throws IOException
IOExceptionpublic List<org.mule.maven.client.api.model.BundleDependency> getBundleDependencies()
public Pom getPom()
Copyright © 2019 MuleSoft Inc. All rights reserved.