public class DefaultNutsOutputAction extends Object implements net.thevpc.nuts.NutsOutputAction
| Constructor and Description |
|---|
DefaultNutsOutputAction(net.thevpc.nuts.NutsWorkspace ws) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkSession() |
String |
getName() |
net.thevpc.nuts.NutsSession |
getSession() |
String |
getTypeName() |
net.thevpc.nuts.NutsOutput |
of(File source) |
net.thevpc.nuts.NutsOutput |
of(net.thevpc.nuts.NutsPath source) |
net.thevpc.nuts.NutsOutput |
of(Object source) |
net.thevpc.nuts.NutsOutput |
of(OutputStream stream) |
net.thevpc.nuts.NutsOutput |
of(Path source) |
net.thevpc.nuts.NutsOutput |
of(String resource) |
net.thevpc.nuts.NutsOutput |
of(URL source) |
net.thevpc.nuts.NutsOutputAction |
setName(String name) |
net.thevpc.nuts.NutsOutputAction |
setSession(net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsOutputAction |
setTypeName(String typeName) |
public DefaultNutsOutputAction(net.thevpc.nuts.NutsWorkspace ws)
public net.thevpc.nuts.NutsOutput of(Object source)
of in interface net.thevpc.nuts.NutsOutputActionpublic net.thevpc.nuts.NutsOutput of(String resource)
of in interface net.thevpc.nuts.NutsOutputActionpublic net.thevpc.nuts.NutsOutput of(OutputStream stream)
of in interface net.thevpc.nuts.NutsOutputActionpublic net.thevpc.nuts.NutsOutput of(URL source)
of in interface net.thevpc.nuts.NutsOutputActionpublic net.thevpc.nuts.NutsOutput of(File source)
of in interface net.thevpc.nuts.NutsOutputActionpublic net.thevpc.nuts.NutsOutput of(Path source)
of in interface net.thevpc.nuts.NutsOutputActionpublic net.thevpc.nuts.NutsOutput of(net.thevpc.nuts.NutsPath source)
of in interface net.thevpc.nuts.NutsOutputActionpublic String getName()
getName in interface net.thevpc.nuts.NutsOutputActionpublic String getTypeName()
getTypeName in interface net.thevpc.nuts.NutsOutputActionpublic net.thevpc.nuts.NutsOutputAction setName(String name)
setName in interface net.thevpc.nuts.NutsOutputActionpublic net.thevpc.nuts.NutsOutputAction setTypeName(String typeName)
setTypeName in interface net.thevpc.nuts.NutsOutputActionpublic net.thevpc.nuts.NutsSession getSession()
getSession in interface net.thevpc.nuts.NutsOutputActionpublic net.thevpc.nuts.NutsOutputAction setSession(net.thevpc.nuts.NutsSession session)
setSession in interface net.thevpc.nuts.NutsOutputActionprotected void checkSession()
Copyright © 2021 vpc open source initiative. All rights reserved.