public class PagedDescriptorImportParameters extends Object
PagedDescriptorImport
.Constructor and Description |
---|
PagedDescriptorImportParameters() |
public boolean isHelp()
public String getIn()
public boolean isVerbose()
public int getTp()
public int getPagesize()
public String getImportOpts()
public int getSkip()
public int getCount()
public String getToStrings()
public String getToStringsP()
public String getFromStrings()
public String getDescP()
public String getStandardizer()
public int getVtInMs()
public String getDescpXmlConfigFile()
public String getIndexMap()
public String getToBytes()
public String getFromBytes()
public Integer getDescpBitsPerPattern()
public Integer getDescpBondCount()
public Integer getDescpDiameter()
public String getQf()
public boolean isStmqsr()
public boolean isStsqsr()
public boolean isMtmqsr()
public boolean isMtsqmr()
public String getComp()
public String getExtractor()
public String getDissimc()
public String getUnguardedFromBytes()
public String getContext()
public int getMsc()
public Optional<InputStream> createInIs() throws IOException
The returned InputStream
should be closed in a proper finally
block by invoking its
InputStream.close()
method. If stdin used then a CloseShieldInputStream
is returned which is safe
to close.
IllegalStateException
- when already accessedFileNotFoundException
- thrown by FileInputStream.FileInputStream(java.lang.String)
IOException
- propagatedpublic Optional<InputStream> createFromStringsIs() throws IOException
The returned InputStream
should be closed in a proper finally
block by invoking its
InputStream.close()
method. If stdin used then a CloseShieldInputStream
is returned which is safe
to close.
IllegalStateException
- when already accessedFileNotFoundException
- thrown by FileInputStream.FileInputStream(java.lang.String)
IOException
- propagatedpublic Optional<PrintStream> createToFilesOS() throws FileNotFoundException
These streams wont flush automatically.
FileNotFoundException
public Optional<PrintStream> createParalelToFilesOS() throws FileNotFoundException
FileNotFoundException
public Optional<PrintStream> createIndexMapPs() throws FileNotFoundException
FileNotFoundException