public class SystemType extends Object
Modifier and Type | Field and Description |
---|---|
static SystemType |
CONFLUENCE
Confluence wiki type.
|
static SystemType |
DOKUWIKI
DokuWiki wiki type.
|
static SystemType |
FILTER
Generic filter.
|
static SystemType |
MEDIAWIKI
MediaWiki wiki type.
|
static SystemType |
XWIKI
XWiki wiki type.
|
Constructor and Description |
---|
SystemType(String id) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
String |
getId() |
int |
hashCode() |
String |
serialize() |
String |
toString() |
static SystemType |
unserialize(String str)
Create a new
SystemType from a String . |
public static final SystemType MEDIAWIKI
public static final SystemType DOKUWIKI
public static final SystemType CONFLUENCE
public static final SystemType XWIKI
public static final SystemType FILTER
public SystemType(String id)
id
- of a wikipublic static SystemType unserialize(String str)
SystemType
from a String
.str
- the String
to parseSystemType
public String getId()
public String serialize()
String
representation of the FilterStreamType
Copyright © 2004–2022 XWiki. All rights reserved.