public class DefaultNCompress extends Object implements net.thevpc.nuts.io.NCompress
| Constructor and Description |
|---|
DefaultNCompress(net.thevpc.nuts.core.NWorkspace ws) |
| Modifier and Type | Method and Description |
|---|---|
protected net.thevpc.nuts.log.NLog |
_LOG() |
net.thevpc.nuts.io.NCompress |
addSource(File source) |
net.thevpc.nuts.io.NCompress |
addSource(InputStream source) |
net.thevpc.nuts.io.NCompress |
addSource(net.thevpc.nuts.io.NInputSource source) |
net.thevpc.nuts.io.NCompress |
addSource(net.thevpc.nuts.io.NPath source) |
net.thevpc.nuts.io.NCompress |
addSource(Path source) |
net.thevpc.nuts.io.NCompress |
addSource(URL source) |
net.thevpc.nuts.io.NCompress |
clearOptions() |
Object |
formatOption(String option) |
net.thevpc.nuts.io.NCompress |
formatOption(String option,
Object value) |
boolean |
isSafe() |
boolean |
isSkipRoot() |
Set<net.thevpc.nuts.io.NPathOption> |
options() |
net.thevpc.nuts.io.NCompress |
options(net.thevpc.nuts.io.NPathOption... pathOptions) |
String |
packaging() |
net.thevpc.nuts.io.NCompress |
packaging(String packaging) |
net.thevpc.nuts.time.NProgressFactory |
progressFactory()
return progress factory responsible for creating progress monitor
|
net.thevpc.nuts.io.NCompress |
progressFactory(net.thevpc.nuts.time.NProgressFactory value)
set progress factory responsible for creating progress monitor
|
net.thevpc.nuts.io.NCompress |
progressMonitor(net.thevpc.nuts.time.NProgressListener value)
set progress monitor.
|
net.thevpc.nuts.io.NCompress |
removeOptions(net.thevpc.nuts.io.NPathOption... pathOptions) |
net.thevpc.nuts.io.NCompress |
run() |
net.thevpc.nuts.io.NCompress |
safe(boolean value) |
net.thevpc.nuts.io.NCompress |
skipRoot(boolean value) |
List<net.thevpc.nuts.io.NInputSource> |
sources() |
net.thevpc.nuts.io.NOutputTarget |
target() |
net.thevpc.nuts.io.NCompress |
target(File target) |
net.thevpc.nuts.io.NCompress |
target(net.thevpc.nuts.io.NOutputTarget target) |
net.thevpc.nuts.io.NCompress |
target(net.thevpc.nuts.io.NPath target) |
net.thevpc.nuts.io.NCompress |
target(OutputStream target) |
net.thevpc.nuts.io.NCompress |
target(Path target) |
net.thevpc.nuts.io.NCompress |
target(String target) |
net.thevpc.nuts.io.NCompress |
to(File target) |
net.thevpc.nuts.io.NCompress |
to(net.thevpc.nuts.io.NPath target) |
net.thevpc.nuts.io.NCompress |
to(OutputStream target) |
net.thevpc.nuts.io.NCompress |
to(Path target) |
net.thevpc.nuts.io.NCompress |
to(String target) |
protected net.thevpc.nuts.log.NLog _LOG()
public net.thevpc.nuts.io.NCompress formatOption(String option, Object value)
formatOption in interface net.thevpc.nuts.io.NCompresspublic Object formatOption(String option)
formatOption in interface net.thevpc.nuts.io.NCompresspublic String packaging()
packaging in interface net.thevpc.nuts.io.NCompresspublic net.thevpc.nuts.io.NCompress packaging(String packaging)
packaging in interface net.thevpc.nuts.io.NCompresspublic List<net.thevpc.nuts.io.NInputSource> sources()
sources in interface net.thevpc.nuts.io.NCompresspublic net.thevpc.nuts.io.NCompress addSource(net.thevpc.nuts.io.NInputSource source)
addSource in interface net.thevpc.nuts.io.NCompresspublic net.thevpc.nuts.io.NCompress addSource(InputStream source)
addSource in interface net.thevpc.nuts.io.NCompresspublic net.thevpc.nuts.io.NCompress addSource(File source)
addSource in interface net.thevpc.nuts.io.NCompresspublic net.thevpc.nuts.io.NCompress addSource(Path source)
addSource in interface net.thevpc.nuts.io.NCompresspublic net.thevpc.nuts.io.NCompress addSource(URL source)
addSource in interface net.thevpc.nuts.io.NCompresspublic net.thevpc.nuts.io.NCompress addSource(net.thevpc.nuts.io.NPath source)
addSource in interface net.thevpc.nuts.io.NCompresspublic net.thevpc.nuts.io.NOutputTarget target()
target in interface net.thevpc.nuts.io.NCompresspublic net.thevpc.nuts.io.NCompress target(OutputStream target)
target in interface net.thevpc.nuts.io.NCompresspublic net.thevpc.nuts.io.NCompress target(net.thevpc.nuts.io.NOutputTarget target)
target in interface net.thevpc.nuts.io.NCompresspublic net.thevpc.nuts.io.NCompress target(Path target)
target in interface net.thevpc.nuts.io.NCompresspublic net.thevpc.nuts.io.NCompress target(File target)
target in interface net.thevpc.nuts.io.NCompresspublic net.thevpc.nuts.io.NCompress target(String target)
target in interface net.thevpc.nuts.io.NCompresspublic net.thevpc.nuts.io.NCompress target(net.thevpc.nuts.io.NPath target)
target in interface net.thevpc.nuts.io.NCompresspublic net.thevpc.nuts.io.NCompress to(net.thevpc.nuts.io.NPath target)
to in interface net.thevpc.nuts.io.NCompresspublic net.thevpc.nuts.io.NCompress to(OutputStream target)
to in interface net.thevpc.nuts.io.NCompresspublic net.thevpc.nuts.io.NCompress to(String target)
to in interface net.thevpc.nuts.io.NCompresspublic net.thevpc.nuts.io.NCompress to(Path target)
to in interface net.thevpc.nuts.io.NCompresspublic net.thevpc.nuts.io.NCompress to(File target)
to in interface net.thevpc.nuts.io.NCompresspublic net.thevpc.nuts.io.NCompress run()
run in interface net.thevpc.nuts.io.NCompresspublic net.thevpc.nuts.time.NProgressFactory progressFactory()
progressFactory in interface net.thevpc.nuts.io.NCompresspublic net.thevpc.nuts.io.NCompress progressFactory(net.thevpc.nuts.time.NProgressFactory value)
progressFactory in interface net.thevpc.nuts.io.NCompressvalue - new valuethis instancepublic net.thevpc.nuts.io.NCompress progressMonitor(net.thevpc.nuts.time.NProgressListener value)
progressMonitor in interface net.thevpc.nuts.io.NCompressvalue - new valuethis instancepublic boolean isSafe()
isSafe in interface net.thevpc.nuts.io.NCompresspublic net.thevpc.nuts.io.NCompress safe(boolean value)
safe in interface net.thevpc.nuts.io.NCompresspublic boolean isSkipRoot()
isSkipRoot in interface net.thevpc.nuts.io.NCompresspublic net.thevpc.nuts.io.NCompress skipRoot(boolean value)
skipRoot in interface net.thevpc.nuts.io.NCompresspublic net.thevpc.nuts.io.NCompress options(net.thevpc.nuts.io.NPathOption... pathOptions)
options in interface net.thevpc.nuts.io.NCompresspublic net.thevpc.nuts.io.NCompress removeOptions(net.thevpc.nuts.io.NPathOption... pathOptions)
removeOptions in interface net.thevpc.nuts.io.NCompresspublic net.thevpc.nuts.io.NCompress clearOptions()
clearOptions in interface net.thevpc.nuts.io.NCompresspublic Set<net.thevpc.nuts.io.NPathOption> options()
options in interface net.thevpc.nuts.io.NCompressCopyright © 2026 vpc open source initiative. All rights reserved.