| Package | Description |
|---|---|
| ru.curs.celesta.score |
Package containing metadata of table structure.
|
| ru.curs.celesta.score.io |
Resources for score IO.
|
| Modifier and Type | Field and Description |
|---|---|
static Namespace |
Namespace.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
Namespace |
GrainPart.getNamespace()
Returns name space of
this grain part. |
Namespace |
Grain.getNamespace()
Returns namespace of the grain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Grain.setNamespace(Namespace namespace)
Sets namespace of the grain.
|
| Modifier and Type | Method and Description |
|---|---|
Namespace |
FileResource.getNamespace() |
Namespace |
UrlResource.getNamespace() |
Namespace |
Resource.getNamespace()
Returns namespace of current resource.
|
| Modifier and Type | Method and Description |
|---|---|
default Resource |
Resource.createRelative(Namespace namespace)
Creates a resource relative to this resource.
|
Resource |
FileResource.createRelative(String relativePath,
Namespace namespace) |
UrlResource |
UrlResource.createRelative(String relativePath,
Namespace namespace) |
Resource |
Resource.createRelative(String relativePath,
Namespace namespace)
Creates a resource relative to this resource.
|
| Constructor and Description |
|---|
FileResource(File file,
Namespace namespace) |
UrlResource(URL url,
Namespace namespace) |
Copyright © 2020 CURS. All rights reserved.