Package org.bgerp.app.servlet.file
Class Options
java.lang.Object
org.bgerp.app.servlet.file.Options
Files fluent options.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetOrder()highlighter(File file) Finds highlighter for a filebooleanbooleanwithHighlighter(Highlighter... highlighter)  
- 
Constructor Details
- 
Options
public Options() 
 - 
 - 
Method Details
- 
withOrder
 - 
withDownloadEnabled
 - 
withDeletionEnabled
 - 
withHighlighter
 - 
getOrder
 - 
isDownloadEnabled
public boolean isDownloadEnabled() - 
isDeletionEnabled
public boolean isDeletionEnabled() - 
highlighter
Finds highlighter for a file- Parameters:
 file- the file- Returns:
 
 
 -