binaryFileStorage
Class BinaryStoreSettings

java.lang.Object
  extended by binaryFileStorage.BinaryStoreSettings
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class BinaryStoreSettings
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable

See Also:
Serialized Form

Field Summary
 boolean autoNewFiles
           
 boolean datedSubFolders
           
 int fileSeconds
           
 boolean limitFileSize
           
 int maxFileSize
           
static long serialVersionUID
           
 java.lang.String storeLocation
           
 
Constructor Summary
BinaryStoreSettings()
           
 
Method Summary
protected  BinaryStoreSettings clone()
           
 int getMaxSizeMegas()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values

storeLocation

public java.lang.String storeLocation

datedSubFolders

public boolean datedSubFolders

autoNewFiles

public boolean autoNewFiles

fileSeconds

public int fileSeconds

limitFileSize

public boolean limitFileSize

maxFileSize

public int maxFileSize
Constructor Detail

BinaryStoreSettings

public BinaryStoreSettings()
Method Detail

clone

protected BinaryStoreSettings clone()
Overrides:
clone in class java.lang.Object

getMaxSizeMegas

public int getMaxSizeMegas()