public class DefaultNUncompress extends Object implements net.thevpc.nuts.io.NUncompress
| Constructor and Description |
|---|
DefaultNUncompress() |
| Modifier and Type | Method and Description |
|---|---|
protected net.thevpc.nuts.log.NLog |
_LOG() |
net.thevpc.nuts.io.NUncompress |
addOptions(net.thevpc.nuts.io.NPathOption... pathOptions) |
net.thevpc.nuts.io.NUncompress |
clearOptions() |
Object |
formatOption(String option) |
net.thevpc.nuts.io.NUncompress |
formatOption(String option,
Object value) |
net.thevpc.nuts.io.NUncompress |
from(File source) |
net.thevpc.nuts.io.NUncompress |
from(InputStream source) |
net.thevpc.nuts.io.NUncompress |
from(net.thevpc.nuts.io.NPath source) |
net.thevpc.nuts.io.NUncompress |
from(Path source) |
net.thevpc.nuts.io.NUncompress |
from(URL source) |
boolean |
isSafe() |
boolean |
isSkipRoot() |
Set<net.thevpc.nuts.io.NPathOption> |
options() |
net.thevpc.nuts.io.NUncompress |
options(net.thevpc.nuts.io.NPathOption... pathOptions) |
String |
packaging() |
net.thevpc.nuts.io.NUncompress |
packaging(String packaging) |
net.thevpc.nuts.time.NProgressFactory |
progressFactory()
return progress factory responsible for creating progress monitor
|
net.thevpc.nuts.io.NUncompress |
progressFactory(net.thevpc.nuts.time.NProgressFactory value)
set progress factory responsible of creating progress monitor
|
net.thevpc.nuts.io.NUncompress |
progressMonitor(net.thevpc.nuts.time.NProgressListener value)
set progress monitor.
|
net.thevpc.nuts.io.NUncompress |
removeOptions(net.thevpc.nuts.io.NPathOption... pathOptions) |
net.thevpc.nuts.io.NUncompress |
run() |
DefaultNUncompress |
safe(boolean value) |
net.thevpc.nuts.io.NUncompress |
skipRoot(boolean value) |
net.thevpc.nuts.io.NInputSource |
source() |
net.thevpc.nuts.io.NUncompress |
source(File source) |
net.thevpc.nuts.io.NUncompress |
source(InputStream source) |
net.thevpc.nuts.io.NUncompress |
source(net.thevpc.nuts.io.NInputSource source) |
net.thevpc.nuts.io.NUncompress |
source(net.thevpc.nuts.io.NPath source) |
net.thevpc.nuts.io.NUncompress |
source(Path source) |
net.thevpc.nuts.io.NUncompress |
source(URL source) |
net.thevpc.nuts.io.NOutputTarget |
target() |
net.thevpc.nuts.io.NUncompress |
target(File target) |
net.thevpc.nuts.io.NUncompress |
target(net.thevpc.nuts.io.NOutputTarget target) |
net.thevpc.nuts.io.NUncompress |
target(net.thevpc.nuts.io.NPath target) |
net.thevpc.nuts.io.NUncompress |
target(Path target) |
net.thevpc.nuts.io.NUncompress |
to(File target) |
net.thevpc.nuts.io.NUncompress |
to(net.thevpc.nuts.io.NPath target) |
net.thevpc.nuts.io.NUncompress |
to(Path target) |
net.thevpc.nuts.io.NUncompress |
visit(net.thevpc.nuts.io.NUncompressVisitor visitor) |
protected net.thevpc.nuts.log.NLog _LOG()
public String packaging()
packaging in interface net.thevpc.nuts.io.NUncompresspublic net.thevpc.nuts.io.NUncompress packaging(String packaging)
packaging in interface net.thevpc.nuts.io.NUncompresspublic net.thevpc.nuts.io.NInputSource source()
source in interface net.thevpc.nuts.io.NUncompresspublic net.thevpc.nuts.io.NUncompress source(net.thevpc.nuts.io.NInputSource source)
source in interface net.thevpc.nuts.io.NUncompresspublic net.thevpc.nuts.io.NUncompress target(net.thevpc.nuts.io.NOutputTarget target)
target in interface net.thevpc.nuts.io.NUncompresspublic net.thevpc.nuts.io.NUncompress source(InputStream source)
source in interface net.thevpc.nuts.io.NUncompresspublic net.thevpc.nuts.io.NUncompress source(net.thevpc.nuts.io.NPath source)
source in interface net.thevpc.nuts.io.NUncompresspublic net.thevpc.nuts.io.NUncompress source(File source)
source in interface net.thevpc.nuts.io.NUncompresspublic net.thevpc.nuts.io.NUncompress source(Path source)
source in interface net.thevpc.nuts.io.NUncompresspublic net.thevpc.nuts.io.NUncompress source(URL source)
source in interface net.thevpc.nuts.io.NUncompresspublic net.thevpc.nuts.io.NUncompress target(Path target)
target in interface net.thevpc.nuts.io.NUncompresspublic net.thevpc.nuts.io.NUncompress target(File target)
target in interface net.thevpc.nuts.io.NUncompresspublic net.thevpc.nuts.io.NUncompress target(net.thevpc.nuts.io.NPath target)
target in interface net.thevpc.nuts.io.NUncompresspublic net.thevpc.nuts.io.NUncompress from(net.thevpc.nuts.io.NPath source)
from in interface net.thevpc.nuts.io.NUncompresspublic net.thevpc.nuts.io.NUncompress to(net.thevpc.nuts.io.NPath target)
to in interface net.thevpc.nuts.io.NUncompresspublic net.thevpc.nuts.io.NOutputTarget target()
target in interface net.thevpc.nuts.io.NUncompresspublic net.thevpc.nuts.io.NUncompress from(InputStream source)
from in interface net.thevpc.nuts.io.NUncompresspublic net.thevpc.nuts.io.NUncompress from(File source)
from in interface net.thevpc.nuts.io.NUncompresspublic net.thevpc.nuts.io.NUncompress from(Path source)
from in interface net.thevpc.nuts.io.NUncompresspublic net.thevpc.nuts.io.NUncompress from(URL source)
from in interface net.thevpc.nuts.io.NUncompresspublic net.thevpc.nuts.io.NUncompress to(File target)
to in interface net.thevpc.nuts.io.NUncompresspublic net.thevpc.nuts.io.NUncompress to(Path target)
to in interface net.thevpc.nuts.io.NUncompresspublic boolean isSafe()
isSafe in interface net.thevpc.nuts.io.NUncompresspublic DefaultNUncompress safe(boolean value)
safe in interface net.thevpc.nuts.io.NUncompresspublic net.thevpc.nuts.io.NUncompress run()
run in interface net.thevpc.nuts.io.NUncompresspublic net.thevpc.nuts.io.NUncompress visit(net.thevpc.nuts.io.NUncompressVisitor visitor)
visit in interface net.thevpc.nuts.io.NUncompresspublic net.thevpc.nuts.time.NProgressFactory progressFactory()
progressFactory in interface net.thevpc.nuts.io.NUncompresspublic net.thevpc.nuts.io.NUncompress progressFactory(net.thevpc.nuts.time.NProgressFactory value)
progressFactory in interface net.thevpc.nuts.io.NUncompressvalue - new valuethis instancepublic net.thevpc.nuts.io.NUncompress progressMonitor(net.thevpc.nuts.time.NProgressListener value)
progressMonitor in interface net.thevpc.nuts.io.NUncompressvalue - new valuethis instancepublic boolean isSkipRoot()
isSkipRoot in interface net.thevpc.nuts.io.NUncompresspublic net.thevpc.nuts.io.NUncompress skipRoot(boolean value)
skipRoot in interface net.thevpc.nuts.io.NUncompresspublic net.thevpc.nuts.io.NUncompress formatOption(String option, Object value)
formatOption in interface net.thevpc.nuts.io.NUncompresspublic Object formatOption(String option)
formatOption in interface net.thevpc.nuts.io.NUncompresspublic net.thevpc.nuts.io.NUncompress options(net.thevpc.nuts.io.NPathOption... pathOptions)
options in interface net.thevpc.nuts.io.NUncompresspublic net.thevpc.nuts.io.NUncompress addOptions(net.thevpc.nuts.io.NPathOption... pathOptions)
addOptions in interface net.thevpc.nuts.io.NUncompresspublic net.thevpc.nuts.io.NUncompress removeOptions(net.thevpc.nuts.io.NPathOption... pathOptions)
removeOptions in interface net.thevpc.nuts.io.NUncompresspublic net.thevpc.nuts.io.NUncompress clearOptions()
clearOptions in interface net.thevpc.nuts.io.NUncompresspublic Set<net.thevpc.nuts.io.NPathOption> options()
options in interface net.thevpc.nuts.io.NUncompressCopyright © 2026 vpc open source initiative. All rights reserved.