A B C D E F G H I J K L M N O P Q R S T U V W X

A

AbstractEmailFileReader - Class in adams.data.io.input
Ancestor of email readers that read emails from files.
AbstractEmailFileReader() - Constructor for class adams.data.io.input.AbstractEmailFileReader
 
AbstractEmailFileWriter - Class in adams.data.io.output
Ancestor for email writers that write to files.
AbstractEmailFileWriter() - Constructor for class adams.data.io.output.AbstractEmailFileWriter
 
AbstractEmailReader - Class in adams.data.io.input
Ancestor for classes that read emails.
AbstractEmailReader() - Constructor for class adams.data.io.input.AbstractEmailReader
 
AbstractEmailWriter - Class in adams.data.io.output
Ancestor for classes that write emails.
AbstractEmailWriter() - Constructor for class adams.data.io.output.AbstractEmailWriter
 
AbstractSendEmail - Class in adams.core.net
Ancestor for classes that can send emails.
AbstractSendEmail() - Constructor for class adams.core.net.AbstractSendEmail
 
accepts() - Method in class adams.data.conversion.StringToURL
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.URLToString
Returns the class that is accepted as input.
accepts() - Method in class adams.flow.sink.Browser
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.DownloadFile
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.Email
Deprecated. Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.EmailFileWriter
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.EmailViewer
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.SendEmail
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.CreateEmail
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.EmailFileReader
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.FTPGet
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.FTPSend
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ScpFrom
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ScpTo
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SFTPGet
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SFTPSend
Returns the class that the consumer accepts.
accepts() - Method in class adams.gui.sendto.EmailRecipient
Returns the classes that the action accepts.
activate() - Method in class adams.gui.application.EmailSetupPanel
Activates the email setup.
adams.core.net - package adams.core.net
 
adams.data.conversion - package adams.data.conversion
 
adams.data.io.input - package adams.data.io.input
 
adams.data.io.output - package adams.data.io.output
 
adams.env - package adams.env
 
adams.flow.processor - package adams.flow.processor
 
adams.flow.sink - package adams.flow.sink
 
adams.flow.source - package adams.flow.source
 
adams.flow.standalone - package adams.flow.standalone
 
adams.flow.transformer - package adams.flow.transformer
 
adams.gui.application - package adams.gui.application
 
adams.gui.chooser - package adams.gui.chooser
 
adams.gui.dialog - package adams.gui.dialog
 
adams.gui.goe - package adams.gui.goe
 
adams.gui.menu - package adams.gui.menu
 
adams.gui.selection - package adams.gui.selection
 
adams.gui.sendto - package adams.gui.sendto
 
adams.gui.tools - package adams.gui.tools
 
addContact(EmailContact) - Method in class adams.core.net.EmailAddressBook
Adds the contact to the properties.
addFields(ParameterPanelWithButtons) - Method in class adams.gui.tools.EmailAddressBookPanel
For adding all the fields.
addressTipText() - Method in class adams.core.net.EmailContact
Returns the tip text for this property.
addSendListener(ActionListener) - Method in class adams.gui.dialog.ComposeEmailPanel
Adds the listener for send events.
addToMissing(EmailContact) - Method in class adams.gui.selection.SelectEmailAddressPanel
Returns whether to add the item really to the missing list.
ApacheSendEmail - Class in adams.core.net
Uses Apache commons-net SMTPClient or SMTPSClient for sending emails.
ApacheSendEmail() - Constructor for class adams.core.net.ApacheSendEmail
 
append(String) - Method in class adams.gui.tools.TelnetPanel
Appends the msg to the output text area.

B

BCCTipText() - Method in class adams.flow.sink.Email
Deprecated. Returns the tip text for this property.
BCCTipText() - Method in class adams.flow.transformer.CreateEmail
Returns the tip text for this property.
beforeShow() - Method in class adams.gui.dialog.ComposeEmailDialog
Hook method just before the dialog is made visible.
bodyTipText() - Method in class adams.flow.sink.Email
Deprecated. Returns the tip text for this property.
bodyTipText() - Method in class adams.flow.transformer.CreateEmail
Returns the tip text for this property.
breakUp(String, int) - Static method in class adams.core.net.EmailHelper
Breaks up the string into lines, using the specified hard line limit.
Browser - Class in adams.flow.sink
Displays a URL in a webbrowser.
By default, the system's default browser is used.
Browser() - Constructor for class adams.flow.sink.Browser
 
bufferSizeTipText() - Method in class adams.flow.sink.DownloadFile
Returns the tip text for this property.

C

canAddObject() - Method in class adams.gui.tools.EmailAddressBookPanel
Returns whether all the required fields are set to add the object.
canClearFields() - Method in class adams.gui.tools.EmailAddressBookPanel
Returns whether the fields can be cleared, i.e., if there is any input.
canConnect() - Method in class adams.gui.tools.TelnetPanel
Checks whether we can connect to a server.
CCTipText() - Method in class adams.flow.sink.Email
Deprecated. Returns the tip text for this property.
CCTipText() - Method in class adams.flow.transformer.CreateEmail
Returns the tip text for this property.
check() - Method in class adams.data.io.input.AbstractEmailFileReader
Hook method for performing checks before reading the emails.
check() - Method in class adams.data.io.input.AbstractEmailReader
Hook method for performing checks before reading the emails.
check(Email) - Method in class adams.data.io.output.AbstractEmailWriter
Hook method for performing checks before writing the emails.
check() - Method in class adams.gui.dialog.ComposeEmailPanel
Checks whether we can send an email.
checkAck(InputStream) - Static method in class adams.flow.standalone.SSHConnection
Checks the stream (scp).
cleanUpGUI() - Method in class adams.flow.sink.EmailViewer
Removes all graphical components.
clear() - Method in class adams.gui.dialog.ComposeEmailDialog
Resets the dialog to default settings.
clear() - Method in class adams.gui.dialog.ComposeEmailPanel
Resets the dialog to default settings.
clear() - Method in class adams.gui.tools.EmailAddressBookPanel
Resets the input fields.
clearPanel() - Method in class adams.flow.sink.EmailViewer
Clears the content of the panel.
closeOnSuccessfulSend() - Method in class adams.gui.dialog.ComposeEmailDialog
Closes the dialog on a successful send.
combine(String, String) - Static method in class adams.core.net.EmailHelper
Combines body and signature, but only if the signatures is neither null nor empty.
commandTipText() - Method in class adams.flow.source.SSHExec
Returns the tip text for this property.
compareTo(EmailContact) - Method in class adams.core.net.EmailContact
Compares this contact with the provided one.
compareTo(ExtensionFileFilter) - Method in class adams.gui.chooser.EmailFileChooser.EmailFileExtensionFilter
Compares this image format with the specified filter for order.
ComposeEmailDialog - Class in adams.gui.dialog
A standalone dialog for composing emails.
ComposeEmailDialog(Dialog) - Constructor for class adams.gui.dialog.ComposeEmailDialog
Creates a modal dialog.
ComposeEmailDialog(Dialog, String) - Constructor for class adams.gui.dialog.ComposeEmailDialog
Creates a modal dialog.
ComposeEmailDialog(Frame) - Constructor for class adams.gui.dialog.ComposeEmailDialog
Creates a modal dialog.
ComposeEmailDialog(Frame, String) - Constructor for class adams.gui.dialog.ComposeEmailDialog
Creates a modal dialog.
ComposeEmailPanel - Class in adams.gui.dialog
A panel for composing an email.
ComposeEmailPanel() - Constructor for class adams.gui.dialog.ComposeEmailPanel
 
configureCurrentHandlerHook(int) - Method in class adams.gui.chooser.EmailFileChooser
configures the current converter.
createBoundary() - Static method in class adams.core.net.EmailHelper
Creates a random boundary string.
createCustomEditor() - Method in class adams.gui.goe.EmailAddressEditor
Gets the custom editor component.
createDisplayPanel(Token) - Method in class adams.flow.sink.EmailViewer
Creates a new panel for the token.
CreateEmail - Class in adams.flow.transformer
Actor for creating emails to be sent.
CreateEmail() - Constructor for class adams.flow.transformer.CreateEmail
 
createKey(EmailContact) - Static method in class adams.core.net.EmailAddressBook
Generates a property key for the contact.
createKey(EmailContact) - Method in class adams.gui.tools.EmailAddressBookPanel
Creates the key for storing the object in the properties.
customStopMessageTipText() - Method in class adams.flow.standalone.FTPConnection
Returns the tip text for this property.
customStopMessageTipText() - Method in class adams.flow.standalone.SMTPConnection
Returns the tip text for this property.
customStopMessageTipText() - Method in class adams.flow.standalone.SSHConnection
Returns the tip text for this property.

D

debug(String) - Method in class adams.core.net.SimpleMailer
Processes the debugging message.
debug(String, int) - Method in class adams.core.net.SimpleMailer
Processes the debugging message.
debugLevelTipText() - Method in class adams.core.net.SimpleMailer
Returns the tip text for this property.
DEFAULT_ADDRESS_FROM - Static variable in class adams.core.net.EmailHelper
The default "from" email address.
DEFAULT_SENDEMAIL - Static variable in class adams.core.net.EmailHelper
The default "send email".
DEFAULT_SIGNATURE - Static variable in class adams.core.net.EmailHelper
The default "signature".
defineOptions() - Method in class adams.core.net.EmailContact
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.AbstractEmailFileReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.AbstractEmailFileWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.Browser
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.DownloadFile
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.Email
Deprecated. Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.EmailFileWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.SendEmail
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.FTPLister
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.SSHExec
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.URLSupplier
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.FTPConnection
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.SMTPConnection
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.SSHConnection
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.CreateEmail
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.EmailFileReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.FTPGet
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.FTPSend
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ScpFrom
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ScpTo
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SFTPGet
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SFTPSend
Adds options to the internal list of options.
disconnect() - Method in class adams.flow.standalone.FTPConnection
Disconnects the FTP session, if necessary.
disconnect() - Method in class adams.flow.standalone.SSHConnection
Disconnects the SSH session, if necessary.
display(Token) - Method in class adams.flow.sink.EmailViewer
Displays the token (the panel and dialog have already been created at this stage).
DisplayEmailPanel - Class in adams.gui.dialog
Panel for displaying an Email object.
DisplayEmailPanel() - Constructor for class adams.gui.dialog.DisplayEmailPanel
 
displayPanelRequiresScrollPane() - Method in class adams.flow.sink.EmailViewer
Returns whether the created display panel requires a scroll pane or not.
doConvert() - Method in class adams.data.conversion.StringToURL
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.URLToString
Performs the actual conversion.
doExecute() - Method in class adams.flow.sink.Browser
Executes the flow item.
doExecute() - Method in class adams.flow.sink.DownloadFile
Executes the flow item.
doExecute() - Method in class adams.flow.sink.Email
Deprecated. Executes the flow item.
doExecute() - Method in class adams.flow.sink.EmailFileWriter
Executes the flow item.
doExecute() - Method in class adams.flow.sink.SendEmail
Executes the flow item.
doExecute() - Method in class adams.flow.source.FTPLister
Executes the flow item.
doExecute() - Method in class adams.flow.source.SSHExec
Executes the flow item.
doExecute() - Method in class adams.flow.source.URLSupplier
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.FTPConnection
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.SMTPConnection
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.SSHConnection
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.CreateEmail
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.EmailFileReader
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.FTPGet
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.FTPSend
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.ScpFrom
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.ScpTo
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SFTPGet
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SFTPSend
Executes the flow item.
doInitializeFilters() - Method in class adams.gui.chooser.EmailFileChooser
Performs the actual initialization of the filters.
doInteract() - Method in class adams.flow.standalone.FTPConnection
Performs the interaction with the user.
doInteract() - Method in class adams.flow.standalone.SMTPConnection
Performs the interaction with the user.
doInteract() - Method in class adams.flow.standalone.SSHConnection
Performs the interaction with the user.
doRead() - Method in class adams.data.io.input.AbstractEmailReader
Performs the actual reading.
doRead() - Method in class adams.data.io.input.PropertiesEmailFileReader
Performs the actual reading.
DownloadFile - Class in adams.flow.sink
Downloads a file from a URL and saves it locally.
DownloadFile() - Constructor for class adams.flow.sink.DownloadFile
 
doWrite(Email) - Method in class adams.data.io.output.AbstractEmailWriter
Performs the actual writing.
doWrite(Email) - Method in class adams.data.io.output.PlainTextEmailFileWriter
Performs the actual writing.
doWrite(Email) - Method in class adams.data.io.output.PropertiesEmailFileWriter
Performs the actual writing.
DUMMY_ADDRESS - Static variable in class adams.core.net.EmailAddress
the dummy address.

