public final class DependencyUtil
extends java.lang.Object
Constructor and Description |
---|
DependencyUtil() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
cleanToBeTokenizedString(java.lang.String str) |
static java.lang.String |
getFormattedFileName(org.apache.maven.artifact.Artifact artifact,
boolean removeVersion)
Builds the file name.
|
static java.lang.String |
getFormattedFileName(org.apache.maven.artifact.Artifact artifact,
boolean removeVersion,
boolean prependGroupId)
Builds the file name.
|
static java.io.File |
getFormattedOutputDirectory(boolean useSubdirsPerScope,
boolean useSubdirsPerType,
boolean useSubdirPerArtifact,
boolean useRepositoryLayout,
boolean removeVersion,
java.io.File outputDirectory,
org.apache.maven.artifact.Artifact artifact)
Formats the outputDirectory based on type.
|
static void |
log(java.lang.String string,
org.apache.maven.plugin.logging.Log log)
Writes the specified string to the log at info level.
|
static java.lang.String[] |
tokenizer(java.lang.String str) |
static void |
write(java.lang.String string,
java.io.File file,
boolean append,
org.apache.maven.plugin.logging.Log log)
Writes the specified string to the specified file.
|
public static java.lang.String getFormattedFileName(org.apache.maven.artifact.Artifact artifact, boolean removeVersion)
artifact
- File to be formatted.removeVersion
- Specifies if the version should be removed from the file name.#getFormattedFileName(Artifact, boolean, boolean)}.
public static java.lang.String getFormattedFileName(org.apache.maven.artifact.Artifact artifact, boolean removeVersion, boolean prependGroupId)
artifact
- File to be formatted.removeVersion
- Specifies if the version should be removed from the file name.prependGroupId
- Specifies if the groupId should be prepended to the file name.public static java.io.File getFormattedOutputDirectory(boolean useSubdirsPerScope, boolean useSubdirsPerType, boolean useSubdirPerArtifact, boolean useRepositoryLayout, boolean removeVersion, java.io.File outputDirectory, org.apache.maven.artifact.Artifact artifact)
useSubdirsPerType
- if a new sub directory should be used for each type.useSubdirPerArtifact
- if a new sub directory should be used for each artifact.useRepositoryLayout
- if dependencies must be moved into a Maven repository layout, if set, other settings
will be ignored.removeVersion
- if the version must not be mentioned in the filenameoutputDirectory
- base outputDirectory.artifact
- information about the artifact.public static void write(java.lang.String string, java.io.File file, boolean append, org.apache.maven.plugin.logging.Log log) throws java.io.IOException
string
- the string to writefile
- the file to write tojava.io.IOException
- if an I/O error occurspublic static void log(java.lang.String string, org.apache.maven.plugin.logging.Log log) throws java.io.IOException
string
- the string to writejava.io.IOException
- if an I/O error occurspublic static java.lang.String[] tokenizer(java.lang.String str)
public static java.lang.String cleanToBeTokenizedString(java.lang.String str)
Copyright © 2013. All Rights Reserved.