|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.aludratest.service.AbstractAludraService org.aludratest.service.separatedfile.impl.DefaultSeparatedFileService
public class DefaultSeparatedFileService
Default implementation of the SeparatedFileService
.
Field Summary |
---|
Fields inherited from class org.aludratest.service.AbstractAludraService |
---|
aludraServiceContext |
Constructor Summary | |
---|---|
DefaultSeparatedFileService()
Public default constructor. |
Method Summary | |
---|---|
SeparatedFileCondition |
check()
Provides an object that implements the SeparatedFileCondition interface. |
void |
close()
Closes the service. |
String |
getDescription()
Provides a description of the service instance. |
FileService |
getFileService()
|
void |
initService()
Callback method that is called by the AludraTest framework and initializes the service. |
SeparatedFileInteraction |
perform()
Provides an object that implements the SeparatedFileInteraction interface. |
SeparatedFileVerification |
verify()
Provides an object that implements the SeparatedFileVerification interface. |
Methods inherited from class org.aludratest.service.AbstractAludraService |
---|
getInstanceName, init, setSystemConnector, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.aludratest.service.AludraService |
---|
getInstanceName, init, setSystemConnector |
Constructor Detail |
---|
public DefaultSeparatedFileService()
Method Detail |
---|
public FileService getFileService()
getFileService
in interface SeparatedFileService
FileService
public SeparatedFileInteraction perform()
SeparatedFileInteraction
interface.
perform
in interface AludraService
perform
in interface SeparatedFileService
Interaction
objectAludraService.perform()
public SeparatedFileVerification verify()
SeparatedFileVerification
interface.
verify
in interface AludraService
verify
in interface SeparatedFileService
Verification
objectAludraService.verify()
public SeparatedFileCondition check()
SeparatedFileCondition
interface.
check
in interface AludraService
check
in interface SeparatedFileService
Condition
objectAludraService.check()
public void initService()
initService
in class AbstractAludraService
public void close()
close
in interface Closeable
close
in interface AludraCloseable
public String getDescription()
getDescription
in interface AludraService
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |