public class ThemeDescriptor extends Object implements Type
Modifier and Type | Field and Description |
---|---|
protected RuntimeContext |
ctx |
String |
src |
Constructor and Description |
---|
ThemeDescriptor() |
protected RuntimeContext ctx
public ThemeDescriptor()
public void setContext(RuntimeContext ctx)
public RuntimeContext getContext()
public TypeFamily getTypeFamily()
getTypeFamily
in interface Type
public String getTypeName()
getTypeName
in interface Type
public void setConfigured(boolean configured)
public boolean isCustom()
public boolean isLoaded()
public boolean isXmlConfigured()
public boolean isWritable()
public boolean isLoadable()
public boolean isReloadable()
public boolean isSaveable()
public boolean isExportable()
public boolean isRepairable()
public boolean isLoadingFailed()
public void setLoadingFailed(boolean loadingFailed)
public boolean isCustomized()
public void setCustomized(boolean customized)
public Date getLastLoaded()
public void setLastLoaded(Date lastLoaded)
public Date getLastSaved()
public void setLastSaved(Date lastSaved)
public Date getLastModified()
public List<String> getTemplateEngines()
public void setTemplateEngines(List<String> templateEngines)
public boolean isCompatibleWith(String templateEngine)
public String getResourceBankName()
public void setResourceBankName(String resourceBankName)
public boolean isCustomizable()
public boolean isCustomization()
public void setCustomization(boolean customization)
Copyright © 2015 Nuxeo SA. All rights reserved.