@Component(role=JnlpDependencyTask.class, hint="UnPack200Task", instantiationStrategy="per-lookup") public class UnPack200Task extends AbstractJnlpTask
Modifier and Type | Field and Description |
---|---|
static String |
ROLE_HINT |
ROLE
Constructor and Description |
---|
UnPack200Task() |
Modifier and Type | Method and Description |
---|---|
void |
check(JnlpDependencyConfig config)
Check configuration while registring the task.
|
File |
execute(JnlpDependencyConfig config,
File file) |
verboseLog
public static final String ROLE_HINT
public void check(JnlpDependencyConfig config)
config
- the task configurationpublic File execute(JnlpDependencyConfig config, File file) throws JnlpDependencyTaskException
config
- configuration of the dependency to treat.file
- the file to treatJnlpDependencyTaskException
Copyright © 2005–2016 MojoHaus. All rights reserved.