public class DefaultNDescriptorParser extends Object implements net.thevpc.nuts.NDescriptorParser
| Constructor and Description |
|---|
DefaultNDescriptorParser() |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NDescriptorStyle |
getDescriptorStyle() |
int |
getSupportLevel(net.thevpc.nuts.spi.NSupportLevelContext context) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.NDescriptor> |
parse(byte[] bytes) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.NDescriptor> |
parse(File file) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.NDescriptor> |
parse(InputStream stream) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.NDescriptor> |
parse(net.thevpc.nuts.io.NPath path) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.NDescriptor> |
parse(Path path) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.NDescriptor> |
parse(String str) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.NDescriptor> |
parse(URL url) |
DefaultNDescriptorParser |
setDescriptorStyle(net.thevpc.nuts.NDescriptorStyle descriptorStyle) |
public net.thevpc.nuts.util.NOptional<net.thevpc.nuts.NDescriptor> parse(URL url)
parse in interface net.thevpc.nuts.NDescriptorParserpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.NDescriptor> parse(byte[] bytes)
parse in interface net.thevpc.nuts.NDescriptorParserpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.NDescriptor> parse(Path path)
parse in interface net.thevpc.nuts.NDescriptorParserpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.NDescriptor> parse(File file)
parse in interface net.thevpc.nuts.NDescriptorParserpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.NDescriptor> parse(InputStream stream)
parse in interface net.thevpc.nuts.NDescriptorParserpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.NDescriptor> parse(net.thevpc.nuts.io.NPath path)
parse in interface net.thevpc.nuts.NDescriptorParserpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.NDescriptor> parse(String str)
parse in interface net.thevpc.nuts.NDescriptorParserpublic net.thevpc.nuts.NDescriptorStyle getDescriptorStyle()
getDescriptorStyle in interface net.thevpc.nuts.NDescriptorParserpublic DefaultNDescriptorParser setDescriptorStyle(net.thevpc.nuts.NDescriptorStyle descriptorStyle)
setDescriptorStyle in interface net.thevpc.nuts.NDescriptorParserpublic int getSupportLevel(net.thevpc.nuts.spi.NSupportLevelContext context)
getSupportLevel in interface net.thevpc.nuts.spi.NComponentCopyright © 2025 vpc open source initiative. All rights reserved.