public static final class

ChanConfiguration.Statistics

extends Object
java.lang.Object
   ↳ chan.content.ChanConfiguration.Statistics

Class Overview

Statistics configuration holder.

Summary

Fields
public boolean postsSent

Count posts sent.

public boolean threadsCreated

Count threads created.

public boolean threadsViewed

Count threads viewed.

Public Constructors
ChanConfiguration.Statistics()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public boolean postsSent

Count posts sent. True by default.

public boolean threadsCreated

Count threads created. True by default.

public boolean threadsViewed

Count threads viewed. True by default.

Public Constructors

public ChanConfiguration.Statistics ()