Modifier and Type | Class and Description |
---|---|
static class |
AbstractScore.ScoreBuilder<T extends AbstractScore>
Score builder for subclasses of
AbstractScore . |
Modifier and Type | Method and Description |
---|---|
String |
describeGrains()
Returns a human-readable table with all available grains,
their versions, checksums and lengths.
|
Grain |
getGrain(String name)
Returns grain by its name.
|
Map<String,Grain> |
getGrains()
Returns an unmodifiable grain set.
|
abstract IdentifierParser |
getIdentifierParser()
Returns identifier parser.
|
abstract String |
getSysSchemaName()
Returns system schema name.
|
public Grain getGrain(String name) throws ParseException
name
- Grain name.ParseException
- If grain name is unknown to the system.public abstract String getSysSchemaName()
public abstract IdentifierParser getIdentifierParser()
public final String describeGrains()
Copyright © 2021 CURS. All rights reserved.