Uses of Class
net.ssehub.easy.instantiation.core.model.artifactModel.xml.XmlFileArtifact
-
Packages that use XmlFileArtifact Package Description net.ssehub.easy.instantiation.core.model.artifactModel.xml Contains simple (non-decomposed) artifacts. -
-
Uses of XmlFileArtifact in net.ssehub.easy.instantiation.core.model.artifactModel.xml
Fields in net.ssehub.easy.instantiation.core.model.artifactModel.xml declared as XmlFileArtifact Modifier and Type Field Description private XmlFileArtifactXmlRootElement. fileMethods in net.ssehub.easy.instantiation.core.model.artifactModel.xml that return XmlFileArtifact Modifier and Type Method Description static XmlFileArtifactXmlFileArtifact. convert(IFileSystemArtifact val)Conversion operation.(package private) XmlFileArtifactXmlNode. getFile()Returns the parent XML file artifact.(package private) XmlFileArtifactXmlRootElement. getFile()Methods in net.ssehub.easy.instantiation.core.model.artifactModel.xml with parameters of type XmlFileArtifact Modifier and Type Method Description static XmlElementXmlElement. create(XmlFileArtifact parent, java.lang.String name, java.lang.String contents)Creates a new XmlElement as child of the root element of the given file artifact, with given name.Constructors in net.ssehub.easy.instantiation.core.model.artifactModel.xml with parameters of type XmlFileArtifact Constructor Description XmlRootElement(XmlFileArtifact file, XmlElement parent, java.lang.String name, XmlAttribute[] attributes, org.w3c.dom.Node node)Creates a new XML root element fragment artifact.
-