|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteteg.sinon.core.PageStorageConfiguration
public class PageStorageConfiguration
Class that represents the storage configuration of a page.
It's only property is filename
. It contains the name
of the file at which the downloaded page will be written.
Constructor Summary | |
---|---|
PageStorageConfiguration()
Contructor without parameters. |
Method Summary | |
---|---|
java.lang.String |
getFilename()
Returns the value of the filename property. |
void |
setFilename(java.lang.String filename)
Sets the value of the filename property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PageStorageConfiguration()
Method Detail |
---|
public java.lang.String getFilename()
filename
property.
String
.public void setFilename(java.lang.String filename)
filename
property.
filename
- the new filename
value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |