public class SqlFile extends Object
| Constructor and Description |
|---|
SqlFile(String name)
Build a new sql file with
UNPROCESSED status. |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Retrieve the XML relative name.
|
XMLFileStatus |
getStatus()
Status from XML file.
|
void |
processed()
put the status of file as
PROCESSED |
String |
toString() |
public SqlFile(String name)
UNPROCESSED status.name - XML relative namepublic String getName()
public XMLFileStatus getStatus()
UNPROCESSED or PROCESSEDpublic void processed()
PROCESSEDCopyright © 2015 jkniv. All rights reserved.