public abstract class CustomizationContainer extends Object
| Constructor and Description |
|---|
CustomizationContainer() |
| Modifier and Type | Method and Description |
|---|---|
abstract WorkspaceClone |
createClone() |
abstract WorkspaceSpecialization |
createSpecialization() |
<S> Customization<S> |
customize(String name,
ContentType<S> contentType,
String contentId,
S state) |
<S> Customization<S> |
customize(String name,
Customization<S> customization) |
Customization<?> |
getCustomization(String name) |
abstract Map<String,WorkspaceCustomization> |
getCustomizations() |
abstract WorkspaceCustomizationContextImpl |
getOwner() |
String |
nameOf(Customization customization) |
public abstract WorkspaceCustomizationContextImpl getOwner()
public abstract Map<String,WorkspaceCustomization> getCustomizations()
public abstract WorkspaceClone createClone()
public abstract WorkspaceSpecialization createSpecialization()
public Customization<?> getCustomization(String name)
public <S> Customization<S> customize(String name, ContentType<S> contentType, String contentId, S state)
public <S> Customization<S> customize(String name, Customization<S> customization)
public String nameOf(Customization customization)
Copyright © 2025 JBoss by Red Hat. All Rights Reserved.