Package cdc.issues.core
Class IssuesIo
- java.lang.Object
-
- cdc.issues.core.IssuesIo
-
- Direct Known Subclasses:
JsonIssuesReader,JsonIssuesWriter,WorkbookIssuesReader,WorkbookIssuesWriter,XmlIssuesReader,XmlIssuesWriter
class IssuesIo extends Object
Internal class dedicated to IO of issues.- Author:
- Damien Carbonne
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringANCHORprotected static StringDESCRIPTIONprotected static StringDOMAINprotected IssuesFactoryFeaturesfeaturesprotected static DateTimeFormatterFORMATTERprotected static cdc.office.tables.HeaderHEADERHeader for workbooks.protected static StringISSUEprotected static StringISSUESprotected static StringLOCATIONprotected static StringLOCATIONSprotected org.apache.logging.log4j.Loggerloggerprotected static StringMETAprotected static StringMETASprotected static StringNAMEprotected static StringPARAMprotected static StringPATHprotected static StringPROJECTprotected static StringSEVERITYprotected static StringSNAPSHOTprotected static StringTIMESTAMPprotected static StringVALUE
-
Constructor Summary
Constructors Modifier Constructor Description protectedIssuesIo(IssuesFactoryFeatures features)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IssuesFactoryFeaturesgetFeatures()protected static StringtoCamel(String s)protected static StringtoCapital(String s)InstanttoInstant(String s)protected InstanttoInstant(LocalDateTime ldt)protected LocalDateTimetoLocalDateTime(Instant instant)protected StringtoString(Instant instant)protected voidtraceGenerate(File file)protected voidtraceGenerated(File file)protected voidtraceLoad(File file)protected voidtraceLoaded(File file)
-
-
-
Field Detail
-
FORMATTER
protected static final DateTimeFormatter FORMATTER
-
ANCHOR
protected static final String ANCHOR
- See Also:
- Constant Field Values
-
DESCRIPTION
protected static final String DESCRIPTION
- See Also:
- Constant Field Values
-
DOMAIN
protected static final String DOMAIN
- See Also:
- Constant Field Values
-
ISSUE
protected static final String ISSUE
- See Also:
- Constant Field Values
-
ISSUES
protected static final String ISSUES
- See Also:
- Constant Field Values
-
LOCATION
protected static final String LOCATION
- See Also:
- Constant Field Values
-
LOCATIONS
protected static final String LOCATIONS
- See Also:
- Constant Field Values
-
META
protected static final String META
- See Also:
- Constant Field Values
-
METAS
protected static final String METAS
- See Also:
- Constant Field Values
-
NAME
protected static final String NAME
- See Also:
- Constant Field Values
-
PARAM
protected static final String PARAM
- See Also:
- Constant Field Values
-
PROJECT
protected static final String PROJECT
- See Also:
- Constant Field Values
-
PATH
protected static final String PATH
- See Also:
- Constant Field Values
-
SEVERITY
protected static final String SEVERITY
- See Also:
- Constant Field Values
-
SNAPSHOT
protected static final String SNAPSHOT
- See Also:
- Constant Field Values
-
TIMESTAMP
protected static final String TIMESTAMP
- See Also:
- Constant Field Values
-
VALUE
protected static final String VALUE
- See Also:
- Constant Field Values
-
HEADER
protected static final cdc.office.tables.Header HEADER
Header for workbooks.
-
logger
protected final org.apache.logging.log4j.Logger logger
-
features
protected final IssuesFactoryFeatures features
-
-
Constructor Detail
-
IssuesIo
protected IssuesIo(IssuesFactoryFeatures features)
-
-
Method Detail
-
toLocalDateTime
protected LocalDateTime toLocalDateTime(Instant instant)
-
toInstant
protected Instant toInstant(LocalDateTime ldt)
-
getFeatures
public final IssuesFactoryFeatures getFeatures()
-
traceGenerate
protected void traceGenerate(File file)
-
traceGenerated
protected void traceGenerated(File file)
-
traceLoad
protected void traceLoad(File file)
-
traceLoaded
protected void traceLoaded(File file)
-
-