public class DefaultNDescriptorContentParserContext extends Object implements net.thevpc.nuts.spi.NDescriptorContentParserContext
| Constructor and Description |
|---|
DefaultNDescriptorContentParserContext(Path file,
String fileExtension,
String mimeType,
List<String> parseOptions) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileExtension() |
InputStream |
getFullStream() |
InputStream |
getHeadStream() |
String |
getMimeType() |
String |
getName() |
List<String> |
getParseOptions() |
public List<String> getParseOptions()
getParseOptions in interface net.thevpc.nuts.spi.NDescriptorContentParserContextpublic InputStream getHeadStream()
getHeadStream in interface net.thevpc.nuts.spi.NDescriptorContentParserContextpublic InputStream getFullStream()
getFullStream in interface net.thevpc.nuts.spi.NDescriptorContentParserContextpublic String getFileExtension()
getFileExtension in interface net.thevpc.nuts.spi.NDescriptorContentParserContextpublic String getMimeType()
getMimeType in interface net.thevpc.nuts.spi.NDescriptorContentParserContextpublic String getName()
getName in interface net.thevpc.nuts.spi.NDescriptorContentParserContextCopyright © 2025 vpc open source initiative. All rights reserved.