Package uk.ac.starlink.fits
Interface CardFactory.Config
-
- Enclosing class:
- CardFactory
public static interface CardFactory.Config
CardFactory configuration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
allowHierarch()
Determines whether the HIERARCH keyword convention is permitted.boolean
allowTrim()
Determines whether overlength string values will be trimmed to fits card constraints.
-
-
-
Method Detail
-
allowHierarch
boolean allowHierarch()
Determines whether the HIERARCH keyword convention is permitted. If true, overlength keywords starting "HIERARCH " are allowed.- Returns:
- true iff HIERARCH is allowed
-
allowTrim
boolean allowTrim()
Determines whether overlength string values will be trimmed to fits card constraints. If true, strings will be silently truncated, if false overlength values will provoke a RuntimeException.- Returns:
- true iff overlength string values may be truncated
-
-