@Deprecated public class ResourceFileData extends Object
Constructor and Description |
---|
ResourceFileData(org.apache.axiom.om.OMElement OMElement,
File file,
boolean isTransactionStarted)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
File |
getFile()
Deprecated.
|
long |
getFileLastModifiedDate()
Deprecated.
|
org.apache.axiom.om.OMElement |
getOMElement()
Deprecated.
|
boolean |
isTransactionStarted()
Deprecated.
|
void |
setFile(File file)
Deprecated.
|
void |
setOMElement(org.apache.axiom.om.OMElement OMElement)
Deprecated.
|
void |
setTransactionStarted(boolean transactionStarted)
Deprecated.
|
String |
toString()
Deprecated.
|
public ResourceFileData(org.apache.axiom.om.OMElement OMElement, File file, boolean isTransactionStarted)
public org.apache.axiom.om.OMElement getOMElement()
public void setOMElement(org.apache.axiom.om.OMElement OMElement)
public File getFile()
public void setFile(File file)
public boolean isTransactionStarted()
public void setTransactionStarted(boolean transactionStarted)
public long getFileLastModifiedDate()
Copyright © 2016 WSO2 Inc. All rights reserved.