Uses of Interface
ru.curs.celesta.score.io.Resource
Packages that use Resource
Package
Description
Package containing metadata of table structure.
Contains classes for various strategies of score discovery.
Resources for score IO.
-
Uses of Resource in ru.curs.celesta.score
Methods in ru.curs.celesta.score that return ResourceModifier and TypeMethodDescriptionGrainPart.getSource()Returns resource the grain part was loaded from.Methods in ru.curs.celesta.score with parameters of type ResourceModifier and TypeMethodDescriptionfinal GrainPartCelestaParser.extractGrainInfo(AbstractScore s, Resource r) voidGrainSaver.save(AbstractScore score, Resource scorePath) Saves metadata content of score back to SQL-files rewriting their content.voidSaves grain to file(s).Constructors in ru.curs.celesta.score with parameters of type Resource -
Uses of Resource in ru.curs.celesta.score.discovery
Methods in ru.curs.celesta.score.discovery that return types with arguments of type ResourceModifier and TypeMethodDescriptionScoreByScorePathDiscovery.discoverScore()ScoreByScoreResourceDiscovery.discoverScore()ScoreDiscovery.discoverScore()Discovers grains in the score. -
Uses of Resource in ru.curs.celesta.score.io
Classes in ru.curs.celesta.score.io that implement ResourceModifier and TypeClassDescriptionfinal classScore resource located in the file system.final classScore resource located in a JAR-file.Methods in ru.curs.celesta.score.io that return ResourceModifier and TypeMethodDescriptionFileResource.createRelative(String relativePath, Namespace namespace) default ResourceResource.createRelative(String relativePath) Creates a resource relative to this resource.Resource.createRelative(String relativePath, Namespace namespace) Creates a resource relative to this resource.default ResourceResource.createRelative(Namespace namespace) Creates a resource relative to this resource.Methods in ru.curs.celesta.score.io with parameters of type ResourceModifier and TypeMethodDescriptionbooleandefault booleanChecks if the passed-in resource is a child ofthisresource.FileResource.getRelativePath(Resource childResource) default StringResource.getRelativePath(Resource childResource) Returns relative path fromthisresource to the child one, ornullif such path doesn't exist.