RootIndexPageWriter
Record
Writes the root index.html
file of website documentation.
This page has slightly different processing for names and no breadcrumbs.
Extends
Record
Modifiers
public final
Constructors
new RootIndexPageWriter (WebsiteDetails, String, String, String...)
ConstructorNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | WebsiteDetails | details |
2 | String | string |
3 | String | string |
4 | String[] | string |
Return Type
RootIndexPageWriter
Modifiers
public varargs
new RootIndexPageWriter (WebsiteDetails, String, String, String[], String[], String[])
ConstructorNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | WebsiteDetails | details |
2 | String | string |
3 | String | string |
4 | String[] | string |
5 | String[] | string |
6 | String[] | string |
Return Type
RootIndexPageWriter
Modifiers
public
Methods
equals (Object)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | Object | o |
Return Type
boolean
Modifiers
public final
toString ()
MethodNo description is available for this element.
Return Type
String
Modifiers
public final
hashCode ()
MethodNo description is available for this element.
Return Type
int
Modifiers
public final
write (OutputStream, WritableElement...)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | OutputStream | target |
2 | WritableElement[] | elements |
Return Type
boolean
Modifiers
public varargs
write (OutputStream, String)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | OutputStream | stream |
2 | String | content |
Return Type
void
Modifiers
scripts ()
MethodNo description is available for this element.
Return Type
String[]
Modifiers
public
description ()
MethodNo description is available for this element.
Return Type
String
Modifiers
public
details ()
MethodNo description is available for this element.
Return Type
WebsiteDetails
Modifiers
public
title ()
MethodNo description is available for this element.
Return Type
String
Modifiers
public
keywords ()
MethodNo description is available for this element.
Return Type
String[]
Modifiers
public
metas ()
MethodNo description is available for this element.
Return Type
String[]
Modifiers
public