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

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

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

origin: pentaho/pentaho-kettle

public JobEntryCopyFilesDialog( Shell parent, JobEntryInterface jobEntryInt, Repository rep, JobMeta jobMeta ) {
 super( parent, jobEntryInt, rep, jobMeta );
 jobEntry = (JobEntryCopyFiles) jobEntryInt;
 if ( this.jobEntry.getName() == null ) {
  this.jobEntry.setName( BaseMessages.getString( PKG, "JobCopyFiles.Name.Default" ) );
 }
}
origin: pentaho/pentaho-kettle

if ( jobEntry.getName() != null ) {
 wName.setText( jobEntry.getName() );
origin: pentaho/big-data-plugin

if ( jobEntry.getName() != null ) {
 wName.setText( jobEntry.getName() );
origin: pentaho/big-data-plugin

public JobEntryHadoopCopyFilesDialog( Shell parent, JobEntryInterface jobEntryInt, Repository rep, JobMeta jobMeta ) {
 super( parent, jobEntryInt, rep, jobMeta );
 jobEntry = (JobEntryCopyFiles) jobEntryInt;
 jobEntryHadoopCopyFiles = (JobEntryHadoopCopyFiles) jobEntry;
 namedClusterService = jobEntryHadoopCopyFiles.getNamedClusterService();
 runtimeTestActionService = jobEntryHadoopCopyFiles.getRuntimeTestActionService();
 runtimeTester = jobEntryHadoopCopyFiles.getRuntimeTester();
 if ( this.jobEntry.getName() == null ) {
  this.jobEntry.setName( BaseMessages.getString( BASE_PKG, "JobCopyFiles.Name.Default" ) );
 }
}
org.pentaho.di.job.entries.copyfilesJobEntryCopyFilesgetName

Popular methods of JobEntryCopyFiles

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

Popular in Java

  • Running tasks concurrently on multiple threads
  • notifyDataSetChanged (ArrayAdapter)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • getSupportFragmentManager (FragmentActivity)
  • Window (java.awt)
    A Window object is a top-level window with no borders and no menubar. The default layout for a windo
  • BigInteger (java.math)
    An immutable arbitrary-precision signed integer.FAST CRYPTOGRAPHY This implementation is efficient f
  • Collection (java.util)
    Collection is the root of the collection hierarchy. It defines operations on data collections and t
  • LinkedList (java.util)
    Doubly-linked list implementation of the List and Dequeinterfaces. Implements all optional list oper
  • BlockingQueue (java.util.concurrent)
    A java.util.Queue that additionally supports operations that wait for the queue to become non-empty
  • IsNull (org.hamcrest.core)
    Is the value null?
  • From CI to AI: The AI layer in your organization
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