Package org.cadixdev.lorenz.io.srg
Class SrgConstants
- java.lang.Object
-
- org.cadixdev.lorenz.io.srg.SrgConstants
-
public final class SrgConstants extends java.lang.ObjectA collection of constants and utilities specific to the SRG mapping format and its variants.- Since:
- 0.4.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSrgConstants.CSrgA collection of constants specific to the CSRG mapping format.static classSrgConstants.TSrgA collection of constants specific to the TSRG mapping format.static classSrgConstants.XSrgA collection of constants specific to the XSRG mapping format.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSTANDARD_EXTENSIONThe standard file extension used with the SRG format.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringremoveComments(java.lang.String line)Removes present comments, from the givenStringline.
-
-
-
Field Detail
-
STANDARD_EXTENSION
public static final java.lang.String STANDARD_EXTENSION
The standard file extension used with the SRG format.- See Also:
- Constant Field Values
-
-