public class ArchiveConfig extends DumpableObject
Constructor and Description |
---|
ArchiveConfig() |
ArchiveConfig(ArchiveTaskOption archiveType,
CompressionLevel comressionLevel) |
Modifier and Type | Method and Description |
---|---|
ArchiveTaskOption |
getArchiveType() |
CompressionLevel |
getCompressionLevel() |
void |
setArchiveType(ArchiveTaskOption archiveType) |
void |
setCompressionLevel(CompressionLevel comressionLevel) |
DumpString |
toDumpString(DumpString s)
This method allows subclasses to add values to the existing DumpString of the superclass.
|
ToString |
toString(ToString s)
This method allows subclasses to add values to the existing ToString of the superclass.
|
configureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toString
public ArchiveConfig()
public ArchiveConfig(ArchiveTaskOption archiveType, CompressionLevel comressionLevel)
public void setCompressionLevel(CompressionLevel comressionLevel)
public void setArchiveType(ArchiveTaskOption archiveType)
public ArchiveTaskOption getArchiveType()
public CompressionLevel getCompressionLevel()
public ToString toString(ToString s)
Dumpable
toString
in interface Dumpable
toString
in class DumpableObject
public DumpString toDumpString(DumpString s)
Dumpable
toDumpString
in interface Dumpable
toDumpString
in class DumpableObject
Copyright © 2014 EsprIT-Systems. All Rights Reserved.