MinDocumentationFormatTypepublic final class MinDocumentationFormat extends java.lang.Object implements MinDocumentationFormatType
| Modifier and Type | Class | Description |
|---|---|---|
static class |
MinDocumentationFormat.Builder |
Builds instances of type
MinDocumentationFormat. |
| Modifier and Type | Method | Description |
|---|---|---|
static MinDocumentationFormat.Builder |
builder() |
Creates a builder for
MinDocumentationFormat. |
boolean |
equals(java.lang.Object another) |
This instance is equal to all instances of
MinDocumentationFormat that have equal attribute values. |
int |
hashCode() |
Computes a hash code from attributes:
name, path. |
java.lang.String |
name() |
|
static MinDocumentationFormat |
of(java.lang.String name,
java.nio.file.Path path) |
Construct a new immutable
MinDocumentationFormat instance. |
java.nio.file.Path |
path() |
|
java.lang.String |
toString() |
Prints the immutable value
MinDocumentationFormat with attribute values. |
public java.lang.String name()
name in interface MinDocumentationFormatType"XHTML - one page per section"public java.nio.file.Path path()
path in interface MinDocumentationFormatType"/documentation/index-m.xhtml"public boolean equals(java.lang.Object another)
MinDocumentationFormat that have equal attribute values.equals in class java.lang.Objecttrue if this is equal to another instancepublic int hashCode()
name, path.hashCode in class java.lang.Objectpublic java.lang.String toString()
MinDocumentationFormat with attribute values.toString in class java.lang.Objectpublic static MinDocumentationFormat of(java.lang.String name, java.nio.file.Path path)
MinDocumentationFormat instance.name - The value for the name attributepath - The value for the path attributepublic static MinDocumentationFormat.Builder builder()
MinDocumentationFormat.Copyright © 2017 <code@io7m.com> http://io7m.com