congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
FileProperty
Code IndexAdd Tabnine to your IDE (free)

How to use
FileProperty
in
org.datacleaner.api

Best Java code snippets using org.datacleaner.api.FileProperty (Showing top 9 results out of 315)

origin: datacleaner/DataCleaner

@FileProperty(accessMode = FileAccessMode.OPEN, extension = ".analysis.xml")
Resource analysisJobResource;
origin: datacleaner/DataCleaner

openMode = fileProperty.accessMode() == FileAccessMode.OPEN;
extensions = fileProperty.extension();
origin: datacleaner/DataCleaner

@FileProperty(accessMode = FileAccessMode.SAVE, extension = { "csv", "tsv", "txt", "dat" })
Resource file;
origin: datacleaner/DataCleaner

_accessMode = fileProperty.accessMode();
_extensions = fileProperty.extension();
origin: datacleaner/DataCleaner

@Configured(value = "Error log file location", required = false, order = 8)
@Description("Directory or file path for saving erroneous records")
@FileProperty(accessMode = FileAccessMode.SAVE, extension = ".csv")
File errorLogFile = TEMP_DIR;
origin: datacleaner/DataCleaner

@Configured(value = "Error log file location", required = false)
@Description("Directory or file path for saving erroneous records")
@FileProperty(accessMode = FileAccessMode.SAVE, extension = ".csv")
File errorLogFile = TEMP_DIR;
origin: datacleaner/DataCleaner

@Configured(value = "Error log file location", required = false, order = 10)
@Description("Directory or file path for saving erroneous records")
@FileProperty(accessMode = FileAccessMode.SAVE, extension = ".csv")
File errorLogFile = TEMP_DIR;
origin: datacleaner/DataCleaner

private final boolean includeHeader = true;
@Configured(PROPERTY_FILE)
@FileProperty(accessMode = FileAccessMode.SAVE, extension = { "xls", "xlsx" })
File file = new File("DataCleaner-staging.xlsx");
@Configured(PROPERTY_SHEET_NAME)
origin: datacleaner/DataCleaner

@FileProperty(extension = "properties", accessMode = FileAccessMode.SAVE)
Resource captureStateFile;
org.datacleaner.apiFileProperty

Most used methods

  • <init>
  • accessMode
  • extension

Popular in Java

  • Creating JSON documents from java classes using gson
  • runOnUiThread (Activity)
  • onRequestPermissionsResult (Fragment)
  • addToBackStack (FragmentTransaction)
  • FileInputStream (java.io)
    An input stream that reads bytes from a file. File file = ...finally if (in != null) in.clos
  • Collection (java.util)
    Collection is the root of the collection hierarchy. It defines operations on data collections and t
  • LinkedHashMap (java.util)
    LinkedHashMap is an implementation of Map that guarantees iteration order. All optional operations a
  • Set (java.util)
    A Set is a data structure which does not allow duplicate elements.
  • JComboBox (javax.swing)
  • Logger (org.slf4j)
    The org.slf4j.Logger interface is the main user entry point of SLF4J API. It is expected that loggin
  • Best IntelliJ plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now