E

Email - Class in adams.core.net
Container object for an email.
Email(EmailAddress, EmailAddress, String, String) - Constructor for class adams.core.net.Email
Initializes the email.
Email(EmailAddress, EmailAddress, String, String, File[]) - Constructor for class adams.core.net.Email
Initializes the email.
Email(EmailAddress, EmailAddress[], String, String, File[]) - Constructor for class adams.core.net.Email
Initializes the email.
Email(EmailAddress, EmailAddress[], EmailAddress[], EmailAddress[], String, String, File[]) - Constructor for class adams.core.net.Email
Initializes the email.
Email - Class in adams.flow.sink
Deprecated. 
Email() - Constructor for class adams.flow.sink.Email
Deprecated.  
EmailAddress - Class in adams.core.net
Wrapper for a regular expression string to be editable in the GOE.
EmailAddress() - Constructor for class adams.core.net.EmailAddress
Initializes the email address with a dummy one.
EmailAddress(String) - Constructor for class adams.core.net.EmailAddress
Initializes the object with the string to parse.
EmailAddressBook - Class in adams.core.net
Helper class for email addresses.
EmailAddressBook() - Constructor for class adams.core.net.EmailAddressBook
 
EmailAddressBook - Class in adams.gui.menu
Opens the email addressbook.
EmailAddressBook() - Constructor for class adams.gui.menu.EmailAddressBook
Initializes the menu item with no owner.
EmailAddressBook(AbstractApplicationFrame) - Constructor for class adams.gui.menu.EmailAddressBook
Initializes the menu item.
EmailAddressBookPanel - Class in adams.gui.tools
Panel for managing email addresses.
EmailAddressBookPanel() - Constructor for class adams.gui.tools.EmailAddressBookPanel
 
EmailAddressBookPanel.TableModel - Class in adams.gui.tools
A simple table model for displaying the contacts.
EmailAddressBookPanel.TableModel() - Constructor for class adams.gui.tools.EmailAddressBookPanel.TableModel
the constructor.
EmailAddressBookPanel.TableModel(Vector<EmailContact>) - Constructor for class adams.gui.tools.EmailAddressBookPanel.TableModel
the constructor.
EmailAddressBookPanel.TableModel(EmailContact[]) - Constructor for class adams.gui.tools.EmailAddressBookPanel.TableModel
the constructor.
EmailAddressEditor - Class in adams.gui.goe
A PropertyEditor for EmailAddress objects.
EmailAddressEditor() - Constructor for class adams.gui.goe.EmailAddressEditor
 
EmailContact - Class in adams.core.net
Encapsulates an email contact.
EmailContact() - Constructor for class adams.core.net.EmailContact
 
EmailDefinition - Class in adams.env
Definition for the Email props file.
EmailDefinition() - Constructor for class adams.env.EmailDefinition
 
EmailFileChooser - Class in adams.gui.chooser
A specialized JFileChooser that lists all available file Readers and Writers for emails.
EmailFileChooser() - Constructor for class adams.gui.chooser.EmailFileChooser
Constructs a FileChooser pointing to the user's default directory.
EmailFileChooser(File) - Constructor for class adams.gui.chooser.EmailFileChooser
Constructs a FileChooser using the given File as the path.
EmailFileChooser(String) - Constructor for class adams.gui.chooser.EmailFileChooser
Constructs a FileChooser using the given path.
EmailFileChooser.EmailFileExtensionFilter - Class in adams.gui.chooser
A custom filter class that stores the associated class along the description and extensions.
EmailFileChooser.EmailFileExtensionFilter(String) - Constructor for class adams.gui.chooser.EmailFileChooser.EmailFileExtensionFilter
Constructs a filter that matches all files.
EmailFileChooser.EmailFileExtensionFilter(String, String, String) - Constructor for class adams.gui.chooser.EmailFileChooser.EmailFileExtensionFilter
Constructs a filter that matches files with the given extension, not case-sensitive.
EmailFileChooser.EmailFileExtensionFilter(String, String, String[]) - Constructor for class adams.gui.chooser.EmailFileChooser.EmailFileExtensionFilter
Constructs a filter that matches files with the given extension, not case-sensitive.
EmailFileChooser.EmailFileExtensionFilter(String, String, String, boolean) - Constructor for class adams.gui.chooser.EmailFileChooser.EmailFileExtensionFilter
Constructs a filter that matches files with the given extension, not case-sensitive.
EmailFileChooser.EmailFileExtensionFilter(String, String, String[], boolean) - Constructor for class adams.gui.chooser.EmailFileChooser.EmailFileExtensionFilter
Constructs a filter that matches files with the given extension, not case-sensitive.
EmailFileReader - Interface in adams.data.io.input
Interface for readers that read from files.
EmailFileReader - Class in adams.flow.transformer
Reads email(s) from a file.
EmailFileReader() - Constructor for class adams.flow.transformer.EmailFileReader
 
EmailFileWriter - Interface in adams.data.io.output
Interface for email writers that write to files.
EmailFileWriter - Class in adams.flow.sink
Actor that writes Email objects to files.
EmailFileWriter() - Constructor for class adams.flow.sink.EmailFileWriter
 
EmailHelper - Class in adams.core.net
A helper class for emails.
EmailHelper() - Constructor for class adams.core.net.EmailHelper
 
EmailReader - Interface in adams.data.io.input
Interface for classes that read emails.
EmailRecipient - Class in adams.gui.sendto
Action for sending files as emails.
EmailRecipient() - Constructor for class adams.gui.sendto.EmailRecipient
 
EmailSetupPanel - Class in adams.gui.application
Panel for configuring the system-wide Email settings.
EmailSetupPanel() - Constructor for class adams.gui.application.EmailSetupPanel
 
emailTipText() - Method in class adams.core.net.EmailContact
Returns the tip text for this property.
EmailViewer - Class in adams.flow.sink
Actor for displaying an email object.
EmailViewer() - Constructor for class adams.flow.sink.EmailViewer
 
EmailWriter - Interface in adams.data.io.output
Interface for classes that write emails.
ENABLED - Static variable in class adams.core.net.EmailHelper
Whether Email support is enabled.
equals(Object) - Method in class adams.core.net.EmailContact
Compares this object against the specified one.
execCommand() - Method in class adams.gui.tools.TelnetPanel
Executes, if possible, the currently entered command.
executableTipText() - Method in class adams.flow.sink.Browser
Returns the tip text for this property.
execute() - Method in class adams.core.net.SimpleMailer
Locates and sends the emails.

F

failedSuffixTipText() - Method in class adams.core.net.SimpleMailer
Returns the tip text for this property.
fieldsToObject() - Method in class adams.gui.tools.EmailAddressBookPanel
Turns the fields into an object.
FILENAME - Static variable in class adams.core.net.EmailAddressBook
the properties filename.
FILENAME - Static variable in class adams.core.net.EmailHelper
the name of the props file.
finishInit() - Method in class adams.gui.dialog.DisplayEmailPanel
Finalizes the initialization.
finishInit() - Method in class adams.gui.selection.SelectEmailAddressPanel
finishes the initialization, loads the contacts.
finishInit() - Method in class adams.gui.tools.TelnetPanel
Finalizes the initialization.
firstNameTipText() - Method in class adams.core.net.EmailContact
Returns the tip text for this property.
FixDeprecatedEmail - Class in adams.flow.processor
Replaces the Email sink with CreateEmail and SendEmail instances.
FixDeprecatedEmail() - Constructor for class adams.flow.processor.FixDeprecatedEmail
 
forwardXTipText() - Method in class adams.flow.standalone.SSHConnection
Returns the tip text for this property.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.EmailAddressEditor
Returns an object created from the custom string representation.
fromString(String) - Static method in class adams.core.net.EmailAddressBook
Turns the string obtained from the properties file into an object.
fromString(String) - Method in class adams.gui.tools.EmailAddressBookPanel
Turns the string obtained from the properties file into an object.
FTPConnection - Class in adams.flow.standalone
Provides access to a FTP host.
If debugging is enabled, the FTP commands issued by other actors will get printed as debug output of this actor.
FTPConnection() - Constructor for class adams.flow.standalone.FTPConnection
 
FTPGet - Class in adams.flow.transformer
Downloads a remote file and forwards the local file name.
FTPGet() - Constructor for class adams.flow.transformer.FTPGet
 
FTPLister - Class in adams.flow.source
Returns the contents of a FTP directory (files/dirs).
FTPLister() - Constructor for class adams.flow.source.FTPLister
 
FTPLister.Sorting - Enum in adams.flow.source
The type of sorting.
FTPSend - Class in adams.flow.transformer
Uploads a file to a remote directory.
The file name of a successful upload gets forwarded.
FTPSend() - Constructor for class adams.flow.transformer.FTPSend
 

G

