@ProviderType
public interface UpdatableResourceGroup
Modifier and Type | Method and Description |
---|---|
String |
getAlias()
Get the current alias for this group.
|
String |
getId()
Get the unique id
|
String |
getResourceType()
Get the resource type of the group
|
void |
setAlias(String value)
Set the current alias for this group.
|
void |
setId(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 String getAlias()
null
.void setAlias(@Nullable String value)
value
- A new alias or null
.@NotNull String getResourceType()
@NotNull String getId()
void setId(@NotNull String id)
id
- The unique idIllegalArgumentException
- If id
is null
.void update()
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.