public class DefaultNutsExecutionEntryAction extends Object implements net.thevpc.nuts.NutsExecutionEntryAction
| Constructor and Description |
|---|
DefaultNutsExecutionEntryAction(net.thevpc.nuts.NutsWorkspace ws) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsSession |
getSession() |
net.thevpc.nuts.NutsExecutionEntry[] |
parse(File file) |
net.thevpc.nuts.NutsExecutionEntry[] |
parse(InputStream inputStream,
String type,
String sourceName) |
net.thevpc.nuts.NutsExecutionEntry[] |
parse(Path file) |
net.thevpc.nuts.NutsExecutionEntryAction |
setSession(net.thevpc.nuts.NutsSession session) |
public DefaultNutsExecutionEntryAction(net.thevpc.nuts.NutsWorkspace ws)
public net.thevpc.nuts.NutsExecutionEntry[] parse(File file)
parse in interface net.thevpc.nuts.NutsExecutionEntryActionpublic net.thevpc.nuts.NutsExecutionEntry[] parse(Path file)
parse in interface net.thevpc.nuts.NutsExecutionEntryActionpublic net.thevpc.nuts.NutsExecutionEntry[] parse(InputStream inputStream, String type, String sourceName)
parse in interface net.thevpc.nuts.NutsExecutionEntryActionpublic net.thevpc.nuts.NutsSession getSession()
getSession in interface net.thevpc.nuts.NutsExecutionEntryActionpublic net.thevpc.nuts.NutsExecutionEntryAction setSession(net.thevpc.nuts.NutsSession session)
setSession in interface net.thevpc.nuts.NutsExecutionEntryActionCopyright © 2021 vpc open source initiative. All rights reserved.