generates() - Method in class adams.data.conversion.StringToURL
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.URLToString
Returns the class that is generated as output.
generates() - Method in class adams.flow.source.SSHExec
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.CreateEmail
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.FTPGet
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.FTPSend
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ScpFrom
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ScpTo
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SFTPGet
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SFTPSend
Returns the class of objects that it generates.
getAction() - Method in class adams.gui.sendto.EmailRecipient
Returns the short description of the sendto action.
getAddress() - Method in class adams.core.net.EmailContact
Returns the address.
getAddresses(Properties, String) - Method in class adams.data.io.input.PropertiesEmailFileReader
Reads the email addresses from the specified property.
getAttachments() - Method in class adams.core.net.Email
Returns the attachments.
getAttachments() - Method in class adams.gui.dialog.ComposeEmailDialog
Returns the attachments.
getAttachments() - Method in class adams.gui.dialog.ComposeEmailPanel
Returns the attachments.
getBCC() - Method in class adams.core.net.Email
Returns the BCC recipients.
getBCC() - Method in class adams.flow.sink.Email
Deprecated. Returns the BCC recipients.
getBCC() - Method in class adams.flow.transformer.CreateEmail
Returns the BCC recipients.
getBCC() - Method in class adams.gui.dialog.ComposeEmailDialog
Returns the BCC recipients.
getBCC() - Method in class adams.gui.dialog.ComposeEmailPanel
Returns the BCC recipients.
getBody() - Method in class adams.core.net.Email
Returns the body.
getBody() - Method in class adams.flow.sink.Email
Deprecated. Returns the body of the email.
getBody() - Method in class adams.flow.transformer.CreateEmail
Returns the body of the email.
getBody() - Method in class adams.gui.dialog.ComposeEmailDialog
Returns the "signature".
getBody() - Method in class adams.gui.dialog.ComposeEmailPanel
Returns the "body".
getBufferSize() - Method in class adams.flow.sink.DownloadFile
Get output file.
getCategory() - Method in class adams.gui.menu.EmailAddressBook
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.Telnet
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCC() - Method in class adams.core.net.Email
Returns the CC recipients.
getCC() - Method in class adams.flow.sink.Email
Deprecated. Returns the CC recipients.
getCC() - Method in class adams.flow.transformer.CreateEmail
Returns the CC recipients.
getCC() - Method in class adams.gui.dialog.ComposeEmailDialog
Returns the CC recipients.
getCC() - Method in class adams.gui.dialog.ComposeEmailPanel
Returns the CC recipients.
getClassname() - Method in class adams.gui.chooser.EmailFileChooser.EmailFileExtensionFilter
Returns the associated classname.
getCloseOnSend() - Method in class adams.gui.dialog.ComposeEmailDialog
Returns whether the dialog gets closed when successfully sending the email.
getColumnClass(int) - Method in class adams.gui.selection.SelectEmailAddressPanel.TableModel
Returns the class type of the column.
getColumnClass(int) - Method in class adams.gui.tools.EmailAddressBookPanel.TableModel
Returns the class type of the column.
getColumnCount() - Method in class adams.gui.selection.SelectEmailAddressPanel.TableModel
Returns the number of columns in the table, i.e., 6.
getColumnCount() - Method in class adams.gui.tools.EmailAddressBookPanel.TableModel
Returns the number of columns in the table, i.e., 6.
getColumnName(int) - Method in class adams.gui.selection.SelectEmailAddressPanel.TableModel
Returns the name of the column.
getColumnName(int) - Method in class adams.gui.tools.EmailAddressBookPanel.TableModel
Returns the name of the column.
getCommand() - Method in class adams.flow.source.SSHExec
Returns the command to run.
getContact(EmailAddress) - Method in class adams.core.net.EmailAddressBook
Returns the contact associated with the email address, null if not found.
getContact(EmailAddress, EmailContact) - Method in class adams.core.net.EmailAddressBook
Returns the contact associated with the given email address, the default value if not found.
getContacts() - Method in class adams.core.net.EmailAddressBook
Returns all stored contacts.
getCurrentItems() - Method in class adams.gui.selection.SelectEmailAddressPanel
Returns the current addresses.
getCustomStopMessage() - Method in class adams.flow.standalone.FTPConnection
Returns the custom message to use when stopping the flow.
getCustomStopMessage() - Method in class adams.flow.standalone.SMTPConnection
Returns the custom message to use when stopping the flow.
getCustomStopMessage() - Method in class adams.flow.standalone.SSHConnection
Returns the custom message to use when stopping the flow.
getCustomTextFileFilter() - Method in class adams.flow.sink.EmailViewer
Returns a custom file filter for the file chooser.
getDebugLevel() - Method in class adams.core.net.SimpleMailer
Returns the debugging level (0 = turned off).
getDefaultFromAddress() - Static method in class adams.core.net.EmailHelper
Returns the default FROM address.
getDefaultHeight() - Method in class adams.flow.sink.EmailViewer
Returns the default height for the dialog.
getDefaultOutputFile() - Method in class adams.flow.sink.EmailFileWriter
Returns the default output file.
getDefaultReader() - Method in class adams.gui.chooser.EmailFileChooser
Returns the default reader.
getDefaultSendEmail() - Static method in class adams.core.net.EmailHelper
Returns the default send email class.
getDefaultSignature() - Static method in class adams.core.net.EmailHelper
Returns the default signature.
getDefaultWidth() - Method in class adams.flow.sink.EmailViewer
Returns the default width for the dialog.
getDefaultWriter() - Method in class adams.gui.chooser.EmailFileChooser
Returns the default writer.
getDialogClosedByUser() - Method in class adams.gui.dialog.ComposeEmailDialog
Returns whether the dialog was closed by the user.
getEmail() - Method in class adams.core.net.EmailContact
Returns the email name.
getEmail() - Method in class adams.gui.dialog.DisplayEmailPanel
Returns the currently set email.
getExecutable() - Method in class adams.flow.sink.Browser
Returns the custom browser executable.
getFailedSuffix() - Method in class adams.core.net.SimpleMailer
Returns the suffix for emails that couldn't get sent.
getFile() - Method in class adams.env.EmailDefinition
Returns the properties file name (no path) this definition is for.
getFiles(Properties, String) - Method in class adams.data.io.input.PropertiesEmailFileReader
Reads the files from the specified property.
getFiltersInitialized() - Method in class adams.gui.chooser.EmailFileChooser
Returns whether the filters have already been initialized.
getFirstName() - Method in class adams.core.net.EmailContact
Returns the first name.
getFormatDescription() - Method in interface adams.data.io.input.EmailFileReader
Returns the description of the file format.
getFormatDescription() - Method in class adams.data.io.input.PropertiesEmailFileReader
Returns the description of the file format.
getFormatDescription() - Method in interface adams.data.io.output.EmailFileWriter
Returns the description of the file format.
getFormatDescription() - Method in class adams.data.io.output.PlainTextEmailFileWriter
Returns the description of the file format.
getFormatDescription() - Method in class adams.data.io.output.PropertiesEmailFileWriter
Returns the description of the file format.
getFormatExtensions() - Method in interface adams.data.io.input.EmailFileReader
Returns the extension(s) of the file format (without dot).
getFormatExtensions() - Method in class adams.data.io.input.PropertiesEmailFileReader
Returns the extension(s) of the file format (without dot).
getFormatExtensions() - Method in interface adams.data.io.output.EmailFileWriter
Returns the extension(s) of the file format (without dot).
getFormatExtensions() - Method in class adams.data.io.output.PlainTextEmailFileWriter
Returns the extension(s) of the file format (without dot).
getFormatExtensions() - Method in class adams.data.io.output.PropertiesEmailFileWriter
Returns the extension(s) of the file format (without dot).
getForwardX() - Method in class adams.flow.standalone.SSHConnection
Returns whether X11 is forwarded.
getFrom() - Method in class adams.core.net.Email
Returns the sender.
getFrom() - Method in class adams.gui.dialog.ComposeEmailDialog
Returns the current from address.
getFrom() - Method in class adams.gui.dialog.ComposeEmailPanel
Returns the current from address.
getFTPClient() - Method in class adams.flow.standalone.FTPConnection
Returns the FTP client object.
getHeaderAttachments() - Method in class adams.gui.dialog.DisplayEmailPanel
Returns the strings for the attachments table header.
getHeaderRecipients() - Method in class adams.gui.dialog.DisplayEmailPanel
Returns the strings for the recipients table header.
getHost() - Method in class adams.flow.standalone.FTPConnection
Returns the host to connect to.
getHost() - Method in class adams.flow.standalone.SSHConnection
Returns the host to connect to.
getIconName() - Method in class adams.gui.menu.EmailAddressBook
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.Telnet
Returns the file name of the icon.
getIconName() - Method in class adams.gui.sendto.EmailRecipient
Returns the file name of the icon.
getInput() - Method in class adams.data.io.input.AbstractEmailFileReader
Returns the file to read.
getInput() - Method in interface adams.data.io.input.EmailFileReader
Returns the file to read.
getItemAt(int) - Method in class adams.gui.selection.SelectEmailAddressPanel.TableModel
Returns the item at the specified position.
getItemClass() - Method in class adams.flow.source.FTPLister
Returns the based class of the items.
getItemClass() - Method in class adams.flow.source.URLSupplier
Returns the based class of the items.
getItemClass() - Method in class adams.flow.transformer.EmailFileReader
Returns the based class of the items.
getItemClass() - Method in class adams.gui.selection.SelectEmailAddressPanel
Returns the class of the items displayed, same as "T".
getJavaInitializationString() - Method in class adams.gui.goe.EmailAddressEditor
Returns a representation of the current property value as java source.
getKey() - Method in class adams.env.EmailDefinition
Returns the key this definition is for.
getKnownHosts() - Method in class adams.flow.standalone.SSHConnection
Returns the file with the known hosts.
getLastName() - Method in class adams.core.net.EmailContact
Returns the last name.
getLastSendResult() - Method in class adams.gui.dialog.ComposeEmailDialog
Returns the last result of sending an email.
getLastSendResult() - Method in class adams.gui.dialog.ComposeEmailPanel
Returns the last result obtained when sending an email.
getListDirs() - Method in class adams.flow.source.FTPLister
Returns whether directories are listed.
getListFiles() - Method in class adams.flow.source.FTPLister
Returns whether directories are listed.
getManagedClass() - Method in class adams.gui.tools.EmailAddressBookPanel
Returns the class that is being managed.
getMimeType(File) - Static method in class adams.core.net.EmailHelper
Tries to determine the MIME type of a file by checking its magic bytes.
getMimeType(String) - Static method in class adams.core.net.EmailHelper
Tries to determine the MIME type of a file by checking its magic bytes.
getNote() - Method in class adams.core.net.EmailContact
Returns the note.
getOpenFileFilters() - Method in class adams.gui.chooser.EmailFileChooser
Returns the file filters for opening files.
getOutput() - Method in class adams.data.io.output.AbstractEmailFileWriter
Returns the file to write the email to.
getOutput() - Method in interface adams.data.io.output.EmailFileWriter
Returns the file to write the email to.
getOutputDirectory() - Method in class adams.flow.transformer.FTPGet
Returns the directory to store the downloaded files in.
getOutputDirectory() - Method in class adams.flow.transformer.ScpFrom
Returns the directory to store the downloaded files in.
getOutputDirectory() - Method in class adams.flow.transformer.SFTPGet
Returns the directory to store the downloaded files in.
getPassword() - Method in class adams.flow.standalone.FTPConnection
Returns the FTP password to use.
getPassword() - Method in class adams.flow.standalone.SMTPConnection
Returns the SMTP password to use.
getPassword() - Method in class adams.flow.standalone.SSHConnection
Returns the SSH password to use.
getPhone() - Method in class adams.core.net.EmailContact
Returns the phone.
getPort() - Method in class adams.flow.standalone.SMTPConnection
Returns the SMTP port in use.
getPort() - Method in class adams.flow.standalone.SSHConnection
Returns the port to connect to.
getPort() - Method in class adams.gui.tools.TelnetPanel
Returns the currently set port.
getPromptForPassword() - Method in class adams.flow.standalone.FTPConnection
Returns whether to prompt for a password if none currently provided.
getPromptForPassword() - Method in class adams.flow.standalone.SMTPConnection
Returns whether to prompt for a password if none currently provided.
getPromptForPassword() - Method in class adams.flow.standalone.SSHConnection
Returns whether to prompt for a password if none currently provided.
getProperties() - Method in class adams.core.net.EmailAddressBook
Returns the properties, loads them if necessary.
getProperties() - Static method in class adams.core.net.EmailHelper
Returns the underlying properties.
getProperties() - Method in class adams.gui.tools.EmailAddressBookPanel
Returns the properties to work with.
getQueue() - Method in class adams.flow.sink.Email
Deprecated. Returns whether the emails are queue rather than being waited on.
getQueue() - Method in class adams.flow.sink.SendEmail
Returns whether the emails are queue rather than being waited on.
getQuickInfo() - Method in class adams.flow.sink.Browser
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.DownloadFile
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.Email
Deprecated. Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.EmailFileWriter
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.SendEmail
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.FTPLister
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.SSHExec
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.URLSupplier
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.FTPConnection
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.SMTPConnection
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.SSHConnection
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.CreateEmail
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.EmailFileReader
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.FTPGet
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.FTPSend
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ScpFrom
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ScpTo
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SFTPGet
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SFTPSend
Returns a quick info about the actor, which will be displayed in the GUI.
getReader() - Method in class adams.core.net.SimpleMailer
Returns the reader for the email files.
getReader() - Method in class adams.flow.transformer.EmailFileReader
Returns the reader in use.
getReader() - Method in class adams.gui.chooser.EmailFileChooser
returns the reader that was chosen by the user, can be null in case the user aborted the dialog or the save dialog was shown.
getReaderForFile(File) - Method in class adams.gui.chooser.EmailFileChooser
Returns the reader for the specified file.
getRecipients() - Method in class adams.flow.sink.Email
Deprecated. Returns the recipients.
getRecipients() - Method in class adams.flow.transformer.CreateEmail
Returns the recipients.
getRegExp() - Method in class adams.core.net.SimpleMailer
Returns the regular expression to match the files against.
getRegExp() - Method in class adams.flow.source.FTPLister
Returns the regular expression for the files/dirs.
getRemote() - Method in class adams.gui.tools.TelnetPanel
Returns the current remote server.
getRemoteDir() - Method in class adams.flow.source.FTPLister
Returns the remote directory.
getRemoteDir() - Method in class adams.flow.transformer.FTPGet
Returns the remote directory.
getRemoteDir() - Method in class adams.flow.transformer.FTPSend
Returns the remote directory.
getRemoteDir() - Method in class adams.flow.transformer.ScpFrom
Returns the remote directory.
getRemoteDir() - Method in class adams.flow.transformer.ScpTo
Returns the remote directory.
getRemoteDir() - Method in class adams.flow.transformer.SFTPGet
Returns the remote directory.
getRemoteDir() - Method in class adams.flow.transformer.SFTPSend
Returns the remote directory.
getRequiresAuthentication() - Method in class adams.flow.standalone.SMTPConnection
Returns whether SMTP server requires authentication.
getRowCount() - Method in class adams.gui.selection.SelectEmailAddressPanel.TableModel
Returns the number of contacts.
getSaveFileFilters() - Method in class adams.gui.chooser.EmailFileChooser
Returns the file filters for writing files.
getSelectedObjects(Container) - Method in class adams.gui.goe.EmailAddressEditor
Returns the selected objects.
getSendEmail() - Method in class adams.core.net.SimpleMailer
Returns the send email scheme in use.
getSendEmail() - Method in class adams.flow.sink.Email
Deprecated. Returns the object for sending emails.
getSendEmail() - Method in class adams.flow.sink.SendEmail
Returns the object for sending emails.
getSender() - Method in class adams.flow.sink.Email
Deprecated. Returns the sender.
getSender() - Method in class adams.flow.transformer.CreateEmail
Returns the sender.
getServer() - Method in class adams.flow.standalone.SMTPConnection
Returns the SMTP server in use.
getSession() - Method in class adams.flow.standalone.SSHConnection
Returns the SSH session.
getSignature() - Method in class adams.flow.sink.Email
Deprecated. Returns the body of the email.
getSignature() - Method in class adams.flow.transformer.CreateEmail
Returns the body of the email.
getSignature() - Method in class adams.gui.dialog.ComposeEmailDialog
Returns the "signature".
getSignature() - Method in class adams.gui.dialog.ComposeEmailPanel
Returns the "signature".
getSingleton() - Static method in class adams.core.net.EmailAddressBook
Returns the singleton.
getSmtpPassword() - Static method in class adams.core.net.EmailHelper
Returns the SMTP password.
getSmtpPort() - Static method in class adams.core.net.EmailHelper
Returns the SMTP port.
getSmtpRequiresAuthentication() - Static method in class adams.core.net.EmailHelper
Returns whether the server requires authentication.
getSmtpServer() - Static method in class adams.core.net.EmailHelper
Returns the SMTP server.
getSmtpStartTLS() - Static method in class adams.core.net.EmailHelper
Returns whether to start TLS.
getSmtpTimeout() - Static method in class adams.core.net.EmailHelper
Returns the timeout (in msecs) for the server.
getSmtpUser() - Static method in class adams.core.net.EmailHelper
Returns the SMTP user.
getSortDescending() - Method in class adams.flow.source.FTPLister
Returns whether to sort descendingly.
getSorting() - Method in class adams.flow.source.FTPLister
Returns the type of sorting to perform.
getStopFlowIfCanceled() - Method in class adams.flow.standalone.FTPConnection
Returns whether to stop the flow if dialog canceled.
getStopFlowIfCanceled() - Method in class adams.flow.standalone.SMTPConnection
Returns whether to stop the flow if dialog canceled.
getStopFlowIfCanceled() - Method in class adams.flow.standalone.SSHConnection
Returns whether to stop the flow if dialog canceled.
getSubject() - Method in class adams.core.net.Email
Returns the subject.
getSubject() - Method in class adams.flow.sink.Email
Deprecated. Returns the subject.
getSubject() - Method in class adams.flow.transformer.CreateEmail
Returns the subject.
getSubject() - Method in class adams.gui.dialog.ComposeEmailDialog
Returns the "subject".
getSubject() - Method in class adams.gui.dialog.ComposeEmailPanel
Returns the "subject".
getSuccessfulSuffix() - Method in class adams.core.net.SimpleMailer
Returns the suffix for successfully sent emails.
getTechnicalInformation() - Method in class adams.flow.source.SSHExec
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.flow.standalone.SSHConnection
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.flow.transformer.ScpFrom
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.flow.transformer.ScpTo
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.flow.transformer.SFTPGet
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.flow.transformer.SFTPSend
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTimeout() - Method in class adams.flow.standalone.SMTPConnection
Returns the timeout in msecs.
getTipText() - Method in class adams.core.net.EmailAddress
Returns a tool tip for the GUI editor (ignored if null is returned).
getTitle() - Method in class adams.gui.application.EmailSetupPanel
The title of the preference panel.
getTitle() - Method in class adams.gui.menu.EmailAddressBook
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.Telnet
Returns the title of the window (and text of menuitem).
getTo() - Method in class adams.core.net.Email
Returns the TO recipients.
getTO() - Method in class adams.gui.dialog.ComposeEmailDialog
Returns the recipients.
getTO() - Method in class adams.gui.dialog.ComposeEmailPanel
Returns the recipients.
getURLs() - Method in class adams.flow.source.URLSupplier
Returns the files to broadcast.
getUseBinaryMode() - Method in class adams.flow.standalone.FTPConnection
Returns whether binary mode is used.
getUsePassiveMode() - Method in class adams.flow.standalone.FTPConnection
Returns whether passive mode is used.
getUser() - Method in class adams.flow.standalone.FTPConnection
Returns the FTP user name to use.
getUser() - Method in class adams.flow.standalone.SMTPConnection
Returns the SMTP user name to use.
getUser() - Method in class adams.flow.standalone.SSHConnection
Returns the SSH user name to use.
getUserMode() - Method in class adams.gui.menu.EmailAddressBook
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.Telnet
Returns the user mode, which determines visibility as well.
getUseTLS() - Method in class adams.flow.standalone.SMTPConnection
Returns whether TLS is used.
getValueAt(int, int) - Method in class adams.gui.selection.SelectEmailAddressPanel.TableModel
Returns the substance value at the given position.
getValueAt(int, int) - Method in class adams.gui.tools.EmailAddressBookPanel.TableModel
Returns the substance value at the given position.
getWatchDir() - Method in class adams.core.net.SimpleMailer
Returns the directory to watch.
getWriter() - Method in class adams.flow.sink.EmailFileWriter
Returns the writer in use.
getWriter() - Method in class adams.gui.chooser.EmailFileChooser
returns the writer that was chosen by the user, can be null in case the user aborted the dialog or the open dialog was shown.
getWriterForFile(File) - Method in class adams.gui.chooser.EmailFileChooser
Returns the writer for the specified file.
getXHost() - Method in class adams.flow.standalone.SSHConnection
Returns the xhost to connect to.
getXPort() - Method in class adams.flow.standalone.SSHConnection
Returns the xport to connect to.
globalInfo() - Method in class adams.core.net.ApacheSendEmail
Returns a string describing the object.
globalInfo() - Method in class adams.core.net.EmailContact
Returns a string describing the object.
globalInfo() - Method in class adams.core.net.JavaMailSendEmail
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.StringToURL
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.URLToString
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.PropertiesEmailFileReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.PlainTextEmailFileWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.PropertiesEmailFileWriter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.processor.FixDeprecatedEmail
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.Browser
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.DownloadFile
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.Email
Deprecated. Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.EmailFileWriter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.EmailViewer
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.SendEmail
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.FTPLister
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.SSHExec
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.URLSupplier
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.FTPConnection
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.SMTPConnection
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.SSHConnection
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.CreateEmail
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.EmailFileReader
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.FTPGet
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.FTPSend
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ScpFrom
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ScpTo
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SFTPGet
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SFTPSend
Returns a string describing the object.
grabFocus() - Method in class adams.gui.dialog.ComposeEmailPanel
The body text area grabs the focus.

