public class DefaultNutsDescriptorContentParserContext extends Object implements net.thevpc.nuts.spi.NutsDescriptorContentParserContext
| Constructor and Description |
|---|
DefaultNutsDescriptorContentParserContext(net.thevpc.nuts.NutsSession session,
Path file,
String fileExtension,
String mimeType,
String[] parseOptions) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileExtension() |
InputStream |
getFullStream() |
InputStream |
getHeadStream() |
String |
getMimeType() |
String |
getName() |
String[] |
getParseOptions() |
net.thevpc.nuts.NutsSession |
getSession() |
net.thevpc.nuts.NutsWorkspace |
getWorkspace() |
public net.thevpc.nuts.NutsWorkspace getWorkspace()
getWorkspace in interface net.thevpc.nuts.spi.NutsDescriptorContentParserContextpublic net.thevpc.nuts.NutsSession getSession()
getSession in interface net.thevpc.nuts.spi.NutsDescriptorContentParserContextpublic String[] getParseOptions()
getParseOptions in interface net.thevpc.nuts.spi.NutsDescriptorContentParserContextpublic InputStream getHeadStream()
getHeadStream in interface net.thevpc.nuts.spi.NutsDescriptorContentParserContextpublic InputStream getFullStream()
getFullStream in interface net.thevpc.nuts.spi.NutsDescriptorContentParserContextpublic String getFileExtension()
getFileExtension in interface net.thevpc.nuts.spi.NutsDescriptorContentParserContextpublic String getMimeType()
getMimeType in interface net.thevpc.nuts.spi.NutsDescriptorContentParserContextpublic String getName()
getName in interface net.thevpc.nuts.spi.NutsDescriptorContentParserContextCopyright © 2022 vpc open source initiative. All rights reserved.