Package com.logicaldoc.webdav.context
Class ImportContextImpl
java.lang.Object
com.logicaldoc.webdav.context.ImportContextImpl
- All Implemented Interfaces:
- ImportContext,- org.apache.jackrabbit.server.io.IOContext
For more informations, please visit
 
ImportContextImpl- Author:
- Sebastian Wenzky
- 
Constructor SummaryConstructorsConstructorDescriptionImportContextImpl(Resource resource, String systemId, InputStream in) ImportContextImpl(Resource resource, String systemId, org.apache.jackrabbit.webdav.io.InputContext inputCtx) 
- 
Method SummaryModifier and TypeMethodDescriptionlongorg.apache.jackrabbit.server.io.IOListenerlonggetProperty(Object propertyName) booleanvoidinformCompleted(boolean success) booleanvoidsetInputFile(File inputFile) voidsetSystemId(String newResourceName) 
- 
Constructor Details- 
ImportContextImplpublic ImportContextImpl(Resource resource, String systemId, org.apache.jackrabbit.webdav.io.InputContext inputCtx) throws IOException - Throws:
- IOException
 
- 
ImportContextImpl- Throws:
- IOException
 
 
- 
- 
Method Details- 
getIOListenerpublic org.apache.jackrabbit.server.io.IOListener getIOListener()- Specified by:
- getIOListenerin interface- org.apache.jackrabbit.server.io.IOContext
 
- 
hasStreampublic boolean hasStream()- Specified by:
- hasStreamin interface- org.apache.jackrabbit.server.io.IOContext
 
- 
getInputStream- Specified by:
- getInputStreamin interface- ImportContext
 
- 
getSystemId- Specified by:
- getSystemIdin interface- ImportContext
 
- 
getModificationTimepublic long getModificationTime()- Specified by:
- getModificationTimein interface- ImportContext
 
- 
getContentLanguage- Specified by:
- getContentLanguagein interface- ImportContext
 
- 
getContentLengthpublic long getContentLength()- Specified by:
- getContentLengthin interface- ImportContext
 
- 
getMimeType- Specified by:
- getMimeTypein interface- ImportContext
 
- 
getEncoding- Specified by:
- getEncodingin interface- ImportContext
 
- 
getProperty- Specified by:
- getPropertyin interface- ImportContext
 
- 
informCompletedpublic void informCompleted(boolean success) - Specified by:
- informCompletedin interface- org.apache.jackrabbit.server.io.IOContext
 
- 
isCompletedpublic boolean isCompleted()- Specified by:
- isCompletedin interface- org.apache.jackrabbit.server.io.IOContext
 
- 
getResource- Specified by:
- getResourcein interface- ImportContext
 
- 
setSystemId
- 
setInputFile
 
-