H

handleConnectionEvent() - Method in class adams.gui.tools.TelnetPanel
Connects or disconnects the client.
hasConnection(String, int) - Static method in class adams.core.net.InetUtils
Checks whether a connection is available to the specified host.
hasPendingOutput() - Method in class adams.flow.source.SSHExec
Checks whether there is pending output to be collected after executing the flow item.
hostTipText() - Method in class adams.flow.standalone.FTPConnection
Returns the tip text for this property.
hostTipText() - Method in class adams.flow.standalone.SSHConnection
Returns the tip text for this property.

I

indexOf(EmailContact) - Method in class adams.gui.selection.SelectEmailAddressPanel.TableModel
Returns the index of the given (visible) item, -1 if not found.
InetUtils - Class in adams.core.net
Utility class for internet-related stuff.
InetUtils() - Constructor for class adams.core.net.InetUtils
 
initFilters(boolean, String[]) - Static method in class adams.gui.chooser.EmailFileChooser
initializes the SpreadSheetFileExtensionFilters.
initForDisplay() - Method in class adams.gui.goe.EmailAddressEditor
Initializes the display of the value.
initGUI() - Method in class adams.gui.application.EmailSetupPanel
Initializes the members.
initGUI(int) - Method in class adams.gui.chooser.EmailFileChooser
initializes the GUI.
initGUI() - Method in class adams.gui.dialog.ComposeEmailDialog
initializes the GUI elements.
initGUI() - Method in class adams.gui.dialog.ComposeEmailPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.dialog.DisplayEmailPanel
Configures the widgets.
initGUI() - Method in class adams.gui.selection.SelectEmailAddressPanel
Initializes the GUI elements.
initGUI() - Method in class adams.gui.tools.TelnetPanel
For initializing the GUI.
initialize() - Method in class adams.flow.sink.Email
Deprecated. Initializes the members.
initialize() - Method in class adams.flow.sink.SendEmail
Initializes the members.
initialize() - Method in class adams.gui.chooser.EmailFileChooser
Further initializations.
initialize() - Method in class adams.gui.dialog.ComposeEmailPanel
Initializes the members.
initialize() - Method in class adams.gui.dialog.DisplayEmailPanel
Initializes the members.
initialize() - Method in class adams.gui.tools.TelnetPanel
 
initializeSmtpSession(String, int, boolean, int, boolean, String, BasePassword) - Method in class adams.core.net.AbstractSendEmail
Initializes the SMTP session.
initializeSmtpSession(String, int, boolean, int, boolean, String, BasePassword) - Method in class adams.core.net.ApacheSendEmail
Initializes the SMTP session.
initializeSmtpSession(String, int, boolean, int, boolean, String, BasePassword) - Method in class adams.core.net.JavaMailSendEmail
Initializes the SMTP session.
initializeSmtpSession(AbstractSendEmail) - Method in class adams.flow.standalone.SMTPConnection
Initializes the SMTP session with the specified parameters.
initSession() - Method in class adams.flow.sink.Email
Deprecated. Initializes the SMTP session if required.
initSession() - Method in class adams.flow.sink.SendEmail
Initializes the SMTP session if required.
inputTipText() - Method in class adams.data.io.input.AbstractEmailFileReader
Returns the tip text for this property.
inputTipText() - Method in interface adams.data.io.input.EmailFileReader
Returns the tip text for this property.
isDebugOn() - Method in class adams.core.net.SimpleMailer
Returns true if debugging output is turned on (any level).
isDummyAddress() - Method in class adams.core.net.EmailAddress
Returns whether the address is just the dummy address.
isEnabled() - Static method in class adams.core.net.EmailHelper
Returns whether email support has been enabled.
isReadOnly() - Method in class adams.gui.tools.EmailAddressBookPanel
Returns whether modified data cannot be stored.
isSearchMatch(SearchParameters, int) - Method in class adams.gui.selection.SelectEmailAddressPanel.TableModel
Tests whether the search matches the specified row.
isSearchMatch(SearchParameters, int) - Method in class adams.gui.tools.EmailAddressBookPanel.TableModel
Tests whether the search matches the specified row.
isSingleton() - Method in class adams.gui.menu.EmailAddressBook
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.Telnet
Whether the panel can only be displayed once.
isValid(String) - Method in class adams.core.net.EmailAddress
Checks whether the string value is a valid presentation for this class.

J

JavaMailSendEmail - Class in adams.core.net
Uses JavaMail for sending emails.
JavaMailSendEmail() - Constructor for class adams.core.net.JavaMailSendEmail
 

K

KEY - Static variable in class adams.env.EmailDefinition
the key as constant.
KEY_ATTACHMENTS - Static variable in class adams.data.io.input.PropertiesEmailFileReader
the key for the attachments.
KEY_BCC - Static variable in class adams.data.io.input.PropertiesEmailFileReader
the key for the bcc recipients.
KEY_BODY - Static variable in class adams.data.io.input.PropertiesEmailFileReader
the key for the body.
KEY_CC - Static variable in class adams.data.io.input.PropertiesEmailFileReader
the key for the cc recipients.
KEY_FROM - Static variable in class adams.data.io.input.PropertiesEmailFileReader
the key for the sender.
KEY_SMTPAUTH - Static variable in class adams.core.net.JavaMailSendEmail
the system-wide property for SMTP Auth.
KEY_SMTPHOST - Static variable in class adams.core.net.JavaMailSendEmail
the system-wide property for the SMTP host.
KEY_SMTPPORT - Static variable in class adams.core.net.JavaMailSendEmail
the system-wide property for the SMTP port.
KEY_SMTPTIMEOUT - Static variable in class adams.core.net.JavaMailSendEmail
the system-wide property for SMTP timeout.
KEY_STARTTLS - Static variable in class adams.core.net.JavaMailSendEmail
the system-wide property for StartTLS.
KEY_SUBJECT - Static variable in class adams.data.io.input.PropertiesEmailFileReader
the key for the subject.
KEY_TO - Static variable in class adams.data.io.input.PropertiesEmailFileReader
the key for the recipients.
knownHostsTipText() - Method in class adams.flow.standalone.SSHConnection
Returns the tip text for this property.

L

lastNameTipText() - Method in class adams.core.net.EmailContact
Returns the tip text for this property.
launch() - Method in class adams.gui.menu.EmailAddressBook
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.Telnet
Launches the functionality of the menu item.
list() - Method in class adams.core.net.SimpleMailer
Lists the files in the watch directory.
listDirsTipText() - Method in class adams.flow.source.FTPLister
Returns the tip text for this property.
listFilesTipText() - Method in class adams.flow.source.FTPLister
Returns the tip text for this property.

M

