| Constructor and Description |
|---|
DSSProjectArtifacts() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDSSArtifact(DSSArtifact artifact) |
protected void |
deserialize(org.apache.axiom.om.OMElement documentElement) |
void |
fromFile(File file) |
List<DSSArtifact> |
getAllDSSArtifacts() |
protected String |
getDefaultName() |
org.apache.axiom.om.OMElement |
getDocumentElement() |
File |
getSource() |
boolean |
removeDSSArtifact(DSSArtifact artifact) |
protected String |
serialize() |
void |
setSource(File source) |
File |
toFile() |
void |
update(Observable o,
Object arg) |
addAttribute, deserialize, deserialize, deserialize, getAttribute, getChildElements, getElement, getElement, getPretifiedString, prettify, toStringaddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedpublic void update(Observable o, Object arg)
protected void deserialize(org.apache.axiom.om.OMElement documentElement)
throws Exception
deserialize in class org.wso2.maven.core.model.AbstractXMLDocExceptionprotected String serialize() throws Exception
serialize in class org.wso2.maven.core.model.AbstractXMLDocExceptionprotected String getDefaultName()
getDefaultName in class org.wso2.maven.core.model.AbstractManifestpublic void addDSSArtifact(DSSArtifact artifact)
public boolean removeDSSArtifact(DSSArtifact artifact)
public List<DSSArtifact> getAllDSSArtifacts()
public org.apache.axiom.om.OMElement getDocumentElement()
public void setSource(File source)
public File getSource()
public File toFile() throws Exception
toFile in class org.wso2.maven.core.model.AbstractManifestExceptionpublic void fromFile(File file) throws javax.xml.stream.FactoryConfigurationError, Exception
Copyright © 2020 WSO2. All rights reserved.