public class TaskHelper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JRE_CONTAINER |
static java.lang.String |
WTP_WEBCONTAINER |
Constructor and Description |
---|
TaskHelper() |
Modifier and Type | Method and Description |
---|---|
static Path |
convertToPath(ResolvedPathEntry[] entries,
Project project)
Converts the supplied resolved pathes to a Path instance.
|
static java.lang.String |
convertToString(ResolvedPathEntry[] entries,
java.lang.String separator,
Project project)
Converts an array of ResolvedClasspathEntry-objects to a String.
|
public static final java.lang.String WTP_WEBCONTAINER
public static final java.lang.String JRE_CONTAINER
public static final java.lang.String convertToString(ResolvedPathEntry[] entries, java.lang.String separator, Project project)
entries
- The resolved pathes that shall be converted.separator
- The separator which shall be used for each path element.project
- The associated project.public static final Path convertToPath(ResolvedPathEntry[] entries, Project project)
entries
- The resolved pathes that shall be converted.project
- The associated project.