Documentation
¶
Index ¶
Constants ¶
View Source
const NAME = "ApexComponent"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApexComponent ¶
type ApexComponent struct {
metadata.MetadataInfo
XMLName xml.Name `xml:"ApexComponent"`
Xmlns string `xml:"xmlns,attr"`
ApiVersion struct {
Text string `xml:",chardata"`
} `xml:"apiVersion"`
Label struct {
Text string `xml:",chardata"`
} `xml:"label"`
Description *struct {
Text string `xml:",chardata"`
} `xml:"description"`
// Non-XML fields
ComponentCode []byte `xml:"-"` // The actual component code
SourcePath string `xml:"-"`
}
func Open ¶
func Open(path string) (*ApexComponent, error)
func (*ApexComponent) SetMetadata ¶
func (c *ApexComponent) SetMetadata(m metadata.MetadataInfo)
func (*ApexComponent) Type ¶
func (c *ApexComponent) Type() metadata.MetadataType
Click to show internal directories.
Click to hide internal directories.