java.lang.Object |
↳ |
chan.content.ChanConfiguration.Archivation |
Class Overview
Archivation configuration holder.
Summary
Fields |
public
final
List<String> |
hosts |
List of allowed chan hosts for archivation. |
public
final
List<Pair<String, String>> |
options |
Archivation options. |
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Fields
public
final
List<String>
hosts
List of allowed chan hosts for archivation.
public
final
List<Pair<String, String>>
options
Archivation options. The first
field in pair is value, the second
one is display name.
You will receive user's selected values from options
.
Public Constructors
public
ChanConfiguration.Archivation
()