Package com.enonic.xp.dump
Class SystemLoadResult
- java.lang.Object
-
- com.enonic.xp.dump.SystemLoadResult
-
- All Implemented Interfaces:
Iterable<RepoLoadResult>
public class SystemLoadResult extends Object implements Iterable<RepoLoadResult>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SystemLoadResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SystemLoadResult.Builder
create()
Iterator<RepoLoadResult>
iterator()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
create
public static SystemLoadResult.Builder create()
-
iterator
public Iterator<RepoLoadResult> iterator()
- Specified by:
iterator
in interfaceIterable<RepoLoadResult>
-
-