@ProviderType
public interface UpdatableResourceGroup
| Modifier and Type | Method and Description |
|---|---|
@Nullable String |
getAlias()
Get the current alias for this group.
|
@NotNull String |
getId()
Get the unique id
|
@NotNull String |
getResourceType()
Get the resource type of the group
|
void |
setAlias(@Nullable String value)
Set the current alias for this group.
|
void |
setId(@NotNull String id)
Set a new unique id.
|
void |
update()
Update the OSGi installer with the new information
If this method is not called, changed made through the setter methods
are discarded.
|
@Nullable @Nullable String getAlias()
null.void setAlias(@Nullable
@Nullable String value)
value - A new alias or null.@NotNull @NotNull String getResourceType()
@NotNull @NotNull String getId()
void setId(@NotNull
@NotNull String id)
id - The unique idIllegalArgumentException - If id is null.void update()
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.