Uses of Class
ru.curs.celesta.score.Namespace
-
Packages that use Namespace Package Description ru.curs.celesta.score Package containing metadata of table structure.ru.curs.celesta.score.io Resources for score IO. -
-
Uses of Namespace in ru.curs.celesta.score
Fields in ru.curs.celesta.score declared as Namespace Modifier and Type Field Description static Namespace
Namespace. DEFAULT
Default namespace instance.Methods in ru.curs.celesta.score that return Namespace Modifier and Type Method Description Namespace
Grain. getNamespace()
Returns namespace of the grain.Namespace
GrainPart. getNamespace()
Returns name space ofthis
grain part.Methods in ru.curs.celesta.score with parameters of type Namespace Modifier and Type Method Description void
Grain. setNamespace(Namespace namespace)
Sets namespace of the grain. -
Uses of Namespace in ru.curs.celesta.score.io
Methods in ru.curs.celesta.score.io that return Namespace Modifier and Type Method Description Namespace
FileResource. getNamespace()
Namespace
Resource. getNamespace()
Returns namespace of current resource.Namespace
UrlResource. getNamespace()
Methods in ru.curs.celesta.score.io with parameters of type Namespace Modifier and Type Method Description Resource
FileResource. createRelative(String relativePath, Namespace namespace)
Resource
Resource. createRelative(String relativePath, Namespace namespace)
Creates a resource relative to this resource.default Resource
Resource. createRelative(Namespace namespace)
Creates a resource relative to this resource.UrlResource
UrlResource. createRelative(String relativePath, Namespace namespace)
Constructors in ru.curs.celesta.score.io with parameters of type Namespace Constructor Description FileResource(File file, Namespace namespace)
UrlResource(URL url, Namespace namespace)
-