public class DefaultNDescriptorParser extends Object implements net.thevpc.nuts.artifact.NDescriptorParser
| Constructor and Description |
|---|
DefaultNDescriptorParser() |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.artifact.NDescriptorStyle |
descriptorStyle() |
DefaultNDescriptorParser |
descriptorStyle(net.thevpc.nuts.artifact.NDescriptorStyle descriptorStyle) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.artifact.NDescriptor> |
parse(byte[] bytes) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.artifact.NDescriptor> |
parse(File file) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.artifact.NDescriptor> |
parse(InputStream stream) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.artifact.NDescriptor> |
parse(net.thevpc.nuts.io.NPath path) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.artifact.NDescriptor> |
parse(Path path) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.artifact.NDescriptor> |
parse(String str) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.artifact.NDescriptor> |
parse(URL url) |
static boolean |
validArtifactId(String a) |
static boolean |
validGroupId(String g) |
public net.thevpc.nuts.util.NOptional<net.thevpc.nuts.artifact.NDescriptor> parse(URL url)
parse in interface net.thevpc.nuts.artifact.NDescriptorParserpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.artifact.NDescriptor> parse(byte[] bytes)
parse in interface net.thevpc.nuts.artifact.NDescriptorParserpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.artifact.NDescriptor> parse(Path path)
parse in interface net.thevpc.nuts.artifact.NDescriptorParserpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.artifact.NDescriptor> parse(File file)
parse in interface net.thevpc.nuts.artifact.NDescriptorParserpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.artifact.NDescriptor> parse(InputStream stream)
parse in interface net.thevpc.nuts.artifact.NDescriptorParserpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.artifact.NDescriptor> parse(net.thevpc.nuts.io.NPath path)
parse in interface net.thevpc.nuts.artifact.NDescriptorParserpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.artifact.NDescriptor> parse(String str)
parse in interface net.thevpc.nuts.artifact.NDescriptorParserpublic net.thevpc.nuts.artifact.NDescriptorStyle descriptorStyle()
descriptorStyle in interface net.thevpc.nuts.artifact.NDescriptorParserpublic DefaultNDescriptorParser descriptorStyle(net.thevpc.nuts.artifact.NDescriptorStyle descriptorStyle)
descriptorStyle in interface net.thevpc.nuts.artifact.NDescriptorParserpublic static boolean validGroupId(String g)
public static boolean validArtifactId(String a)
Copyright © 2026 vpc open source initiative. All rights reserved.