Uses of Class
net.ssehub.easy.instantiation.core.model.vilTypes.ParameterMeta
-
Packages that use ParameterMeta Package Description net.ssehub.easy.instantiation.core.model.artifactModel.xml Contains simple (non-decomposed) artifacts.net.ssehub.easy.instantiation.java.instantiators Java-specific instantiators. -
-
Uses of ParameterMeta in net.ssehub.easy.instantiation.core.model.artifactModel.xml
Method parameters in net.ssehub.easy.instantiation.core.model.artifactModel.xml with annotations of type ParameterMeta Modifier and Type Method Description static XmlElementXmlElement. buildElement(XmlElement parent, java.lang.String name, java.lang.String contents)Creates a new XmlElement as child of given parent, with given name, but returns the parent element.static XmlCommentXmlComment. create(XmlElement parent, java.lang.String contents)Creates a new XmlComment as child of given parent.static XmlElementXmlElement. create(XmlElement parent, java.lang.String name, java.lang.String contents)Creates a new XmlElement as child of given parent, with given name.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. -
Uses of ParameterMeta in net.ssehub.easy.instantiation.java.instantiators
Method parameters in net.ssehub.easy.instantiation.java.instantiators with annotations of type ParameterMeta Modifier and Type Method Description static Set<FileArtifact>Jar. jar(Path base, Path artifacts, Path jar, Path manifest)Packssourcefiles intotarget.
-