public class DefaultNutsDescriptorParser extends Object implements net.thevpc.nuts.NutsDescriptorParser
| Constructor and Description |
|---|
DefaultNutsDescriptorParser(net.thevpc.nuts.NutsSession session) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsDescriptorStyle |
getDescriptorStyle() |
net.thevpc.nuts.NutsSession |
getSession() |
int |
getSupportLevel(net.thevpc.nuts.spi.NutsSupportLevelContext context) |
net.thevpc.nuts.NutsWorkspace |
getWorkspace() |
boolean |
isLenient() |
net.thevpc.nuts.NutsDescriptor |
parse(byte[] bytes) |
net.thevpc.nuts.NutsDescriptor |
parse(File file) |
net.thevpc.nuts.NutsDescriptor |
parse(InputStream stream) |
net.thevpc.nuts.NutsDescriptor |
parse(net.thevpc.nuts.NutsPath path) |
net.thevpc.nuts.NutsDescriptor |
parse(Path path) |
net.thevpc.nuts.NutsDescriptor |
parse(String str) |
net.thevpc.nuts.NutsDescriptor |
parse(URL url) |
DefaultNutsDescriptorParser |
setDescriptorStyle(net.thevpc.nuts.NutsDescriptorStyle descriptorStyle) |
net.thevpc.nuts.NutsDescriptorParser |
setLenient(boolean lenient) |
net.thevpc.nuts.NutsDescriptorParser |
setSession(net.thevpc.nuts.NutsSession session) |
public DefaultNutsDescriptorParser(net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsDescriptor parse(URL url)
parse in interface net.thevpc.nuts.NutsDescriptorParserpublic net.thevpc.nuts.NutsDescriptor parse(byte[] bytes)
parse in interface net.thevpc.nuts.NutsDescriptorParserpublic net.thevpc.nuts.NutsDescriptor parse(Path path)
parse in interface net.thevpc.nuts.NutsDescriptorParserpublic net.thevpc.nuts.NutsDescriptor parse(File file)
parse in interface net.thevpc.nuts.NutsDescriptorParserpublic net.thevpc.nuts.NutsDescriptor parse(InputStream stream)
parse in interface net.thevpc.nuts.NutsDescriptorParserpublic net.thevpc.nuts.NutsDescriptor parse(net.thevpc.nuts.NutsPath path)
parse in interface net.thevpc.nuts.NutsDescriptorParserpublic net.thevpc.nuts.NutsDescriptor parse(String str)
parse in interface net.thevpc.nuts.NutsDescriptorParserpublic net.thevpc.nuts.NutsDescriptorStyle getDescriptorStyle()
getDescriptorStyle in interface net.thevpc.nuts.NutsDescriptorParserpublic DefaultNutsDescriptorParser setDescriptorStyle(net.thevpc.nuts.NutsDescriptorStyle descriptorStyle)
setDescriptorStyle in interface net.thevpc.nuts.NutsDescriptorParserpublic boolean isLenient()
isLenient in interface net.thevpc.nuts.NutsDescriptorParserpublic net.thevpc.nuts.NutsDescriptorParser setLenient(boolean lenient)
setLenient in interface net.thevpc.nuts.NutsDescriptorParserpublic net.thevpc.nuts.NutsSession getSession()
getSession in interface net.thevpc.nuts.NutsDescriptorParserpublic net.thevpc.nuts.NutsDescriptorParser setSession(net.thevpc.nuts.NutsSession session)
setSession in interface net.thevpc.nuts.NutsDescriptorParserpublic net.thevpc.nuts.NutsWorkspace getWorkspace()
public int getSupportLevel(net.thevpc.nuts.spi.NutsSupportLevelContext context)
getSupportLevel in interface net.thevpc.nuts.spi.NutsComponentCopyright © 2022 vpc open source initiative. All rights reserved.