public class DefaultNutsDescriptorParser extends Object implements net.thevpc.nuts.NutsDescriptorParser
| Constructor and Description |
|---|
DefaultNutsDescriptorParser(net.thevpc.nuts.NutsWorkspace ws) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsDescriptorStyle |
getDescriptorStyle() |
net.thevpc.nuts.NutsSession |
getSession() |
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(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.NutsWorkspace ws)
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(String str)
parse in interface net.thevpc.nuts.NutsDescriptorParserpublic net.thevpc.nuts.NutsDescriptorParser setLenient(boolean lenient)
setLenient in interface net.thevpc.nuts.NutsDescriptorParserpublic net.thevpc.nuts.NutsWorkspace getWorkspace()
public 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 boolean isLenient()
isLenient 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.NutsDescriptorParserCopyright © 2021 vpc open source initiative. All rights reserved.