Package com.enonic.xp.dump
Class SystemDumpParams
- java.lang.Object
-
- com.enonic.xp.dump.SystemDumpParams
-
public class SystemDumpParams extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SystemDumpParams.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SystemDumpParams.Builder
create()
boolean
equals(Object o)
String
getDumpName()
SystemDumpListener
getListener()
Integer
getMaxAge()
Integer
getMaxVersions()
int
hashCode()
boolean
isArchive()
boolean
isIncludeBinaries()
boolean
isIncludeVersions()
-
-
-
Method Detail
-
getDumpName
public String getDumpName()
-
create
public static SystemDumpParams.Builder create()
-
isIncludeVersions
public boolean isIncludeVersions()
-
isIncludeBinaries
public boolean isIncludeBinaries()
-
getMaxAge
public Integer getMaxAge()
-
getMaxVersions
public Integer getMaxVersions()
-
getListener
public SystemDumpListener getListener()
-
isArchive
public boolean isArchive()
-
-