public class DocNames extends Object
Modifier and Type | Field and Description |
---|---|
static char |
ARRAY_SUFFIX
Character used in resource names to indicate an array dimension.
|
static char |
TOKEN_SEPARATOR
Character used in resource names to separate tokens giving
classnames and array types.
|
Constructor and Description |
---|
DocNames() |
Modifier and Type | Method and Description |
---|---|
static URL |
docURL(Object obj)
Returns the URL which points to the documentation object for a
given object, or null if none can be found.
|
static String |
typeNameToWord(String typeName)
Maps a type name to a word that will be used as a token in
a document resource name.
|
public static final char ARRAY_SUFFIX
public static final char TOKEN_SEPARATOR
public static URL docURL(Object obj)
obj
- object to be documentedCopyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.