public class DefaultNutsInputAction extends Object implements net.thevpc.nuts.NutsInputAction
| Constructor and Description |
|---|
DefaultNutsInputAction(net.thevpc.nuts.NutsWorkspace ws) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkSession() |
net.thevpc.nuts.NutsString |
getName() |
net.thevpc.nuts.NutsSession |
getSession() |
String |
getTypeName() |
boolean |
isMultiRead() |
net.thevpc.nuts.NutsInput |
of(byte[] bytes) |
net.thevpc.nuts.NutsInput |
of(File source) |
net.thevpc.nuts.NutsInput |
of(InputStream source) |
net.thevpc.nuts.NutsInput |
of(net.thevpc.nuts.NutsInput stream) |
net.thevpc.nuts.NutsInput |
of(net.thevpc.nuts.NutsPath stream) |
net.thevpc.nuts.NutsInput |
of(Object source) |
net.thevpc.nuts.NutsInput |
of(Path source) |
net.thevpc.nuts.NutsInput |
of(String resource) |
net.thevpc.nuts.NutsInput |
of(URL source) |
net.thevpc.nuts.NutsInputAction |
setMultiRead(boolean multiRead) |
net.thevpc.nuts.NutsInputAction |
setName(net.thevpc.nuts.NutsString name) |
net.thevpc.nuts.NutsInputAction |
setSession(net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsInputAction |
setTypeName(String typeName) |
public DefaultNutsInputAction(net.thevpc.nuts.NutsWorkspace ws)
protected void checkSession()
public net.thevpc.nuts.NutsInput of(Object source)
of in interface net.thevpc.nuts.NutsInputActionpublic net.thevpc.nuts.NutsInput of(String resource)
of in interface net.thevpc.nuts.NutsInputActionpublic net.thevpc.nuts.NutsInput of(byte[] bytes)
of in interface net.thevpc.nuts.NutsInputActionpublic net.thevpc.nuts.NutsInput of(InputStream source)
of in interface net.thevpc.nuts.NutsInputActionpublic net.thevpc.nuts.NutsInput of(URL source)
of in interface net.thevpc.nuts.NutsInputActionpublic net.thevpc.nuts.NutsInput of(File source)
of in interface net.thevpc.nuts.NutsInputActionpublic net.thevpc.nuts.NutsInput of(Path source)
of in interface net.thevpc.nuts.NutsInputActionpublic net.thevpc.nuts.NutsInput of(net.thevpc.nuts.NutsPath stream)
of in interface net.thevpc.nuts.NutsInputActionpublic net.thevpc.nuts.NutsInput of(net.thevpc.nuts.NutsInput stream)
of in interface net.thevpc.nuts.NutsInputActionpublic net.thevpc.nuts.NutsString getName()
getName in interface net.thevpc.nuts.NutsInputActionpublic String getTypeName()
getTypeName in interface net.thevpc.nuts.NutsInputActionpublic net.thevpc.nuts.NutsInputAction setName(net.thevpc.nuts.NutsString name)
setName in interface net.thevpc.nuts.NutsInputActionpublic net.thevpc.nuts.NutsInputAction setTypeName(String typeName)
setTypeName in interface net.thevpc.nuts.NutsInputActionpublic boolean isMultiRead()
isMultiRead in interface net.thevpc.nuts.NutsInputActionpublic net.thevpc.nuts.NutsInputAction setMultiRead(boolean multiRead)
setMultiRead in interface net.thevpc.nuts.NutsInputActionpublic net.thevpc.nuts.NutsSession getSession()
getSession in interface net.thevpc.nuts.NutsInputActionpublic net.thevpc.nuts.NutsInputAction setSession(net.thevpc.nuts.NutsSession session)
setSession in interface net.thevpc.nuts.NutsInputActionCopyright © 2021 vpc open source initiative. All rights reserved.