Package nom.tam.fits
Class FitsFactory.FitsSettings
- java.lang.Object
-
- nom.tam.fits.FitsFactory.FitsSettings
-
- Enclosing class:
- FitsFactory
protected static final class FitsFactory.FitsSettings extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
allowTerminalJunk
private boolean
checkAsciiStrings
private IHierarchKeyFormatter
hierarchKeyFormatter
private boolean
longStringsEnabled
private boolean
skipBlankAfterAssign
private boolean
useAsciiTables
private boolean
useHierarch
-
Constructor Summary
Constructors Modifier Constructor Description protected
FitsSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private FitsFactory.FitsSettings
copy()
protected IHierarchKeyFormatter
getHierarchKeyFormatter()
protected boolean
isAllowTerminalJunk()
protected boolean
isCheckAsciiStrings()
protected boolean
isLongStringsEnabled()
protected boolean
isSkipBlankAfterAssign()
protected boolean
isUseAsciiTables()
protected boolean
isUseHierarch()
-
-
-
Field Detail
-
useAsciiTables
private boolean useAsciiTables
-
useHierarch
private boolean useHierarch
-
checkAsciiStrings
private boolean checkAsciiStrings
-
allowTerminalJunk
private boolean allowTerminalJunk
-
longStringsEnabled
private boolean longStringsEnabled
-
skipBlankAfterAssign
private boolean skipBlankAfterAssign
-
hierarchKeyFormatter
private IHierarchKeyFormatter hierarchKeyFormatter
-
-
Method Detail
-
copy
private FitsFactory.FitsSettings copy()
-
getHierarchKeyFormatter
protected IHierarchKeyFormatter getHierarchKeyFormatter()
-
isAllowTerminalJunk
protected boolean isAllowTerminalJunk()
-
isCheckAsciiStrings
protected boolean isCheckAsciiStrings()
-
isLongStringsEnabled
protected boolean isLongStringsEnabled()
-
isSkipBlankAfterAssign
protected boolean isSkipBlankAfterAssign()
-
isUseAsciiTables
protected boolean isUseAsciiTables()
-
isUseHierarch
protected boolean isUseHierarch()
-
-