|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.huguesjohnson.debigulator.DebigulatorSession
public class DebigulatorSession
DebigulatorSession is used to store session information for the Debigulator application.
| Constructor Summary | |
|---|---|
DebigulatorSession()
Default constructor. |
|
| Method Summary | |
|---|---|
boolean |
getAutoSave()
Returns whether or not to save the current session on exit. |
java.lang.String |
getSourceDirectoryPath()
Returns the path to the source directory. |
boolean |
getSyncToSourceDirectory()
Returns whether or not to syncronize the output directory to the source directory. |
BatchCompressionThreadParameters |
getThreadParameters()
Sets the archive parameters. |
void |
setAutoSave(boolean autoSave)
Sets whether or not to save the current session on exit. |
void |
setSourceDirectoryPath(java.lang.String sourceDirectoryPath)
Sets the path to the source directory. |
void |
setSyncToSourceDirectory(boolean syncToSourceDirectory)
Set whether or not to syncronize the output directory to the source directory. |
void |
setThreadParameters(BatchCompressionThreadParameters threadParameters)
Sets the archive parameters. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DebigulatorSession()
| Method Detail |
|---|
public boolean getAutoSave()
public void setAutoSave(boolean autoSave)
autoSave - Whether or not to save the current session on exit.public BatchCompressionThreadParameters getThreadParameters()
public void setThreadParameters(BatchCompressionThreadParameters threadParameters)
threadParameters - The new parameters.public boolean getSyncToSourceDirectory()
public void setSyncToSourceDirectory(boolean syncToSourceDirectory)
syncToSourceDirectory - Whether or not to syncronize the output directory to the source directory.public java.lang.String getSourceDirectoryPath()
public void setSourceDirectoryPath(java.lang.String sourceDirectoryPath)
sourceDirectoryPath - New path to the source directory.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||