pt.uminho.anote2.datastructures.process.io.export
Class RECSVConfigutarion
java.lang.Object
pt.uminho.anote2.datastructures.process.io.export.CSVConfiguration
pt.uminho.anote2.datastructures.process.io.export.RECSVConfigutarion
- All Implemented Interfaces:
- ICSVExportConfiguration, IRECSVConfiguration
public class RECSVConfigutarion
- extends CSVConfiguration
- implements IRECSVConfiguration
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RECSVConfigutarion
public RECSVConfigutarion(Delimiter mainDelimiter,
TextDelimiter textDelimiter,
DefaultDelimiterValue defaultDelimiter,
Delimiter entitiesDilimiter,
Delimiter entityExternalIDMainDelimiter,
Delimiter entityExternalIDIntraDelimiter,
boolean exportPublicationOtherID,
boolean exportResourceExternalID,
IRECSVColumns columns)
getColumnConfiguration
public IRECSVColumns getColumnConfiguration()
- Specified by:
getColumnConfiguration in interface IRECSVConfiguration
getEntityDelimiter
public Delimiter getEntityDelimiter()
- Specified by:
getEntityDelimiter in interface IRECSVConfiguration
getDefaultValues
public static IRECSVConfiguration getDefaultValues()
getEntityExternalIDMainDelimiter
public Delimiter getEntityExternalIDMainDelimiter()
- Specified by:
getEntityExternalIDMainDelimiter in interface IRECSVConfiguration
getEntityExternalIDIntraDelimiter
public Delimiter getEntityExternalIDIntraDelimiter()
- Specified by:
getEntityExternalIDIntraDelimiter in interface IRECSVConfiguration
exportPublicationOtherID
public boolean exportPublicationOtherID()
- Specified by:
exportPublicationOtherID in interface IRECSVConfiguration
exportResourceExternalID
public boolean exportResourceExternalID()
- Specified by:
exportResourceExternalID in interface IRECSVConfiguration