public abstract class AbstractNutsIODeleteAction extends Object implements net.thevpc.nuts.NutsIODeleteAction
| Constructor and Description |
|---|
AbstractNutsIODeleteAction(net.thevpc.nuts.NutsWorkspace ws) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkSession() |
net.thevpc.nuts.NutsSession |
getSession() |
Object |
getTarget() |
net.thevpc.nuts.NutsWorkspace |
getWs() |
boolean |
isFailFast() |
net.thevpc.nuts.NutsIODeleteAction |
setFailFast(boolean failFast) |
net.thevpc.nuts.NutsIODeleteAction |
setSession(net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsIODeleteAction |
setTarget(File target) |
net.thevpc.nuts.NutsIODeleteAction |
setTarget(Object target) |
net.thevpc.nuts.NutsIODeleteAction |
setTarget(Path target) |
public AbstractNutsIODeleteAction(net.thevpc.nuts.NutsWorkspace ws)
protected void checkSession()
public net.thevpc.nuts.NutsSession getSession()
getSession in interface net.thevpc.nuts.NutsIODeleteActionpublic net.thevpc.nuts.NutsIODeleteAction setSession(net.thevpc.nuts.NutsSession session)
setSession in interface net.thevpc.nuts.NutsIODeleteActionpublic net.thevpc.nuts.NutsWorkspace getWs()
public Object getTarget()
getTarget in interface net.thevpc.nuts.NutsIODeleteActionpublic net.thevpc.nuts.NutsIODeleteAction setTarget(Object target)
setTarget in interface net.thevpc.nuts.NutsIODeleteActionpublic net.thevpc.nuts.NutsIODeleteAction setTarget(File target)
setTarget in interface net.thevpc.nuts.NutsIODeleteActionpublic net.thevpc.nuts.NutsIODeleteAction setTarget(Path target)
setTarget in interface net.thevpc.nuts.NutsIODeleteActionpublic boolean isFailFast()
isFailFast in interface net.thevpc.nuts.NutsIODeleteActionpublic net.thevpc.nuts.NutsIODeleteAction setFailFast(boolean failFast)
setFailFast in interface net.thevpc.nuts.NutsIODeleteActionCopyright © 2021 vpc open source initiative. All rights reserved.