congrats Icon
New! Announcing our next generation AI code completions
Read here
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

  • Start an intent from android
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • getContentResolver (Context)
  • setContentView (Activity)
  • Container (java.awt)
    A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT co
  • InputStream (java.io)
    A readable source of bytes.Most clients will use input streams that read data from the file system (
  • HttpURLConnection (java.net)
    An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used to send and receive d
  • 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.
  • Semaphore (java.util.concurrent)
    A counting semaphore. Conceptually, a semaphore maintains a set of permits. Each #acquire blocks if
  • Sublime Text for Python
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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