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 booleanallowTerminalJunkprivate booleancheckAsciiStringsprivate IHierarchKeyFormatterhierarchKeyFormatterprivate booleanlongStringsEnabledprivate booleanskipBlankAfterAssignprivate booleanuseAsciiTablesprivate booleanuseHierarch
-
Constructor Summary
Constructors Modifier Constructor Description protectedFitsSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private FitsFactory.FitsSettingscopy()protected IHierarchKeyFormattergetHierarchKeyFormatter()protected booleanisAllowTerminalJunk()protected booleanisCheckAsciiStrings()protected booleanisLongStringsEnabled()protected booleanisSkipBlankAfterAssign()protected booleanisUseAsciiTables()protected booleanisUseHierarch()
-
-
-
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()
-
-