public class DefaultNutsDescriptorContentParserContext extends Object implements NutsDescriptorContentParserContext
| Constructor and Description |
|---|
DefaultNutsDescriptorContentParserContext(NutsSession session,
NutsInput 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() |
NutsSession |
getSession() |
NutsWorkspace |
getWorkspace() |
public DefaultNutsDescriptorContentParserContext(NutsSession session, NutsInput file, String fileExtension, String mimeType, String[] parseOptions)
public NutsWorkspace getWorkspace()
getWorkspace in interface NutsDescriptorContentParserContextpublic NutsSession getSession()
getSession in interface NutsDescriptorContentParserContextpublic String[] getParseOptions()
getParseOptions in interface NutsDescriptorContentParserContextpublic InputStream getHeadStream()
getHeadStream in interface NutsDescriptorContentParserContextpublic InputStream getFullStream()
getFullStream in interface NutsDescriptorContentParserContextpublic String getFileExtension()
getFileExtension in interface NutsDescriptorContentParserContextpublic String getMimeType()
getMimeType in interface NutsDescriptorContentParserContextpublic String getName()
getName in interface NutsDescriptorContentParserContextCopyright © 2021 vpc open source initiative. All rights reserved.