| Package | Description |
|---|---|
| com.github.jlgrock.javascriptframework.mavenutils.mavenobjects |
Utilities for accessing Maven objects.
|
| Modifier and Type | Method and Description |
|---|---|
static ScopeType |
ScopeType.getByName(String name)
Get the scope static variable by passing in the string.
|
static ScopeType |
ScopeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScopeType[] |
ScopeType.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.