| Constructor and Description |
|---|
LightningComponentBundle()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
double |
getApiVersion() |
Capabilities |
getCapabilities() |
java.lang.String |
getDescription() |
boolean |
getIsExplicitImport() |
boolean |
getIsExposed() |
LwcResources |
getLwcResources() |
java.lang.String |
getMasterLabel() |
java.lang.String |
getRuntimeNamespace() |
byte[] |
getTargetConfigs() |
Targets |
getTargets() |
boolean |
isIsExplicitImport() |
boolean |
isIsExposed() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setApiVersion(double apiVersion) |
protected void |
setApiVersion(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setCapabilities(Capabilities capabilities) |
protected void |
setCapabilities(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setDescription(java.lang.String description) |
protected void |
setDescription(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setIsExplicitImport(boolean isExplicitImport) |
protected void |
setIsExplicitImport(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setIsExposed(boolean isExposed) |
protected void |
setIsExposed(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setLwcResources(LwcResources lwcResources) |
protected void |
setLwcResources(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setMasterLabel(java.lang.String masterLabel) |
protected void |
setMasterLabel(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setRuntimeNamespace(java.lang.String runtimeNamespace) |
protected void |
setRuntimeNamespace(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setTargetConfigs(byte[] targetConfigs) |
protected void |
setTargetConfigs(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setTargets(Targets targets) |
protected void |
setTargets(XmlInputStream __in,
TypeMapper __typeMapper) |
java.lang.String |
toString() |
void |
write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
getFullName, setFullName, setFullNamepublic double getApiVersion()
public void setApiVersion(double apiVersion)
protected void setApiVersion(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic Capabilities getCapabilities()
public void setCapabilities(Capabilities capabilities)
protected void setCapabilities(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic boolean getIsExplicitImport()
public boolean isIsExplicitImport()
public void setIsExplicitImport(boolean isExplicitImport)
protected void setIsExplicitImport(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic boolean getIsExposed()
public boolean isIsExposed()
public void setIsExposed(boolean isExposed)
protected void setIsExposed(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic LwcResources getLwcResources()
public void setLwcResources(LwcResources lwcResources)
protected void setLwcResources(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getMasterLabel()
public void setMasterLabel(java.lang.String masterLabel)
protected void setMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getRuntimeNamespace()
public void setRuntimeNamespace(java.lang.String runtimeNamespace)
protected void setRuntimeNamespace(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic byte[] getTargetConfigs()
public void setTargetConfigs(byte[] targetConfigs)
protected void setTargetConfigs(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic Targets getTargets()
public void setTargets(Targets targets)
protected void setTargets(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic void write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
throws java.io.IOException
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws java.io.IOException
writeFields in class Metadatajava.io.IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
load in interface XMLizableload in class Metadatajava.io.IOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
loadFields in class Metadatajava.io.IOExceptionConnectionExceptionCopyright © 2020. All Rights Reserved.