Codota Logo
FTPSConnection.getConnectionTypeCode
Code IndexAdd Codota to your IDE (free)

How to use
getConnectionTypeCode
method
in
org.pentaho.di.job.entries.ftpsget.FTPSConnection

Best Java code snippets using org.pentaho.di.job.entries.ftpsget.FTPSConnection.getConnectionTypeCode (Showing top 3 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
List l =
  • Codota Iconnew LinkedList()
  • Codota IconCollections.emptyList()
  • Codota Iconnew ArrayList()
  • Smart code suggestions by Codota
}
origin: pentaho/pentaho-kettle

public String getXML() {
 StringBuilder retval = new StringBuilder( 400 );
 retval.append( super.getXML() );
 retval.append( "      " ).append( XMLHandler.addTagValue( "servername", serverName ) );
 retval.append( "      " ).append( XMLHandler.addTagValue( "serverport", serverPort ) );
 retval.append( "      " ).append( XMLHandler.addTagValue( "username", userName ) );
 retval.append( "      " ).append(
  XMLHandler.addTagValue( "password", Encr.encryptPasswordIfNotUsingVariables( getPassword() ) ) );
 retval.append( "      " ).append( XMLHandler.addTagValue( "remoteDirectory", remoteDirectory ) );
 retval.append( "      " ).append( XMLHandler.addTagValue( "localDirectory", localDirectory ) );
 retval.append( "      " ).append( XMLHandler.addTagValue( "wildcard", wildcard ) );
 retval.append( "      " ).append( XMLHandler.addTagValue( "binary", binaryMode ) );
 retval.append( "      " ).append( XMLHandler.addTagValue( "timeout", timeout ) );
 retval.append( "      " ).append( XMLHandler.addTagValue( "remove", remove ) );
 retval.append( "      " ).append( XMLHandler.addTagValue( "only_new", onlyPuttingNewFiles ) );
 retval.append( "      " ).append( XMLHandler.addTagValue( "active", activeConnection ) );
 retval.append( "      " ).append( XMLHandler.addTagValue( "proxy_host", proxyHost ) );
 retval.append( "      " ).append( XMLHandler.addTagValue( "proxy_port", proxyPort ) );
 retval.append( "      " ).append( XMLHandler.addTagValue( "proxy_username", proxyUsername ) );
 retval.append( "      " ).append( XMLHandler.addTagValue( "proxy_password", proxyPassword ) );
 retval.append( "      " ).append(
  XMLHandler.addTagValue( "connection_type", FTPSConnection.getConnectionTypeCode( connectionType ) ) );
 return retval.toString();
}
origin: pentaho/pentaho-kettle

retval.append( "      " ).append(
 XMLHandler
  .addTagValue( "ftps_connection_type", FTPSConnection.getConnectionTypeCode( FTPSConnectionType ) ) );
origin: pentaho/pentaho-kettle

retval.append( "      " ).append( XMLHandler.addTagValue( "success_condition", success_condition ) );
retval.append( "      " ).append(
 XMLHandler.addTagValue( "connection_type", FTPSConnection.getConnectionTypeCode( connectionType ) ) );
if ( parentJobMeta != null ) {
 parentJobMeta.getNamedClusterEmbedManager().registerUrl( targetDirectory );
org.pentaho.di.job.entries.ftpsgetFTPSConnectiongetConnectionTypeCode

Popular methods of FTPSConnection

  • connect
    this method is used to connect to a remote host
  • <init>
  • changeDirectory
    this method change FTP working directory
  • disconnect
    this method is used to disconnect the connection
  • getWorkingDirectory
    Returns the working directory
  • isDirectoryExists
    Checks if a directory exists
  • setBinaryMode
    public void setBinaryMode(boolean type) this method is used to set the transfer type to binary
  • setProxyHost
    this method is used to set the proxy host
  • setProxyPassword
    this method is used to set the proxy password
  • setProxyPort
    this method is used to set the proxy port
  • setProxyUser
    this method is used to set the proxy username
  • createDirectory
    this method is used to create a directory in remote host
  • setProxyUser,
  • createDirectory,
  • deleteFile,
  • downloadFile,
  • getConnectionType,
  • getConnectionTypeByCode,
  • getConnectionTypeByDesc,
  • getConnectionTypeDesc,
  • getFileList

Popular in Java

  • Parsing JSON documents to java classes using gson
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • notifyDataSetChanged (ArrayAdapter)
  • onRequestPermissionsResult (Fragment)
  • Window (java.awt)
    A Window object is a top-level window with no borders and no menubar. The default layout for a windo
  • BufferedReader (java.io)
    Reads text from a character-input stream, buffering characters so as to provide for the efficient re
  • Executor (java.util.concurrent)
    An object that executes submitted Runnable tasks. This interface provides a way of decoupling task s
  • DataSource (javax.sql)
    A factory for connections to the physical data source that this DataSource object represents. An alt
  • JFrame (javax.swing)
  • JPanel (javax.swing)
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now