public abstract class ODatabaseImpExpAbstract extends ODatabaseTool
Modifier and Type | Field and Description |
---|---|
protected ODatabaseDocumentInternal |
database |
protected static String |
DEFAULT_EXT |
protected Set<String> |
excludeClasses |
protected Set<String> |
excludeClusters |
protected String |
fileName |
protected Set<String> |
includeClasses |
protected boolean |
includeClusterDefinitions |
protected Set<String> |
includeClusters |
protected boolean |
includeIndexDefinitions |
protected boolean |
includeInfo |
protected boolean |
includeManualIndexes |
protected boolean |
includeRecords |
protected boolean |
includeSchema |
protected boolean |
includeSecurity |
protected OCommandOutputListener |
listener |
protected boolean |
preserveRids |
protected boolean |
useLineFeedForRecords |
output, verbose
Constructor and Description |
---|
ODatabaseImpExpAbstract(ODatabaseDocumentInternal iDatabase,
String iFileName,
OCommandOutputListener iListener) |
message, setDatabase, setOptions, setOutputListener, setVerbose
protected static final String DEFAULT_EXT
protected ODatabaseDocumentInternal database
protected String fileName
protected boolean includeInfo
protected boolean includeClusterDefinitions
protected boolean includeSchema
protected boolean includeSecurity
protected boolean includeRecords
protected boolean includeIndexDefinitions
protected boolean includeManualIndexes
protected boolean useLineFeedForRecords
protected boolean preserveRids
protected OCommandOutputListener listener
public ODatabaseImpExpAbstract(ODatabaseDocumentInternal iDatabase, String iFileName, OCommandOutputListener iListener)
public OCommandOutputListener getListener()
public void setListener(OCommandOutputListener listener)
public ODatabaseDocument getDatabase()
public String getFileName()
public boolean isIncludeInfo()
public void setIncludeInfo(boolean includeInfo)
public boolean isIncludeSecurity()
public void setIncludeSecurity(boolean includeSecurity)
public boolean isIncludeSchema()
public void setIncludeSchema(boolean includeSchema)
public boolean isIncludeRecords()
public void setIncludeRecords(boolean includeRecords)
public boolean isIncludeIndexDefinitions()
public void setIncludeIndexDefinitions(boolean includeIndexDefinitions)
public boolean isIncludeManualIndexes()
public void setIncludeManualIndexes(boolean includeManualIndexes)
public boolean isIncludeClusterDefinitions()
public void setIncludeClusterDefinitions(boolean includeClusterDefinitions)
public boolean isUseLineFeedForRecords()
public void setUseLineFeedForRecords(boolean useLineFeedForRecords)
public boolean isPreserveRids()
public void setPreserveRids(boolean preserveRids)
protected void parseSetting(String option, List<String> items)
parseSetting
in class ODatabaseTool
Copyright © 2009–2020 OrientDB. All rights reserved.