Uiinfrastructure API Docs  
 

TempFile.MAX_TEMP_FILES Field

The maximum number of temp files before we think that there's an error. This is a safegaurd value and should be set pretty high, but lower than the expected number of available handles on the system.

public const int MAX_TEMP_FILES = 1028;

See Also

TempFile Class | com.plumtree.uiinfrastructure.tempfile Namespace