org.drools.guvnor.server.builder.pagerow
Class SnapshotComparisonPageRowBuilder
java.lang.Object
org.drools.guvnor.server.builder.pagerow.SnapshotComparisonPageRowBuilder
- All Implemented Interfaces:
- PageRowBuilder<PageRequest,SnapshotDiffs>
public class SnapshotComparisonPageRowBuilder
- extends Object
- implements PageRowBuilder<PageRequest,SnapshotDiffs>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SnapshotComparisonPageRowBuilder
public SnapshotComparisonPageRowBuilder()
build
public List<SnapshotComparisonPageRow> build()
- Specified by:
build
in interface PageRowBuilder<PageRequest,SnapshotDiffs>
validate
public void validate()
- Specified by:
validate
in interface PageRowBuilder<PageRequest,SnapshotDiffs>
withPageRequest
public SnapshotComparisonPageRowBuilder withPageRequest(PageRequest pageRequest)
- Specified by:
withPageRequest
in interface PageRowBuilder<PageRequest,SnapshotDiffs>
withContent
public SnapshotComparisonPageRowBuilder withContent(SnapshotDiffs diffs)
- Specified by:
withContent
in interface PageRowBuilder<PageRequest,SnapshotDiffs>
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.