m_ActualPassword - Variable in class adams.flow.standalone.FTPConnection
the actual SMTP password to use.
m_ActualPassword - Variable in class adams.flow.standalone.SMTPConnection
the actual SMTP password to use.
m_ActualPassword - Variable in class adams.flow.standalone.SSHConnection
the actual SMTP password to use.
m_Address - Variable in class adams.core.net.EmailContact
the address.
m_Attachments - Variable in class adams.core.net.Email
the attachments.
m_BCC - Variable in class adams.core.net.Email
the BCC recipients.
m_BCC - Variable in class adams.flow.sink.Email
Deprecated. the recipients (BCC).
m_BCC - Variable in class adams.flow.transformer.CreateEmail
the recipients (BCC).
m_Body - Variable in class adams.core.net.Email
the body.
m_Body - Variable in class adams.flow.sink.Email
Deprecated. the body.
m_Body - Variable in class adams.flow.transformer.CreateEmail
the body.
m_BufferSize - Variable in class adams.flow.sink.DownloadFile
the buffer size to use.
m_ButtonAddressBook - Variable in class adams.gui.selection.SelectEmailAddressPanel
the button for bringing up the addressbook.
m_ButtonClear - Variable in class adams.gui.tools.TelnetPanel
the button for clearing the output.
m_ButtonClose - Variable in class adams.gui.goe.EmailAddressEditor
the close button.
m_ButtonCommand - Variable in class adams.gui.tools.TelnetPanel
the button for executing the command.
m_ButtonConnection - Variable in class adams.gui.tools.TelnetPanel
for connecting/disconnecting.
m_ButtonCopy - Variable in class adams.gui.tools.TelnetPanel
the button for copying the selected output.
m_ButtonOK - Variable in class adams.gui.goe.EmailAddressEditor
the OK button.
m_ButtonSend - Variable in class adams.gui.dialog.ComposeEmailPanel
the button for sending.
m_CC - Variable in class adams.core.net.Email
the CC recipients.
m_CC - Variable in class adams.flow.sink.Email
Deprecated. the recipients (CC).
m_CC - Variable in class adams.flow.transformer.CreateEmail
the recipients (CC).
m_CheckBoxEnabled - Variable in class adams.gui.application.EmailSetupPanel
Whether to enable email support.
m_CheckBoxOptions - Variable in class adams.gui.chooser.EmailFileChooser
the checkbox for bringing up the GenericObjectEditor.
m_CheckBoxShowPassword - Variable in class adams.gui.application.EmailSetupPanel
Whether to show the password.
m_CheckBoxSmtpRequiresAuthentication - Variable in class adams.gui.application.EmailSetupPanel
Whether the SMTP server requires authentication.
m_CheckBoxSmtpStartTLS - Variable in class adams.gui.application.EmailSetupPanel
Whether to start TLS.
m_Classname - Variable in class adams.gui.chooser.EmailFileChooser.EmailFileExtensionFilter
the classname.
m_Client - Variable in class adams.core.net.ApacheSendEmail
the SMTP client.
m_Client - Variable in class adams.flow.standalone.FTPConnection
the FTP client object.
m_Client - Variable in class adams.gui.tools.TelnetPanel
the telnet client.
m_CloseOnSend - Variable in class adams.gui.dialog.ComposeEmailDialog
whether to close the dialog when successfully sent.
m_Command - Variable in class adams.flow.source.SSHExec
the command to run.
m_CommandHistory - Variable in class adams.gui.tools.TelnetPanel
the command history.
m_CommandIndex - Variable in class adams.gui.tools.TelnetPanel
the current command index.
m_ConfigureButton - Variable in class adams.gui.chooser.EmailFileChooser
the configure button.
m_Connection - Variable in class adams.flow.source.FTPLister
the FTP connection to use.
m_Connection - Variable in class adams.flow.source.SSHExec
the SSH connection to use.
m_Connection - Variable in class adams.flow.transformer.FTPGet
the FTP connection to use.
m_Connection - Variable in class adams.flow.transformer.FTPSend
the FTP connection to use.
m_Connection - Variable in class adams.flow.transformer.ScpFrom
the SSH connection to use.
m_Connection - Variable in class adams.flow.transformer.ScpTo
the SSH connection to use.
m_Connection - Variable in class adams.flow.transformer.SFTPGet
the SSH connection to use.
m_Connection - Variable in class adams.flow.transformer.SFTPSend
the SSH connection to use.
m_CustomStopMessage - Variable in class adams.flow.standalone.FTPConnection
the custom stop message to use if flow gets stopped due to cancelation.
m_CustomStopMessage - Variable in class adams.flow.standalone.SMTPConnection
the custom stop message to use if flow gets stopped due to cancelation.
m_CustomStopMessage - Variable in class adams.flow.standalone.SSHConnection
the custom stop message to use if flow gets stopped due to cancelation.
m_DebugLevel - Variable in class adams.core.net.SimpleMailer
the debugging level (0 = off, >0 = on).
m_DialogClosedByUser - Variable in class adams.gui.dialog.ComposeEmailDialog
whether the user closed the dialog.
m_Editor - Variable in class adams.gui.chooser.EmailFileChooser
the GOE for displaying the options of a reader/writer.
m_Email - Variable in class adams.core.net.EmailContact
the email address.
m_Email - Variable in class adams.gui.dialog.DisplayEmailPanel
the underlying email.
m_EmailPanel - Variable in class adams.flow.sink.EmailViewer
the panel with the image.
m_Executable - Variable in class adams.flow.sink.Browser
the custom executable.
m_FailedSuffix - Variable in class adams.core.net.SimpleMailer
the suffix for the emails that couldn't be sent.
m_FirstName - Variable in class adams.core.net.EmailContact
the first name.
m_ForwardX - Variable in class adams.flow.standalone.SSHConnection
whether to forward X11.
m_From - Variable in class adams.core.net.Email
the sender.
m_GAEPanelAttachments - Variable in class adams.gui.dialog.ComposeEmailPanel
the attachments.
m_GAEPanelBCC - Variable in class adams.gui.dialog.ComposeEmailPanel
the "bcc recipients".
m_GAEPanelCC - Variable in class adams.gui.dialog.ComposeEmailPanel
the "cc recipients".
m_GAEPanelTO - Variable in class adams.gui.dialog.ComposeEmailPanel
the "to recipients".
m_Host - Variable in class adams.flow.standalone.FTPConnection
the FTP host.
m_Host - Variable in class adams.flow.standalone.SSHConnection
the SSH host.
m_Input - Variable in class adams.data.io.input.AbstractEmailFileReader
the file to read the email from.
m_KnownHosts - Variable in class adams.flow.standalone.SSHConnection
the file with known hosts.
m_LabelManualAddresses - Variable in class adams.gui.selection.SelectEmailAddressPanel
the label for the manual list.
m_LabelOptions - Variable in class adams.gui.chooser.EmailFileChooser
the note about the options dialog.
m_LastName - Variable in class adams.core.net.EmailContact
the last name.
m_LastSendResult - Variable in class adams.gui.dialog.ComposeEmailPanel
the last "send" result.
m_ListDirs - Variable in class adams.flow.source.FTPLister
whether to list directories.
m_Listeners - Variable in class adams.gui.dialog.ComposeEmailPanel
the send listeners.
m_ListFiles - Variable in class adams.flow.source.FTPLister
whether to list files.
m_ModelAttachments - Variable in class adams.gui.dialog.DisplayEmailPanel
the attachments model.
m_ModelRecipients - Variable in class adams.gui.dialog.DisplayEmailPanel
the recipients model.
m_Note - Variable in class adams.core.net.EmailContact
the note.
m_Output - Variable in class adams.data.io.output.AbstractEmailFileWriter
the file to read the email from.
m_OutputDirectory - Variable in class adams.flow.transformer.FTPGet
the output directory.
m_OutputDirectory - Variable in class adams.flow.transformer.ScpFrom
the output directory.
m_OutputDirectory - Variable in class adams.flow.transformer.SFTPGet
the output directory.
m_OutputToken - Variable in class adams.flow.source.SSHExec
the output token to broadcast.
m_Panel - Variable in class adams.gui.dialog.ComposeEmailDialog
the compose panel.
m_PanelParameters - Variable in class adams.gui.application.EmailSetupPanel
the parameters.
m_Password - Variable in class adams.core.net.ApacheSendEmail
the password to use for authentication.
m_Password - Variable in class adams.flow.standalone.FTPConnection
the FTP password to use.
m_Password - Variable in class adams.flow.standalone.SMTPConnection
the SMTP password to use.
m_Password - Variable in class adams.flow.standalone.SSHConnection
the SSH password to use.
m_Phone - Variable in class adams.core.net.EmailContact
the phone.
m_Port - Variable in class adams.core.net.ApacheSendEmail
the server port.
m_Port - Variable in class adams.flow.standalone.SMTPConnection
the SMTP port.
m_Port - Variable in class adams.flow.standalone.SSHConnection
the SSH port.
m_PortModel - Variable in class adams.gui.tools.TelnetPanel
the model of the spinner.
m_PromptForPassword - Variable in class adams.flow.standalone.FTPConnection
whether to prompt the user for a password if none provided.
m_PromptForPassword - Variable in class adams.flow.standalone.SMTPConnection
whether to prompt the user for a password if none provided.
m_PromptForPassword - Variable in class adams.flow.standalone.SSHConnection
whether to prompt the user for a password if none provided.
m_Properties - Variable in class adams.core.net.EmailAddressBook
the underlying properties.
m_Properties - Static variable in class adams.core.net.EmailHelper
the properties.
m_Queue - Variable in class adams.flow.sink.Email
Deprecated. whether to queue the emails rather than waiting for sending to finish.
m_Queue - Variable in class adams.flow.sink.SendEmail
whether to queue the emails rather than waiting for sending to finish.
m_Reader - Variable in class adams.core.net.SimpleMailer
the email reader to use.
m_Reader - Variable in class adams.flow.transformer.EmailFileReader
the reader to use.
m_ReaderFileFilters - Static variable in class adams.gui.chooser.EmailFileChooser
the file filters for the readers.
m_Recipients - Variable in class adams.flow.sink.Email
Deprecated. the recipients.
m_Recipients - Variable in class adams.flow.transformer.CreateEmail
the recipients.
m_RegExp - Variable in class adams.core.net.SimpleMailer
the expression to use for listing the files.
m_RegExp - Variable in class adams.flow.source.FTPLister
the regular expression on the file/dir names.
m_RemoteDir - Variable in class adams.flow.source.FTPLister
the directory to list.
m_RemoteDir - Variable in class adams.flow.transformer.FTPGet
the directory to list.
m_RemoteDir - Variable in class adams.flow.transformer.FTPSend
the directory to upload the file to.
m_RemoteDir - Variable in class adams.flow.transformer.ScpFrom
the directory to list.
m_RemoteDir - Variable in class adams.flow.transformer.ScpTo
the directory to upload the file to.
m_RemoteDir - Variable in class adams.flow.transformer.SFTPGet
the directory to list.
m_RemoteDir - Variable in class adams.flow.transformer.SFTPSend
the directory to upload the file to.
m_RequiresAuth - Variable in class adams.core.net.ApacheSendEmail
whether authentication is required.
m_RequiresAuthentication - Variable in class adams.flow.standalone.SMTPConnection
whether the SMTP server requires authentication.
m_ScrollPaneAttachments - Variable in class adams.gui.dialog.DisplayEmailPanel
the attachmentss scroll pane.
m_ScrollPaneRecipients - Variable in class adams.gui.dialog.DisplayEmailPanel
the recipients scroll pane.
m_SelectPanel - Variable in class adams.gui.goe.EmailAddressEditor
The panel used for selecting fields.
m_SendEmail - Variable in class adams.core.net.SimpleMailer
for sending the mail.
m_SendEmail - Variable in class adams.flow.sink.Email
Deprecated. for sending the emails.
m_SendEmail - Variable in class adams.flow.sink.SendEmail
for sending the emails.
m_Sender - Variable in class adams.flow.sink.Email
Deprecated. the sender.
m_Sender - Variable in class adams.flow.transformer.CreateEmail
the sender.
m_Sending - Variable in class adams.flow.sink.Email
Deprecated. the emails still to send.
m_Sending - Variable in class adams.flow.sink.SendEmail
the emails still to send.
m_Server - Variable in class adams.core.net.ApacheSendEmail
the server to connect to.
m_Server - Variable in class adams.flow.standalone.SMTPConnection
the SMTP server.
m_Session - Variable in class adams.core.net.JavaMailSendEmail
the SMTP session object.
m_Session - Variable in class adams.flow.standalone.SSHConnection
the SSH session.
m_Signature - Variable in class adams.flow.sink.Email
Deprecated. the signature.
m_Signature - Variable in class adams.flow.transformer.CreateEmail
the signature.
m_Singleton - Static variable in class adams.core.net.EmailAddressBook
the singleton.
m_SortDescending - Variable in class adams.flow.source.FTPLister
whether to sort descending instead of ascending.
m_Sorting - Variable in class adams.flow.source.FTPLister
the sorting.
m_SpinnerPort - Variable in class adams.gui.tools.TelnetPanel
the port.
m_SpinnerSmtpPort - Variable in class adams.gui.application.EmailSetupPanel
the SMTP port.
m_SpinnerSmtpTimeout - Variable in class adams.gui.application.EmailSetupPanel
the SMTP timeout.
m_StopFlowIfCanceled - Variable in class adams.flow.standalone.FTPConnection
whether to stop the flow if canceled.
m_StopFlowIfCanceled - Variable in class adams.flow.standalone.SMTPConnection
whether to stop the flow if canceled.
m_StopFlowIfCanceled - Variable in class adams.flow.standalone.SSHConnection
whether to stop the flow if canceled.
m_Subject - Variable in class adams.core.net.Email
the subject.
m_Subject - Variable in class adams.flow.sink.Email
Deprecated. the subject.
m_Subject - Variable in class adams.flow.transformer.CreateEmail
the subject.
m_SuccessfulSuffix - Variable in class adams.core.net.SimpleMailer
the suffix for the successfully sent emails.
m_TabbedPane - Variable in class adams.gui.dialog.ComposeEmailPanel
the tabbed pane for recipients and attachments.
m_TableAttachments - Variable in class adams.gui.dialog.DisplayEmailPanel
the attachements.
m_TableRecipients - Variable in class adams.gui.dialog.DisplayEmailPanel
the recipients.
m_TextAddress - Variable in class adams.gui.tools.EmailAddressBookPanel
the address.
m_TextBody - Variable in class adams.gui.dialog.ComposeEmailPanel
the body.
m_TextBody - Variable in class adams.gui.dialog.DisplayEmailPanel
the body.
m_TextCommand - Variable in class adams.gui.tools.TelnetPanel
the text field for the command to issue.
m_TextDefaultFromAddress - Variable in class adams.gui.application.EmailSetupPanel
the default FROM address.
m_TextDefaultSignature - Variable in class adams.gui.application.EmailSetupPanel
the default signature.
m_TextEmail - Variable in class adams.gui.tools.EmailAddressBookPanel
the email address.
m_TextFirstName - Variable in class adams.gui.tools.EmailAddressBookPanel
the first name.
m_TextFrom - Variable in class adams.gui.dialog.ComposeEmailPanel
the "from".
m_TextLastName - Variable in class adams.gui.tools.EmailAddressBookPanel
the last name.
m_TextManualAddresses - Variable in class adams.gui.selection.SelectEmailAddressPanel
the textfield for manually entering a list of addresses (blank separated).
m_TextNote - Variable in class adams.gui.tools.EmailAddressBookPanel
the note.
m_TextOutput - Variable in class adams.gui.tools.TelnetPanel
text area for the output.
m_TextPhone - Variable in class adams.gui.tools.EmailAddressBookPanel
the phone number.
m_TextRemote - Variable in class adams.gui.tools.TelnetPanel
the remote server.
m_TextSender - Variable in class adams.gui.dialog.DisplayEmailPanel
the sender.
m_TextSignature - Variable in class adams.gui.dialog.ComposeEmailPanel
the signature.
m_TextSmtpPassword - Variable in class adams.gui.application.EmailSetupPanel
the SMTP password.
m_TextSmtpServer - Variable in class adams.gui.application.EmailSetupPanel
the SMTP host.
m_TextSmtpUser - Variable in class adams.gui.application.EmailSetupPanel
the SMTP user.
m_TextSubject - Variable in class adams.gui.dialog.ComposeEmailPanel
the subject.
m_TextSubject - Variable in class adams.gui.dialog.DisplayEmailPanel
the subject.
m_Timeout - Variable in class adams.core.net.ApacheSendEmail
the timeout for the server.
m_Timeout - Variable in class adams.flow.standalone.SMTPConnection
the timeout in msecs.
m_To - Variable in class adams.core.net.Email
the recipients.
m_URLs - Variable in class adams.flow.source.URLSupplier
the files to broadcast.
m_UseBinaryMode - Variable in class adams.flow.standalone.FTPConnection
whether to use binary file transfer mode.
m_UsePassiveMode - Variable in class adams.flow.standalone.FTPConnection
whether to use passive mode.
m_User - Variable in class adams.core.net.ApacheSendEmail
the user to use for authenticating.
m_User - Variable in class adams.flow.standalone.FTPConnection
the FTP user to use.
m_User - Variable in class adams.flow.standalone.SMTPConnection
the SMTP user to use.
m_User - Variable in class adams.flow.standalone.SSHConnection
the SSH user to use.
m_UseTLS - Variable in class adams.core.net.ApacheSendEmail
whether to use TLS.
m_UseTLS - Variable in class adams.flow.standalone.SMTPConnection
whether to use TLS.
m_Values - Variable in class adams.gui.selection.SelectEmailAddressPanel.TableModel
the contacts.
m_WatchDir - Variable in class adams.core.net.SimpleMailer
the directory to watch.
m_Writer - Variable in class adams.flow.sink.EmailFileWriter
the writer to use.
m_WriterFileFilters - Static variable in class adams.gui.chooser.EmailFileChooser
the file filters for the writers.
m_XHost - Variable in class adams.flow.standalone.SSHConnection
the xhost to use.
m_XPort - Variable in class adams.flow.standalone.SSHConnection
the xport to use.
main(String[]) - Static method in class adams.core.net.SimpleMailer
For running the mailer from command-line.
MultiEmailReader - Interface in adams.data.io.input
Interface for readers that can read multiple emails at once.
MultiEmailWriter - Interface in adams.data.io.output
Interface for email writers that can write multiple emails at once.

