public final class Library extends Object implements Frozen<LibraryBuilder>
Modifier and Type | Method and Description |
---|---|
Dictionary<Digester> |
getDigesters() |
Dictionary<FormatAttribute> |
getFormatAttributes() |
Dictionary<SyntaxChecker> |
getSyntaxCheckers() |
Dictionary<Constructor<? extends KeywordValidator>> |
getValidators() |
static LibraryBuilder |
newLibrary() |
LibraryBuilder |
thaw() |
public static LibraryBuilder newLibrary()
public Dictionary<SyntaxChecker> getSyntaxCheckers()
public Dictionary<Digester> getDigesters()
public Dictionary<Constructor<? extends KeywordValidator>> getValidators()
public Dictionary<FormatAttribute> getFormatAttributes()
public LibraryBuilder thaw()
thaw
in interface Frozen<LibraryBuilder>
Copyright © 2013. All Rights Reserved.