public class DescriptiveDocumentCategory
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
addCategory(DescriptiveDocumentCategory category) |
void |
addDocumentList(gnu.mapping.Environment env,
gnu.mapping.Symbol[] symbols,
java.lang.Object descriptive) |
static DescriptiveDocumentCategory |
createCategory(java.lang.String symbol) |
static DescriptiveDocumentCategory |
createCategory(gnu.mapping.Symbol symbol) |
java.lang.Object |
defineDoc(gnu.mapping.Environment env,
DescriptiveBean bean) |
java.lang.Object |
defineDoc(gnu.mapping.Environment env,
java.lang.Object target,
DescriptiveBean bean) |
java.lang.Object |
defineDoc(gnu.mapping.Environment env,
java.lang.String targetVar,
DescriptiveBean bean) |
static java.lang.Object |
defineDoc0(gnu.mapping.Environment env,
DescriptiveDocumentCategory type,
java.lang.String targetVar,
java.lang.Object target,
DescriptiveBean bean) |
static java.lang.Object |
defineDoc0(gnu.mapping.Environment env,
DescriptiveDocumentCategory type,
java.lang.String targetVar,
java.lang.Object target,
java.lang.String description,
java.util.List<java.lang.String> names) |
static java.util.Collection<DescriptiveDocumentCategory> |
getAll() |
gnu.lists.LList |
getDocumentList(gnu.mapping.Environment env) |
gnu.mapping.Symbol |
getSymbol() |
static void |
outputAvailableReferences(java.lang.String outputFile) |
static void |
outputReference(gnu.mapping.Environment environment,
java.lang.String categoryName,
java.lang.String outputFile) |
static void |
removeCategory(DescriptiveDocumentCategory category) |
static DescriptiveDocumentCategory |
valueOf(java.lang.String symbolString) |
static DescriptiveDocumentCategory |
valueOf(gnu.mapping.Symbol symbol) |
public static DescriptiveDocumentCategory createCategory(gnu.mapping.Symbol symbol)
public static DescriptiveDocumentCategory createCategory(java.lang.String symbol)
public static void addCategory(DescriptiveDocumentCategory category)
public static void removeCategory(DescriptiveDocumentCategory category)
public static java.util.Collection<DescriptiveDocumentCategory> getAll()
public static DescriptiveDocumentCategory valueOf(gnu.mapping.Symbol symbol)
public static DescriptiveDocumentCategory valueOf(java.lang.String symbolString)
public gnu.mapping.Symbol getSymbol()
public gnu.lists.LList getDocumentList(gnu.mapping.Environment env)
public void addDocumentList(gnu.mapping.Environment env, gnu.mapping.Symbol[] symbols, java.lang.Object descriptive)
public java.lang.Object defineDoc(gnu.mapping.Environment env, DescriptiveBean bean)
public java.lang.Object defineDoc(gnu.mapping.Environment env, java.lang.String targetVar, DescriptiveBean bean)
public java.lang.Object defineDoc(gnu.mapping.Environment env, java.lang.Object target, DescriptiveBean bean)
public static java.lang.Object defineDoc0(gnu.mapping.Environment env, DescriptiveDocumentCategory type, java.lang.String targetVar, java.lang.Object target, DescriptiveBean bean)
public static java.lang.Object defineDoc0(gnu.mapping.Environment env, DescriptiveDocumentCategory type, java.lang.String targetVar, java.lang.Object target, java.lang.String description, java.util.List<java.lang.String> names)
public static void outputAvailableReferences(java.lang.String outputFile) throws java.io.FileNotFoundException, java.io.IOException
java.io.FileNotFoundException
java.io.IOException
public static void outputReference(gnu.mapping.Environment environment, java.lang.String categoryName, java.lang.String outputFile) throws java.io.FileNotFoundException, java.io.IOException
java.io.FileNotFoundException
java.io.IOException