public class DefaultNutsExecutionEntries extends Object implements net.thevpc.nuts.NutsExecutionEntries
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultNutsExecutionEntries.MainClassType |
| Constructor and Description |
|---|
DefaultNutsExecutionEntries(net.thevpc.nuts.NutsSession session) |
| Modifier and Type | Method and Description |
|---|---|
static DefaultNutsExecutionEntries.MainClassType |
getMainClassType(InputStream stream,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsSession |
getSession() |
int |
getSupportLevel(net.thevpc.nuts.spi.NutsSupportLevelContext context) |
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) |
static net.thevpc.nuts.NutsExecutionEntry |
parseClassExecutionEntry(InputStream classStream,
String sourceName,
net.thevpc.nuts.NutsSession session) |
static net.thevpc.nuts.NutsExecutionEntry[] |
parseJarExecutionEntries(InputStream jarStream,
String sourceName,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsExecutionEntries |
setSession(net.thevpc.nuts.NutsSession session) |
public DefaultNutsExecutionEntries(net.thevpc.nuts.NutsSession session)
public static DefaultNutsExecutionEntries.MainClassType getMainClassType(InputStream stream, net.thevpc.nuts.NutsSession session)
stream - streampublic net.thevpc.nuts.NutsExecutionEntry[] parse(File file)
parse in interface net.thevpc.nuts.NutsExecutionEntriespublic net.thevpc.nuts.NutsExecutionEntry[] parse(Path file)
parse in interface net.thevpc.nuts.NutsExecutionEntriespublic net.thevpc.nuts.NutsExecutionEntry[] parse(InputStream inputStream, String type, String sourceName)
parse in interface net.thevpc.nuts.NutsExecutionEntriespublic net.thevpc.nuts.NutsSession getSession()
getSession in interface net.thevpc.nuts.NutsExecutionEntriespublic net.thevpc.nuts.NutsExecutionEntries setSession(net.thevpc.nuts.NutsSession session)
setSession in interface net.thevpc.nuts.NutsExecutionEntriespublic int getSupportLevel(net.thevpc.nuts.spi.NutsSupportLevelContext context)
getSupportLevel in interface net.thevpc.nuts.spi.NutsComponentpublic static net.thevpc.nuts.NutsExecutionEntry parseClassExecutionEntry(InputStream classStream, String sourceName, net.thevpc.nuts.NutsSession session)
public static net.thevpc.nuts.NutsExecutionEntry[] parseJarExecutionEntries(InputStream jarStream, String sourceName, net.thevpc.nuts.NutsSession session)
Copyright © 2022 vpc open source initiative. All rights reserved.