| Package | Description |
|---|---|
| com.github.jlgrock.javascriptframework.mavenutils.mavenobjects |
Utilities for accessing Maven objects.
|
| Modifier and Type | Method and Description |
|---|---|
static PackagingType |
PackagingType.getByName(String name)
Do a lookup of the enumeration by the name string.
|
static PackagingType |
PackagingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PackagingType[] |
PackagingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ArtifactExtractor.extract(PackagingType packagingType,
ScopeType scope,
File outputDirectory)
The action to extract the artifacts that were set at the constructor.
|
void |
ArtifactExtractor.extract(String zipEntryName,
PackagingType packagingType,
ScopeType scope,
File outputDirectory)
The action to extract the artifacts that were set at the constructor.
|
Copyright © 2015. All Rights Reserved.