de.smartics.maven.issues.bugzilla
Interface Sectioner<T>

Package class diagram package Sectioner
Type Parameters:
T - the type of the instance the sectioner returns.
All Known Implementing Classes:
SimpleSectioner, VersionedSectioner

public interface Sectioner<T>

Interface to create instances to preprocess issue lists. The input is expected to be set via constructors or factory methods. The result is returned by the method call.

Author:
Robert Reiner

Method Summary
 T run()
          Runs the sectioner.
 

Method Detail

run

T run()
Runs the sectioner.

Returns:
the information ready to be rendered.


Copyright © 2008-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.