public abstract class ArtifactFile extends Object
Modifier and Type | Field and Description |
---|---|
protected org.apache.axiom.om.OMElement |
configurationElement |
protected String |
fileName |
protected Properties |
properties |
Constructor and Description |
---|
ArtifactFile(String fileXmlPath) |
Modifier and Type | Method and Description |
---|---|
abstract Object |
build() |
org.apache.axiom.om.OMElement |
getConfigurationElement() |
void |
setProperties(Properties properties) |
protected String fileName
protected org.apache.axiom.om.OMElement configurationElement
protected Properties properties
public ArtifactFile(String fileXmlPath)
public abstract Object build()
public org.apache.axiom.om.OMElement getConfigurationElement()
public void setProperties(Properties properties)
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.