public class Actions extends Object
Actions.Action implementation.| Modifier and Type | Class and Description |
|---|---|
static interface |
Actions.Action
Wraps an action that is applied when the resolution is completed.
|
| Constructor and Description |
|---|
Actions() |
| Modifier and Type | Method and Description |
|---|---|
static Actions.Action |
copy(org.eclipse.aether.artifact.Artifact artifact,
File directory)
Action to copy an artifact to a directory.
|
static Actions.Action |
remove(File file)
Action removing a file.
|
static Actions.Action |
skip(org.eclipse.aether.artifact.Artifact artifact)
Action denoting that nothing needs to be done for the given artifact.
|
public static Actions.Action copy(org.eclipse.aether.artifact.Artifact artifact, File directory)
artifact - the artifactdirectory - the directoryActions.Actionpublic static Actions.Action skip(org.eclipse.aether.artifact.Artifact artifact)
artifact - the artifactActions.Actionpublic static Actions.Action remove(File file)
file - the file to be removedActions.ActionCopyright © 2016–2019. All rights reserved.