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 filebooleanisDeletionByClear(File file) Should deletion for a file be replaced by clean operationbooleanbooleanwithDeletionByClear(String... wildcards) File wildcards for those deletion should be replaced by clean operationwithHighlighter(Highlighter... highlighter)
-
Constructor Details
-
Options
public Options()
-
-
Method Details
-
withOrder
-
withDownloadEnabled
-
withDeletionEnabled
-
withDeletionByClear
-
withHighlighter
-
getOrder
-
isDownloadEnabled
public boolean isDownloadEnabled() -
isDeletionEnabled
public boolean isDeletionEnabled() -
isDeletionByClear
Should deletion for a file be replaced by clean operation- Parameters:
file- the file- Returns:
-
highlighter
Finds highlighter for a file- Parameters:
file- the file- Returns:
-