Class DataManagerPresentationControl.ManagedFileOptions
java.lang.Object
it.tidalwave.datamanager.application.nogui.DataManagerPresentationControl.ManagedFileOptions
- Enclosing interface:
- DataManagerPresentationControl
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Field Summary
Modifier and TypeFieldDescriptionFilter files having this fingerprint.The maximum number of items to render.final boolean
Filter output only to files no more present in the filesystem.A regex filter.final boolean
Render fingerprints too. -
Constructor Summary
-
Method Summary
-
Field Details
-
renderFingerprints
public final boolean renderFingerprintsRender fingerprints too. -
max
The maximum number of items to render. -
regex
A regex filter. -
fingerprint
Filter files having this fingerprint. -
missingFiles
public final boolean missingFilesFilter output only to files no more present in the filesystem.
-
-
Constructor Details
-
ManagedFileOptions
public ManagedFileOptions()
-
-
Method Details
-
with
-
withDefaultOptions
@Nonnull public static DataManagerPresentationControl.ManagedFileOptions.Builder withDefaultOptions()
-