public class StepByStepImporter extends Object
| Constructor and Description |
|---|
StepByStepImporter() |
| Modifier and Type | Method and Description |
|---|---|
long |
getConnectionCounter()
It retrieves how many connections have been saved.
|
boolean |
isValid()
It retrieves that the text what should be imported is valid or isn't.
|
void |
runImport()
It saves the Text entity and runs the importing process.
|
void |
setText(List<BasicItem> text)
It sets the Text's object to the property.
|
public void setText(List<BasicItem> text)
text - The object what contains the prepared text.public boolean isValid()
public long getConnectionCounter()
public void runImport()
Copyright © 2015. All rights reserved.