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 classSystemDumpParams.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SystemDumpParams.Buildercreate()booleanequals(Object o)StringgetDumpName()SystemDumpListenergetListener()IntegergetMaxAge()IntegergetMaxVersions()inthashCode()booleanisArchive()booleanisIncludeBinaries()booleanisIncludeVersions()
-
-
-
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()
-
-