N

newMessage(EmailAddress, EmailAddress[], EmailAddress[], EmailAddress[], String) - Method in class adams.core.net.JavaMailSendEmail
Creates a new email message.
newPanel() - Method in class adams.flow.sink.EmailViewer
Creates the panel to display in the dialog.
newPanel() - Method in class adams.gui.selection.SelectEmailAddressDialog
Returns a new instance of the panel to use in the GUI.
newTableModel() - Method in class adams.gui.selection.SelectEmailAddressPanel
Returns an empty table model.
newTableModel() - Method in class adams.gui.tools.EmailAddressBookPanel
Returns an instance of a new table model.
nextCommand() - Method in class adams.gui.tools.TelnetPanel
Places the next command in the command text field, if available.
NO_SUBJECT - Static variable in class adams.core.net.Email
the default subject if none provided.
noteTipText() - Method in class adams.core.net.EmailContact
Returns the tip text for this property.
notifySendListeners() - Method in class adams.gui.dialog.ComposeEmailPanel
Sends out an event to all send listeners.

O

objectToFields(EmailContact) - Method in class adams.gui.tools.EmailAddressBookPanel
Updates the field with the specified object.
openAddressBook() - Method in class adams.gui.selection.SelectEmailAddressPanel
Opens the address book.
output() - Method in class adams.flow.source.SSHExec
Returns the generated token.
outputArrayTipText() - Method in class adams.flow.source.FTPLister
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.source.URLSupplier
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.EmailFileReader
Returns the tip text for this property.
outputDirectoryTipText() - Method in class adams.flow.transformer.FTPGet
Returns the tip text for this property.
outputDirectoryTipText() - Method in class adams.flow.transformer.ScpFrom
Returns the tip text for this property.
outputDirectoryTipText() - Method in class adams.flow.transformer.SFTPGet
Returns the tip text for this property.
outputFileTipText() - Method in class adams.flow.sink.DownloadFile
Returns the tip text for this property.
outputFileTipText() - Method in class adams.flow.sink.EmailFileWriter
Returns the tip text for this property.
outputTipText() - Method in class adams.data.io.output.AbstractEmailFileWriter
Returns the tip text for this property.
outputTipText() - Method in interface adams.data.io.output.EmailFileWriter
Returns the tip text for this property.

P

paintValue(Graphics, Rectangle) - Method in class adams.gui.goe.EmailAddressEditor
Paints a representation of the current Object.
passwordTipText() - Method in class adams.flow.standalone.FTPConnection
Returns the tip text for this property.
passwordTipText() - Method in class adams.flow.standalone.SMTPConnection
Returns the tip text for this property.
passwordTipText() - Method in class adams.flow.standalone.SSHConnection
Returns the tip text for this property.
phoneTipText() - Method in class adams.core.net.EmailContact
Returns the tip text for this property.
PlainTextEmailFileWriter - Class in adams.data.io.output
Writes emails to text files.
Handles only ASCII content.
PlainTextEmailFileWriter() - Constructor for class adams.data.io.output.PlainTextEmailFileWriter
 
portTipText() - Method in class adams.flow.standalone.SMTPConnection
Returns the tip text for this property.
portTipText() - Method in class adams.flow.standalone.SSHConnection
Returns the tip text for this property.
previousCommand() - Method in class adams.gui.tools.TelnetPanel
Places the previous command in the command text field, if available.
processActor(AbstractActor) - Method in class adams.flow.processor.FixDeprecatedEmail
Performs the actual processing.
processMissing(Vector<EmailContact>) - Method in class adams.gui.selection.SelectEmailAddressPanel
Hook method for processing items that were not found when trying to select them initially.
promptForPasswordTipText() - Method in class adams.flow.standalone.FTPConnection
Returns the tip text for this property.
promptForPasswordTipText() - Method in class adams.flow.standalone.SMTPConnection
Returns the tip text for this property.
promptForPasswordTipText() - Method in class adams.flow.standalone.SSHConnection
Returns the tip text for this property.
PropertiesEmailFileReader - Class in adams.data.io.input
Reads emails stored in properties files.
PropertiesEmailFileReader() - Constructor for class adams.data.io.input.PropertiesEmailFileReader
 
PropertiesEmailFileWriter - Class in adams.data.io.output
Writes emails to properties files.
PropertiesEmailFileWriter() - Constructor for class adams.data.io.output.PropertiesEmailFileWriter
 
protocolCommandSent(ProtocolCommandEvent) - Method in class adams.flow.standalone.FTPConnection
This method is invoked by a ProtocolCommandEvent source after sending a protocol command to a server.
protocolReplyReceived(ProtocolCommandEvent) - Method in class adams.flow.standalone.FTPConnection
This method is invoked by a ProtocolCommandEvent source after receiving a reply from a server.

Q

queueTipText() - Method in class adams.flow.sink.Email
Deprecated. Returns the tip text for this property.
queueTipText() - Method in class adams.flow.sink.SendEmail
Returns the tip text for this property.

R

read() - Method in class adams.data.io.input.AbstractEmailReader
Reads the email.
read() - Method in interface adams.data.io.input.EmailReader
Reads the email.
readAll() - Method in interface adams.data.io.input.MultiEmailReader
Reads the emails.
readerTipText() - Method in class adams.core.net.SimpleMailer
Returns the tip text for this property.
readerTipText() - Method in class adams.flow.transformer.EmailFileReader
Returns the tip text for this property.
recipientsTipText() - Method in class adams.flow.sink.Email
Deprecated. Returns the tip text for this property.
recipientsTipText() - Method in class adams.flow.transformer.CreateEmail
Returns the tip text for this property.
regExpTipText() - Method in class adams.core.net.SimpleMailer
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.source.FTPLister
Returns the tip text for this property.
reload() - Method in class adams.gui.selection.SelectEmailAddressPanel
Reloads the data from the properties.
remoteDirTipText() - Method in class adams.flow.source.FTPLister
Returns the tip text for this property.
remoteDirTipText() - Method in class adams.flow.transformer.FTPGet
Returns the tip text for this property.
remoteDirTipText() - Method in class adams.flow.transformer.FTPSend
Returns the tip text for this property.
remoteDirTipText() - Method in class adams.flow.transformer.ScpFrom
Returns the tip text for this property.
remoteDirTipText() - Method in class adams.flow.transformer.ScpTo
Returns the tip text for this property.
remoteDirTipText() - Method in class adams.flow.transformer.SFTPGet
Returns the tip text for this property.
remoteDirTipText() - Method in class adams.flow.transformer.SFTPSend
Returns the tip text for this property.
removeSendListener(ActionListener) - Method in class adams.gui.dialog.ComposeEmailPanel
Removes the listener for send events.
requiresAuthenticationTipText() - Method in class adams.flow.standalone.SMTPConnection
Returns the tip text for this property.
requiresSmtpSessionInitialization() - Method in class adams.core.net.AbstractSendEmail
Returns whether the SMTP session needs to be initialized.
requiresSmtpSessionInitialization() - Method in class adams.core.net.ApacheSendEmail
Returns whether the SMTP session needs to be initialized.
requiresSmtpSessionInitialization() - Method in class adams.core.net.JavaMailSendEmail
Returns whether the SMTP session needs to be initialized.
requiresWrapper() - Method in class adams.gui.application.EmailSetupPanel
Returns whether the panel requires a wrapper scrollpane/panel for display.
reset() - Method in class adams.flow.source.SSHExec
Resets the scheme.
reset() - Method in class adams.flow.standalone.FTPConnection
Resets the actor.
reset() - Method in class adams.flow.standalone.SSHConnection
Resets the actor.
runMailer(String[]) - Static method in class adams.core.net.SimpleMailer
Runs the mailer from the commandline.

