Tabnine Logo
JobEntryCopyFiles.getVariables
Code IndexAdd Tabnine to your IDE (free)

How to use
getVariables
method
in
org.pentaho.di.job.entries.copyfiles.JobEntryCopyFiles

Best Java code snippets using org.pentaho.di.job.entries.copyfiles.JobEntryCopyFiles.getVariables (Showing top 2 results out of 315)

origin: pentaho/pentaho-kettle

public void check( List<CheckResultInterface> remarks, JobMeta jobMeta, VariableSpace space,
 Repository repository, IMetaStore metaStore ) {
 boolean res = JobEntryValidatorUtils.andValidator().validate( this, "arguments", remarks, AndValidator.putValidators( JobEntryValidatorUtils.notNullValidator() ) );
 if ( !res ) {
  return;
 }
 ValidatorContext ctx = new ValidatorContext();
 AbstractFileValidator.putVariableSpace( ctx, getVariables() );
 AndValidator.putValidators( ctx, JobEntryValidatorUtils.notNullValidator(), JobEntryValidatorUtils.fileExistsValidator() );
 for ( int i = 0; i < source_filefolder.length; i++ ) {
  JobEntryValidatorUtils.andValidator().validate( this, "arguments[" + i + "]", remarks, ctx );
 }
}
origin: pentaho/big-data-plugin

@VisibleForTesting
@Override protected VariableSpace getVariables() {
 return super.getVariables();
}
org.pentaho.di.job.entries.copyfilesJobEntryCopyFilesgetVariables

Popular methods of JobEntryCopyFiles

  • loadURL
  • getConfigurationBy
  • getName
  • getUrlPath
  • preprocessfilefilder
  • processFileFolder
  • setAddresultfilesname
  • setArgFromPrevious
  • setConfigurationMappings
  • setCopyEmptyFolders
  • setCreateDestinationFolder
  • setDestinationIsAFile
  • setCreateDestinationFolder,
  • setDestinationIsAFile,
  • setIncludeSubfolders,
  • setName,
  • setRemoveSourceFiles,
  • setoverwrite_files,
  • <init>,
  • CreateDestinationFolder,
  • allocate

Popular in Java

  • Finding current android device location
  • setContentView (Activity)
  • findViewById (Activity)
  • getExternalFilesDir (Context)
  • OutputStream (java.io)
    A writable sink for bytes.Most clients will use output streams that write data to the file system (
  • Charset (java.nio.charset)
    A charset is a named mapping between Unicode characters and byte sequences. Every Charset can decode
  • Properties (java.util)
    A Properties object is a Hashtable where the keys and values must be Strings. Each property can have
  • BlockingQueue (java.util.concurrent)
    A java.util.Queue that additionally supports operations that wait for the queue to become non-empty
  • JCheckBox (javax.swing)
  • LogFactory (org.apache.commons.logging)
    Factory for creating Log instances, with discovery and configuration features similar to that employ
  • Top 15 Vim Plugins
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