public class ApiDocumentMetadata extends Object
| Constructor and Description |
|---|
ApiDocumentMetadata(com.google.common.reflect.ClassPath.ResourceInfo document,
String docSuffix) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDocumentPath()
Gets the path to the document relative to the Raml file
|
String |
getDocumentTitle() |
int |
hashCode() |
public ApiDocumentMetadata(com.google.common.reflect.ClassPath.ResourceInfo document,
String docSuffix)
document - The resource pointing to the document to be representeddocSuffix - The portion of the filename that should be removed for Title generationCopyright © 2017. All rights reserved.