public final class GrainSaver extends Object
Constructor and Description |
---|
GrainSaver() |
Modifier and Type | Method and Description |
---|---|
void |
save(AbstractScore score,
Resource scorePath)
Saves metadata content of score back to SQL-files rewriting their content.
|
void |
save(Grain grain,
Resource scorePath)
Saves grain to file(s).
|
public void save(AbstractScore score, Resource scorePath) throws IOException
score
- Score to savescorePath
- path to save the score toIOException
public void save(Grain grain, Resource scorePath) throws IOException
grain
- grain to savescorePath
- path to save the grain toIOException
Copyright © 2023 CURS. All rights reserved.