S

save() - Method in class adams.core.net.EmailAddressBook
Saves the properties.
ScpFrom - Class in adams.flow.transformer
Downloads a remote file and forwards the local file name using secure copy (SCP).

For more information see:

(2011).
ScpFrom() - Constructor for class adams.flow.transformer.ScpFrom
 
ScpTo - Class in adams.flow.transformer
Uploads a file to a remote directory using secure copy (SCP).
The file name of a successful upload gets forwarded.

For more information see:

(2011).
ScpTo() - Constructor for class adams.flow.transformer.ScpTo
 
SelectEmailAddressDialog - Class in adams.gui.selection
Dialog for selecting email addresses.
SelectEmailAddressDialog(Dialog) - Constructor for class adams.gui.selection.SelectEmailAddressDialog
Creates a modal dialog.
SelectEmailAddressDialog(Dialog, String) - Constructor for class adams.gui.selection.SelectEmailAddressDialog
Creates a modal dialog.
SelectEmailAddressDialog(Frame) - Constructor for class adams.gui.selection.SelectEmailAddressDialog
Creates a modal dialog.
SelectEmailAddressDialog(Frame, String) - Constructor for class adams.gui.selection.SelectEmailAddressDialog
Creates a modal dialog.
SelectEmailAddressPanel - Class in adams.gui.selection
Allows the selection of email addresses.
SelectEmailAddressPanel() - Constructor for class adams.gui.selection.SelectEmailAddressPanel
 
SelectEmailAddressPanel.TableModel - Class in adams.gui.selection
A simple table model for displaying the contacts.
SelectEmailAddressPanel.TableModel() - Constructor for class adams.gui.selection.SelectEmailAddressPanel.TableModel
the constructor.
SelectEmailAddressPanel.TableModel(List<EmailContact>) - Constructor for class adams.gui.selection.SelectEmailAddressPanel.TableModel
the constructor.
SelectEmailAddressPanel.TableModel(EmailContact[]) - Constructor for class adams.gui.selection.SelectEmailAddressPanel.TableModel
the constructor.
send() - Method in class adams.gui.dialog.ComposeEmailDialog
Attempts to send the email.
send() - Method in class adams.gui.dialog.ComposeEmailPanel
Attempts to send the email.
send(Object) - Method in class adams.gui.sendto.EmailRecipient
Performs the actual sending/forwarding/processing of the data.
SendEmail - Class in adams.flow.sink
Actor for sending emails.
SendEmail() - Constructor for class adams.flow.sink.SendEmail
 
sendEmailTipText() - Method in class adams.core.net.SimpleMailer
Returns the tip text for this property.
sendEmailTipText() - Method in class adams.flow.sink.Email
Deprecated. Returns the tip text for this property.
sendEmailTipText() - Method in class adams.flow.sink.SendEmail
Returns the tip text for this property.
senderTipText() - Method in class adams.flow.sink.Email
Deprecated. Returns the tip text for this property.
senderTipText() - Method in class adams.flow.transformer.CreateEmail
Returns the tip text for this property.
sendMail(Email) - Method in class adams.core.net.AbstractSendEmail
Sends an email.
sendMail(Email) - Method in class adams.core.net.ApacheSendEmail
Sends an email.
sendMail(Email) - Method in class adams.core.net.JavaMailSendEmail
Sends an email.
serverTipText() - Method in class adams.flow.standalone.SMTPConnection
Returns the tip text for this property.
setAddress(String) - Method in class adams.core.net.EmailContact
Sets the address.
setAttachments(PlaceholderFile[]) - Method in class adams.gui.dialog.ComposeEmailDialog
Sets the attachments.
setAttachments(PlaceholderFile[]) - Method in class adams.gui.dialog.ComposeEmailPanel
Sets the attachments.
setBCC(EmailAddress[]) - Method in class adams.flow.sink.Email
Deprecated. Sets the BCC recipients.
setBCC(EmailAddress[]) - Method in class adams.flow.transformer.CreateEmail
Sets the BCC recipients.
setBCC(EmailAddress[]) - Method in class adams.gui.dialog.ComposeEmailDialog
Sets the BCC recipients.
setBCC(EmailAddress[]) - Method in class adams.gui.dialog.ComposeEmailPanel
Sets the BCC recipients.
setBody(BaseText) - Method in class adams.flow.sink.Email
Deprecated. Sets the body of the email.
setBody(BaseText) - Method in class adams.flow.transformer.CreateEmail
Sets the body of the email.
setBody(String) - Method in class adams.gui.dialog.ComposeEmailDialog
Sets the "body".
setBody(String) - Method in class adams.gui.dialog.ComposeEmailPanel
Sets the "body".
setBufferSize(int) - Method in class adams.flow.sink.DownloadFile
Sets the size of the buffer.
setCC(EmailAddress[]) - Method in class adams.flow.sink.Email
Deprecated. Sets the CC recipients.
setCC(EmailAddress[]) - Method in class adams.flow.transformer.CreateEmail
Sets the CC recipients.
setCC(EmailAddress[]) - Method in class adams.gui.dialog.ComposeEmailDialog
Sets the CC recipients.
setCC(EmailAddress[]) - Method in class adams.gui.dialog.ComposeEmailPanel
Sets the CC recipients.
setCloseOnSend(boolean) - Method in class adams.gui.dialog.ComposeEmailDialog
Sets whether to close the dialog on successfully sending the email.
setCommand(String) - Method in class adams.flow.source.SSHExec
Sets the command to run.
setCustomStopMessage(String) - Method in class adams.flow.standalone.FTPConnection
Sets the custom message to use when stopping the flow.
setCustomStopMessage(String) - Method in class adams.flow.standalone.SMTPConnection
Sets the custom message to use when stopping the flow.
setCustomStopMessage(String) - Method in class adams.flow.standalone.SSHConnection
Sets the custom message to use when stopping the flow.
setDebugLevel(int) - Method in class adams.core.net.SimpleMailer
Sets the debugging level (0 = off).
setEmail(String) - Method in class adams.core.net.EmailContact
Sets the email.
setEmail(Email) - Method in class adams.gui.dialog.DisplayEmailPanel
Sets the email to display.
setExecutable(PlaceholderFile) - Method in class adams.flow.sink.Browser
Sets the custom browser executable.
setFailedSuffix(String) - Method in class adams.core.net.SimpleMailer
Sets the suffix for emails that couldn't get sent.
setFirstName(String) - Method in class adams.core.net.EmailContact
Sets the first name.
setForwardX(boolean) - Method in class adams.flow.standalone.SSHConnection
Sets whether to forward X11.
setFrom(EmailAddress) - Method in class adams.gui.dialog.ComposeEmailDialog
Sets the "from" email address.
setFrom(EmailAddress) - Method in class adams.gui.dialog.ComposeEmailPanel
Sets the "from" email address.
setHost(String) - Method in class adams.flow.standalone.FTPConnection
Sets the host to connect to.
setHost(String) - Method in class adams.flow.standalone.SSHConnection
Sets the host to connect to.
setInput(PlaceholderFile) - Method in class adams.data.io.input.AbstractEmailFileReader
Sets the file to read.
setInput(PlaceholderFile) - Method in interface adams.data.io.input.EmailFileReader
Sets the file to read.
setKnownHosts(PlaceholderFile) - Method in class adams.flow.standalone.SSHConnection
Sets the file with the known hosts.
setLastName(String) - Method in class adams.core.net.EmailContact
Sets the last name.
setListDirs(boolean) - Method in class adams.flow.source.FTPLister
Sets whether to list directories.
setListFiles(boolean) - Method in class adams.flow.source.FTPLister
Sets whether to list files.
setMultipleSelection(boolean) - Method in class adams.gui.selection.SelectEmailAddressPanel
Sets whether multiple or single selection is used.
setNote(String) - Method in class adams.core.net.EmailContact
Sets the note.
setOutput(PlaceholderFile) - Method in class adams.data.io.output.AbstractEmailFileWriter
Sets the file to write the email to.
setOutput(PlaceholderFile) - Method in interface adams.data.io.output.EmailFileWriter
Sets the file to write the email to.
setOutputDirectory(PlaceholderDirectory) - Method in class adams.flow.transformer.FTPGet
Sets the directory to store the downloaded files in.
setOutputDirectory(PlaceholderDirectory) - Method in class adams.flow.transformer.ScpFrom
Sets the directory to store the downloaded files in.
setOutputDirectory(PlaceholderDirectory) - Method in class adams.flow.transformer.SFTPGet
Sets the directory to store the downloaded files in.
setPassword(BasePassword) - Method in class adams.flow.standalone.FTPConnection
Sets the FTP password to use.
setPassword(BasePassword) - Method in class adams.flow.standalone.SMTPConnection
Sets the SMTP password to use.
setPassword(BasePassword) - Method in class adams.flow.standalone.SSHConnection
Sets the SSH password to use.
setPhone(String) - Method in class adams.core.net.EmailContact
Sets the phone.
setPort(int) - Method in class adams.flow.standalone.SMTPConnection
Sets the SMTP port to use.
setPort(int) - Method in class adams.flow.standalone.SSHConnection
Sets the port to connect to.
setPort(int) - Method in class adams.gui.tools.TelnetPanel
Sets the port to use.
setPromptForPassword(boolean) - Method in class adams.flow.standalone.FTPConnection
Sets whether to prompt for a password if none currently provided.
setPromptForPassword(boolean) - Method in class adams.flow.standalone.SMTPConnection
Sets whether to prompt for a password if none currently provided.
setPromptForPassword(boolean) - Method in class adams.flow.standalone.SSHConnection
Sets whether to prompt for a password if none currently provided.
setQueue(boolean) - Method in class adams.flow.sink.Email
Deprecated. Sets whether to queue the emails rather than waiting for each to be sent.
setQueue(boolean) - Method in class adams.flow.sink.SendEmail
Sets whether to queue the emails rather than waiting for each to be sent.
setReader(EmailFileReader) - Method in class adams.core.net.SimpleMailer
Sets the reader for the email files.
setReader(EmailFileReader) - Method in class adams.flow.transformer.EmailFileReader
Sets the reader to use.
setRecipients(EmailAddress[]) - Method in class adams.flow.sink.Email
Deprecated. Sets the recipients.
setRecipients(EmailAddress[]) - Method in class adams.flow.transformer.CreateEmail
Sets the recipients.
setRegExp(BaseRegExp) - Method in class adams.core.net.SimpleMailer
Sets the regular expression to match the files against.
setRegExp(BaseRegExp) - Method in class adams.flow.source.FTPLister
Sets the regular expression for the files/dirs.
setRemote(String) - Method in class adams.gui.tools.TelnetPanel
Sets the remote server.
setRemoteDir(String) - Method in class adams.flow.source.FTPLister
Sets the remote directory.
setRemoteDir(String) - Method in class adams.flow.transformer.FTPGet
Sets the remote directory.
setRemoteDir(String) - Method in class adams.flow.transformer.FTPSend
Sets the remote directory.
setRemoteDir(String) - Method in class adams.flow.transformer.ScpFrom
Sets the remote directory.
setRemoteDir(String) - Method in class adams.flow.transformer.ScpTo
Sets the remote directory.
setRemoteDir(String) - Method in class adams.flow.transformer.SFTPGet
Sets the remote directory.
setRemoteDir(String) - Method in class adams.flow.transformer.SFTPSend
Sets the remote directory.
setRequiresAuthentication(boolean) - Method in class adams.flow.standalone.SMTPConnection
Sets whether SMTP server requires authentication.
setSendEmail(AbstractSendEmail) - Method in class adams.core.net.SimpleMailer
Sets the send email scheme to use.
setSendEmail(AbstractSendEmail) - Method in class adams.flow.sink.Email
Deprecated. Sets the object for sending emails.
setSendEmail(AbstractSendEmail) - Method in class adams.flow.sink.SendEmail
Sets the object for sending emails.
setSender(EmailAddress) - Method in class adams.flow.sink.Email
Deprecated. Sets the sender.
setSender(EmailAddress) - Method in class adams.flow.transformer.CreateEmail
Sets the sender.
setServer(String) - Method in class adams.flow.standalone.SMTPConnection
Sets the SMTP server to use.
setSignature(BaseText) - Method in class adams.flow.sink.Email
Deprecated. Sets the body of the email.
setSignature(BaseText) - Method in class adams.flow.transformer.CreateEmail
Sets the body of the email.
setSignature(String) - Method in class adams.gui.dialog.ComposeEmailDialog
Sets the "signature".
setSignature(String) - Method in class adams.gui.dialog.ComposeEmailPanel
Sets the "signature".
setSortDescending(boolean) - Method in class adams.flow.source.FTPLister
Sets whether to sort descendingly.
setSorting(FTPLister.Sorting) - Method in class adams.flow.source.FTPLister
Sets the type of sorting to perform.
setStopFlowIfCanceled(boolean) - Method in class adams.flow.standalone.FTPConnection
Sets whether to stop the flow if dialog canceled.
setStopFlowIfCanceled(boolean) - Method in class adams.flow.standalone.SMTPConnection
Sets whether to stop the flow if dialog canceled.
setStopFlowIfCanceled(boolean) - Method in class adams.flow.standalone.SSHConnection
Sets whether to stop the flow if dialog canceled.
setSubject(String) - Method in class adams.flow.sink.Email
Deprecated. Sets the subject.
setSubject(String) - Method in class adams.flow.transformer.CreateEmail
Sets the subject.
setSubject(String) - Method in class adams.gui.dialog.ComposeEmailDialog
Sets the "subject".
setSubject(String) - Method in class adams.gui.dialog.ComposeEmailPanel
Sets the "subject".
setSuccessfulSuffix(String) - Method in class adams.core.net.SimpleMailer
Sets the suffix for successfully sent emails.
setTimeout(int) - Method in class adams.flow.standalone.SMTPConnection
Sets the timeout in msecs.
setTO(EmailAddress[]) - Method in class adams.gui.dialog.ComposeEmailDialog
Sets the recipients.
setTO(EmailAddress[]) - Method in class adams.gui.dialog.ComposeEmailPanel
Sets the recipients.
setUp() - Method in class adams.flow.sink.Email
Deprecated. Initializes the item for flow execution.
setUp() - Method in class adams.flow.sink.SendEmail
Initializes the item for flow execution.
setUp() - Method in class adams.flow.source.FTPLister
Initializes the item for flow execution.
setUp() - Method in class adams.flow.source.SSHExec
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.CreateEmail
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.FTPGet
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.FTPSend
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.ScpFrom
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.ScpTo
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.SFTPGet
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.SFTPSend
Initializes the item for flow execution.
setURLs(BaseURL[]) - Method in class adams.flow.source.URLSupplier
Sets the files to broadcast.
setUseBinaryMode(boolean) - Method in class adams.flow.standalone.FTPConnection
Sets whether to use binary mode.
setUsePassiveMode(boolean) - Method in class adams.flow.standalone.FTPConnection
Sets whether to use passive mode.
setUser(String) - Method in class adams.flow.standalone.FTPConnection
Sets the FTP user to use.
setUser(String) - Method in class adams.flow.standalone.SMTPConnection
Sets the SMTP user to use.
setUser(String) - Method in class adams.flow.standalone.SSHConnection
Sets the SSH user to use.
setUseTLS(boolean) - Method in class adams.flow.standalone.SMTPConnection
Sets whether to use TLS.
setWatchDir(PlaceholderDirectory) - Method in class adams.core.net.SimpleMailer
Sets the directory to watch.
setWriter(EmailFileWriter) - Method in class adams.flow.sink.EmailFileWriter
Sets the writer to use.
setXHost(String) - Method in class adams.flow.standalone.SSHConnection
Sets the xhost to connect to.
setXPort(String) - Method in class adams.flow.standalone.SSHConnection
Sets the xport to connect to.
SFTPGet - Class in adams.flow.transformer
Downloads a remote file and forwards the local file name via secure FTP (SFTP).

