public class DefaultNutsDescriptorParser extends Object implements NutsDescriptorParser
| Constructor and Description |
|---|
DefaultNutsDescriptorParser(NutsWorkspace ws) |
| Modifier and Type | Method and Description |
|---|---|
NutsDescriptorStyle |
getDescriptorStyle() |
NutsSession |
getSession() |
NutsWorkspace |
getWorkspace() |
boolean |
isLenient() |
NutsDescriptor |
parse(byte[] bytes) |
NutsDescriptor |
parse(File file) |
NutsDescriptor |
parse(InputStream stream) |
NutsDescriptor |
parse(Path path) |
NutsDescriptor |
parse(String str) |
NutsDescriptor |
parse(URL url) |
DefaultNutsDescriptorParser |
setDescriptorStyle(NutsDescriptorStyle descriptorStyle) |
NutsDescriptorParser |
setLenient(boolean lenient) |
NutsDescriptorParser |
setSession(NutsSession session) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitofpublic DefaultNutsDescriptorParser(NutsWorkspace ws)
public NutsDescriptor parse(URL url)
parse in interface NutsDescriptorParserpublic NutsDescriptor parse(byte[] bytes)
parse in interface NutsDescriptorParserpublic NutsDescriptor parse(Path path)
parse in interface NutsDescriptorParserpublic NutsDescriptor parse(File file)
parse in interface NutsDescriptorParserpublic NutsDescriptor parse(InputStream stream)
parse in interface NutsDescriptorParserpublic NutsDescriptor parse(String str)
parse in interface NutsDescriptorParserpublic NutsDescriptorParser setLenient(boolean lenient)
setLenient in interface NutsDescriptorParserpublic NutsWorkspace getWorkspace()
public NutsSession getSession()
getSession in interface NutsDescriptorParserpublic NutsDescriptorParser setSession(NutsSession session)
setSession in interface NutsDescriptorParserpublic boolean isLenient()
isLenient in interface NutsDescriptorParserpublic NutsDescriptorStyle getDescriptorStyle()
getDescriptorStyle in interface NutsDescriptorParserpublic DefaultNutsDescriptorParser setDescriptorStyle(NutsDescriptorStyle descriptorStyle)
setDescriptorStyle in interface NutsDescriptorParserCopyright © 2021 vpc open source initiative. All rights reserved.