Skip navigation links

Oracle Outside In Java API Reference
8.5.3

E57629-03


com.oracle.outsidein.options
Class OptionsCacheImpl.SourceFileInfo

java.lang.Object
  extended by com.oracle.outsidein.options.OptionsCacheImpl.SourceFileInfo

Enclosing class:
OptionsCacheImpl

protected class OptionsCacheImpl.SourceFileInfo
extends java.lang.Object

Used internally by the Outside In API, and not to be used externally.


Field Summary
 boolean bOpenForNonSequentialAccess
           
 Callback callback
           
 java.io.File file
           
 FileFormat format
           
 int m_exportTimeout
           
 java.util.List<java.lang.String> m_highlightJsonDataList
           
 java.util.List<net.bitform.oilink.OILinkMessages.Hilite> m_hilites
           
 java.util.Map<java.lang.String,java.lang.String> m_keyValuePairs
           
 java.lang.String m_notesidfile
           
 java.util.Map<Options,java.lang.Object> m_optionsCache
           
 java.util.List<java.lang.String> m_passwords
           
 java.util.List<RedactAnnotation> m_redactions
           
 java.util.List<net.bitform.oilink.OILinkMessages.HiliteStampImage> m_stampimages
           
 SeekableByteChannel6ToBasicIO redirect
           

 

Constructor Summary
OptionsCacheImpl.SourceFileInfo()
           

 

Method Summary
 void inheritSourceFileInfo(OptionsCacheImpl.SourceFileInfo info)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

file

public java.io.File file

redirect

public SeekableByteChannel6ToBasicIO redirect

m_optionsCache

public java.util.Map<Options,java.lang.Object> m_optionsCache

format

public FileFormat format

callback

public Callback callback

bOpenForNonSequentialAccess

public boolean bOpenForNonSequentialAccess

m_passwords

public java.util.List<java.lang.String> m_passwords

m_notesidfile

public java.lang.String m_notesidfile

m_exportTimeout

public int m_exportTimeout

m_keyValuePairs

public java.util.Map<java.lang.String,java.lang.String> m_keyValuePairs

m_hilites

public java.util.List<net.bitform.oilink.OILinkMessages.Hilite> m_hilites

m_stampimages

public java.util.List<net.bitform.oilink.OILinkMessages.HiliteStampImage> m_stampimages

m_redactions

public java.util.List<RedactAnnotation> m_redactions

m_highlightJsonDataList

public java.util.List<java.lang.String> m_highlightJsonDataList

Constructor Detail

OptionsCacheImpl.SourceFileInfo

public OptionsCacheImpl.SourceFileInfo()

Method Detail

inheritSourceFileInfo

public void inheritSourceFileInfo(OptionsCacheImpl.SourceFileInfo info)

Skip navigation links

Oracle Outside In Java API Reference
8.5.3

E57629-03


Copyright © 2016, Oracle and/or its affiliates. All rights reserved.