For more information see:

(2011).
SFTPGet() - Constructor for class adams.flow.transformer.SFTPGet
 
SFTPSend - Class in adams.flow.transformer
Uploads a file to a remote directory using secure FTP (SFTP).
The file name of a successful upload gets forwarded.

For more information see:

(2011).
SFTPSend() - Constructor for class adams.flow.transformer.SFTPSend
 
shallowCopy() - Method in class adams.core.net.EmailContact
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.core.net.EmailContact
Returns a shallow copy of itself, i.e., based on the commandline options.
showOpenDialog(Component) - Method in class adams.gui.chooser.EmailFileChooser
Pops up an "Open File" file chooser dialog.
showSaveDialog(Component) - Method in class adams.gui.chooser.EmailFileChooser
Pops up an "Save File" file chooser dialog.
SIGNATURE_SEPARATOR - Static variable in class adams.core.net.EmailHelper
the separator between body and signature.
signatureTipText() - Method in class adams.flow.sink.Email
Deprecated. Returns the tip text for this property.
signatureTipText() - Method in class adams.flow.transformer.CreateEmail
Returns the tip text for this property.
SimpleMailer - Class in adams.core.net
Reads emails stored in files and sends them.
SimpleMailer() - Constructor for class adams.core.net.SimpleMailer
 
SMTP_PASSWORD - Static variable in class adams.core.net.EmailHelper
The password the SMTP server.
SMTP_PORT - Static variable in class adams.core.net.EmailHelper
The SMTP port.
SMTP_REQUIRES_AUTHENTICATION - Static variable in class adams.core.net.EmailHelper
Whether authentication is necessary.
SMTP_SERVER - Static variable in class adams.core.net.EmailHelper
The SMTP server.
SMTP_START_TLS - Static variable in class adams.core.net.EmailHelper
Whether STARTTLS is necessary.
SMTP_TIMEOUT - Static variable in class adams.core.net.EmailHelper
The timeout for the SMTP server.
SMTP_USER - Static variable in class adams.core.net.EmailHelper
The user for the SMTP server.
SMTPConnection - Class in adams.flow.standalone
SMTP server setup for overriding default parameters.
SMTPConnection() - Constructor for class adams.flow.standalone.SMTPConnection
 
sortDescendingTipText() - Method in class adams.flow.source.FTPLister
Returns the tip text for this property.
sortingTipText() - Method in class adams.flow.source.FTPLister
Returns the tip text for this property.
SSHConnection - Class in adams.flow.standalone
Provides access to a remote host via SSH.

For more information see:

(2011).
SSHConnection() - Constructor for class adams.flow.standalone.SSHConnection
 
SSHExec - Class in adams.flow.source
Runs a system command via ssh on a remote machine and broadcasts the generated output (stdout or stderr).

For more information see:

(2011).
SSHExec() - Constructor for class adams.flow.source.SSHExec
 
stopExecution() - Method in class adams.flow.sink.Email
Deprecated. Stops the execution.
stopExecution() - Method in class adams.flow.sink.SendEmail
Stops the execution.
stopFlowIfCanceledTipText() - Method in class adams.flow.standalone.FTPConnection
Returns the tip text for this property.
stopFlowIfCanceledTipText() - Method in class adams.flow.standalone.SMTPConnection
Returns the tip text for this property.
stopFlowIfCanceledTipText() - Method in class adams.flow.standalone.SSHConnection
Returns the tip text for this property.
storeProperties() - Method in class adams.gui.tools.EmailAddressBookPanel
Saves the properties on disk.
StringToURL - Class in adams.data.conversion
Turns a String into a URL object.
StringToURL() - Constructor for class adams.data.conversion.StringToURL
 
strippedValue() - Method in class adams.core.net.EmailAddress
Returns the actual email address from the email string.
subjectTipText() - Method in class adams.flow.sink.Email
Deprecated. Returns the tip text for this property.
subjectTipText() - Method in class adams.flow.transformer.CreateEmail
Returns the tip text for this property.
successfulSuffixTipText() - Method in class adams.core.net.SimpleMailer
Returns the tip text for this property.
supplyText() - Method in class adams.flow.sink.EmailViewer
Returns the text to save.

T

Telnet - Class in adams.gui.menu
Opens the telnet application.
Telnet() - Constructor for class adams.gui.menu.Telnet
Initializes the menu item with no owner.
Telnet(AbstractApplicationFrame) - Constructor for class adams.gui.menu.Telnet
Initializes the menu item.
TelnetPanel - Class in adams.gui.tools
A simple telnet interface.
TelnetPanel() - Constructor for class adams.gui.tools.TelnetPanel
 
timeoutTipText() - Method in class adams.flow.standalone.SMTPConnection
Returns the tip text for this property.
toBlankSeparated(Object[]) - Method in class adams.data.io.output.PropertiesEmailFileWriter
Turns the object array into a blank-separated string.
toCreateEmail(Email) - Method in class adams.flow.processor.FixDeprecatedEmail
Transfers the configuration from the Email actor to the CreateEmail one.
toCustomStringRepresentation(Object) - Method in class adams.gui.goe.EmailAddressEditor
Returns a custom string representation of the object.
toEmailAddress() - Method in class adams.core.net.EmailContact
Turns the contact into an email address.
toPlainText() - Method in class adams.core.net.Email
 
toProperties() - Method in class adams.gui.application.EmailSetupPanel
Turns the parameters in the GUI into a properties object.
toSendEmail(Email) - Method in class adams.flow.processor.FixDeprecatedEmail
Transfers the configuration from the Email actor to the SendEmail one.
toString() - Method in class adams.core.net.Email
Simple info string for debugging purposes.
toString(EmailContact) - Static method in class adams.core.net.EmailAddressBook
Turns the object into a string to be stored in the properties file.
toString(AbstractOption, Object) - Static method in class adams.gui.goe.EmailAddressEditor
Returns the field as string.
toString(EmailContact) - Method in class adams.gui.tools.EmailAddressBookPanel
Turns the object into a string to be stored in the properties file.

U

update(AbstractEnvironment) - Method in class adams.env.EmailDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update() - Method in class adams.gui.dialog.DisplayEmailPanel
Updates the panel with the current email.
updateButtons() - Method in class adams.gui.tools.TelnetPanel
Updates the status/text of the buttons.
updateCurrentHandlerHook() - Method in class adams.gui.chooser.EmailFileChooser
sets the current converter according to the current filefilter.
URLsTipText() - Method in class adams.flow.source.URLSupplier
Returns the tip text for this property.
URLSupplier - Class in adams.flow.source
Supplies multiple URLs (uniform resource locators).
URLSupplier() - Constructor for class adams.flow.source.URLSupplier
 
URLToString - Class in adams.data.conversion
Turns a URL object into a String.
URLToString() - Constructor for class adams.data.conversion.URLToString
 
useBinaryModeTipText() - Method in class adams.flow.standalone.FTPConnection
Returns the tip text for this property.
usePassiveModeTipText() - Method in class adams.flow.standalone.FTPConnection
Returns the tip text for this property.
userTipText() - Method in class adams.flow.standalone.FTPConnection
Returns the tip text for this property.
userTipText() - Method in class adams.flow.standalone.SMTPConnection
Returns the tip text for this property.
userTipText() - Method in class adams.flow.standalone.SSHConnection
Returns the tip text for this property.
useTLSTipText() - Method in class adams.flow.standalone.SMTPConnection
Returns the tip text for this property.

V

valueOf(String) - Static method in enum adams.flow.source.FTPLister.Sorting
Returns the enum constant of this type with the specified name.
valueOf(AbstractOption, String) - Static method in class adams.gui.goe.EmailAddressEditor
Returns a EmailAddress generated from the string.
values() - Static method in enum adams.flow.source.FTPLister.Sorting
Returns an array containing the constants of this enum type, in the order they are declared.

W

watchDirTipText() - Method in class adams.core.net.SimpleMailer
Returns the tip text for this property.
wrapUp() - Method in class adams.flow.sink.Email
Deprecated. Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.sink.SendEmail
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.standalone.FTPConnection
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.standalone.SSHConnection
Cleans up after the execution has finished.
write(Email) - Method in class adams.data.io.output.AbstractEmailWriter
Writes the email.
write(Email) - Method in interface adams.data.io.output.EmailWriter
Writes the email.
write(List<Email>) - Method in interface adams.data.io.output.MultiEmailWriter
Writes the emails.
writeProperties() - Static method in class adams.core.net.EmailHelper
Writes the specified properties to disk.
writeProperties(Properties) - Static method in class adams.core.net.EmailHelper
Writes the specified properties to disk.
writerTipText() - Method in class adams.flow.sink.EmailFileWriter
Returns the tip text for this property.

X

XHostTipText() - Method in class adams.flow.standalone.SSHConnection
Returns the tip text for this property.
XPortTipText() - Method in class adams.flow.standalone.SSHConnection
Returns the tip text for this property.

A B C D E F G H I J K L M N O P Q R S T U V W X

Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.