| Package | Description |
|---|---|
| org.gcube.common.core.resources.service |
| Modifier and Type | Field and Description |
|---|---|
protected Package.ScopeLevel |
Dependency.scope |
| Modifier and Type | Method and Description |
|---|---|
Package.ScopeLevel |
Package.getMandatoryLevel()
Returns the level of scope at which the package is mandatory.
|
Package.ScopeLevel |
Dependency.getScope() |
Package.ScopeLevel |
Package.getSharingLevel()
Returns the level of scope at which the package can be shared.
|
static Package.ScopeLevel |
Package.ScopeLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Package.ScopeLevel[] |
Package.ScopeLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Package.setMandatoryLevel(Package.ScopeLevel level)
Sets the level of scope at which the package is mandatory.
|
void |
Dependency.setScope(Package.ScopeLevel scope) |
void |
Package.setSharingLevel(Package.ScopeLevel level)
Sets the level of scope at which the package can be shared.
|
Copyright © 2015. All Rights Reserved.