- failed() - Method in interface br.com.anteros.android.core.communication.ftp.FTPDataTransferListener
-
Called to notify the listener that the transfer operation has failed due
to an error.
- FILE_ACTION_COMPLETED - Static variable in interface br.com.anteros.android.core.communication.ftp.FTPCodes
-
- FILE_ACTION_NOT_TAKEN - Static variable in interface br.com.anteros.android.core.communication.ftp.FTPCodes
-
- FILE_NAME_NOT_ALLOWED - Static variable in interface br.com.anteros.android.core.communication.ftp.FTPCodes
-
- FILE_NOT_FOUND - Static variable in interface br.com.anteros.android.core.communication.ftp.FTPCodes
-
- FILE_STATUS - Static variable in interface br.com.anteros.android.core.communication.ftp.FTPCodes
-
- FILE_STATUS_OK - Static variable in interface br.com.anteros.android.core.communication.ftp.FTPCodes
-
- FILE_UNAVAILABLE - Static variable in interface br.com.anteros.android.core.communication.ftp.FTPCodes
-
- fileSize(String) - Method in class br.com.anteros.android.core.communication.ftp.FTPClient
-
This method asks and returns a file size in bytes.
- FileUtil - Class in br.com.anteros.android.core.util
-
- fillRect(Canvas, int, int, int, int, boolean, int, int, float) - Static method in class br.com.anteros.android.core.util.CanvasUtils
-
- fillRect(Canvas, Rect, boolean, int, int, float) - Static method in class br.com.anteros.android.core.util.CanvasUtils
-
- findLevel(String) - Static method in class br.com.anteros.android.core.log.impl.LogCatLoggerProvider
-
Busca o arquivo XML anteros-config.xml e tenta ler a propriedade
referente ao LogLevel para saber qual o Level de log que deve ser
instanciada.
- fontColor - Variable in class br.com.anteros.android.core.util.DrawProperties
-
- fontSize - Variable in class br.com.anteros.android.core.util.DrawProperties
-
- fontType - Variable in class br.com.anteros.android.core.util.DrawProperties
-
- format(Date) - Method in class br.com.anteros.android.core.util.DateFormatter
-
- formatValueZerosLeft(String, int) - Static method in class br.com.anteros.android.core.util.Convert
-
- FTPAbortedException - Exception in br.com.anteros.android.core.communication.ftp
-
This exception is thrown to announce the abort of a ongoing data transfer
operation.
- FTPAbortedException() - Constructor for exception br.com.anteros.android.core.communication.ftp.FTPAbortedException
-
- FTPClient - Class in br.com.anteros.android.core.communication.ftp
-
This class implements a FTP client.
- FTPClient() - Constructor for class br.com.anteros.android.core.communication.ftp.FTPClient
-
Builds and initializes the client.
- FTPCodes - Interface in br.com.anteros.android.core.communication.ftp
-
This interface is a constants container, each one representing a common FTP
response code.
- FTPCommunicationChannel - Class in br.com.anteros.android.core.communication.ftp
-
This class is used to represent a communication channel with a FTP server.
- FTPCommunicationChannel(Socket, String) - Constructor for class br.com.anteros.android.core.communication.ftp.FTPCommunicationChannel
-
It builds a FTP communication channel.
- FTPCommunicationListener - Interface in br.com.anteros.android.core.communication.ftp
-
This interface describes how to build objects used to intercept any
communication between the client and the server.
- FTPConnector - Class in br.com.anteros.android.core.communication.ftp
-
This abstract class is the base for creating a connector.
- FTPConnector(boolean) - Constructor for class br.com.anteros.android.core.communication.ftp.FTPConnector
-
Builds the connector.
- FTPConnector() - Constructor for class br.com.anteros.android.core.communication.ftp.FTPConnector
-
Builds the connector.
- FTPDataTransferException - Exception in br.com.anteros.android.core.communication.ftp
-
Exception thrown if any I/O error occurs during a data transfer attempt.
- FTPDataTransferException() - Constructor for exception br.com.anteros.android.core.communication.ftp.FTPDataTransferException
-
- FTPDataTransferException(String, Throwable) - Constructor for exception br.com.anteros.android.core.communication.ftp.FTPDataTransferException
-
- FTPDataTransferException(String) - Constructor for exception br.com.anteros.android.core.communication.ftp.FTPDataTransferException
-
- FTPDataTransferException(Throwable) - Constructor for exception br.com.anteros.android.core.communication.ftp.FTPDataTransferException
-
- FTPDataTransferListener - Interface in br.com.anteros.android.core.communication.ftp
-
This interface describes the methods requested by an object that can listen
data transfer operations.
- FTPException - Exception in br.com.anteros.android.core.communication.ftp
-
This class helps in represent FTP error codes and messages.
- FTPException(int) - Constructor for exception br.com.anteros.android.core.communication.ftp.FTPException
-
- FTPException(int, String) - Constructor for exception br.com.anteros.android.core.communication.ftp.FTPException
-
- FTPException(FTPReply) - Constructor for exception br.com.anteros.android.core.communication.ftp.FTPException
-
- FTPFile - Class in br.com.anteros.android.core.communication.ftp
-
The instances of this class represents the files in a remote FTP directory.
- FTPFile() - Constructor for class br.com.anteros.android.core.communication.ftp.FTPFile
-
- FTPIllegalReplyException - Exception in br.com.anteros.android.core.communication.ftp
-
Exception thrown every time the remote FTP server replies to the client in an
unexpected way, breaking the rules of the FTP protocol.
- FTPIllegalReplyException() - Constructor for exception br.com.anteros.android.core.communication.ftp.FTPIllegalReplyException
-
- FTPListParseException - Exception in br.com.anteros.android.core.communication.ftp
-
Exception thrown by the list() method in FTPClient objects when the response
sent by the server to a FTP list command is not parseable through the known
parsers.
- FTPListParseException() - Constructor for exception br.com.anteros.android.core.communication.ftp.FTPListParseException
-
- FTPListParser - Interface in br.com.anteros.android.core.communication.ftp
-
Implement this interface to build a new LIST parser.
- FTPProxyConnector - Class in br.com.anteros.android.core.communication.ftp.connectors
-
This one connects a remote host via a FTP proxy which supports the SITE or
the OPEN proxy method.
- FTPProxyConnector(String, int, String, String) - Constructor for class br.com.anteros.android.core.communication.ftp.connectors.FTPProxyConnector
-
Builds the connector.
- FTPProxyConnector(String, int) - Constructor for class br.com.anteros.android.core.communication.ftp.connectors.FTPProxyConnector
-
Builds the connector.
- FTPReply - Class in br.com.anteros.android.core.communication.ftp
-
This class represents FTP server replies in a manageable object oriented way.
- FTPTextualExtensionRecognizer - Interface in br.com.anteros.android.core.communication.ftp
-
This interface describes how to implement a textual extension recognizer,
which can be plugged into a FTPClient object calling its
setTextualExtensionsRecognizer() method.
- getAutoNoopTimeout() - Method in class br.com.anteros.android.core.communication.ftp.FTPClient
-
Returns the duration of the auto-noop timeout, in milliseconds.
- getCause() - Method in exception br.com.anteros.android.core.util.ConversionException
-
- getCharset() - Method in class br.com.anteros.android.core.communication.ftp.FTPClient
-
Returns the name of the charset used to establish textual communications.
- getCode() - Method in exception br.com.anteros.android.core.communication.ftp.FTPException
-
Returns the code of the occurred FTP error.
- getCode() - Method in class br.com.anteros.android.core.communication.ftp.FTPReply
-
Returns the code of the reply.
- getCommunicationListeners() - Method in class br.com.anteros.android.core.communication.ftp.FTPClient
-
- getCommunicationListeners() - Method in class br.com.anteros.android.core.communication.ftp.FTPCommunicationChannel
-
This method returns a list with all the FTPCommunicationListener used by
the client.
- getConnector() - Method in class br.com.anteros.android.core.communication.ftp.FTPClient
-
This method returns the connector used to connect the remote host.
- getDefaultOptions(String) - Static method in class br.com.anteros.android.core.util.ImageUtils
-
- getExtensions() - Method in class br.com.anteros.android.core.communication.ftp.extrecognizers.ParametricTextualExtensionRecognizer
-
This method returns the recognized extension list.
- getHost() - Method in class br.com.anteros.android.core.communication.ftp.FTPClient
-
If the client is connected, it reports the remote host name or address.
- getInstance() - Static method in class br.com.anteros.android.core.communication.ftp.extrecognizers.DefaultTextualExtensionRecognizer
-
This one returns the default instance of the class.
- getKeys() - Method in class br.com.anteros.android.core.resource.messages.AnterosAndroidMessages
-
- getKeys() - Method in class br.com.anteros.android.core.resource.messages.AnterosAndroidMessages_ptBR
-
- getLink() - Method in class br.com.anteros.android.core.communication.ftp.FTPFile
-
This method returns the path of the linked file, if this one is a link.
- getListFiles(File) - Static method in class br.com.anteros.android.core.util.FileUtil
-
- getListParsers() - Method in class br.com.anteros.android.core.communication.ftp.FTPClient
-
This method returns a list with all the
FTPListParser used by the
client.
- getLocalIpAddress() - Static method in class br.com.anteros.android.core.util.DeviceUtils
-
- getLogger(String) - Method in class br.com.anteros.android.core.log.impl.LogCatLoggerProvider
-
- getLogger(Class) - Method in class br.com.anteros.android.core.log.impl.LogCatLoggerProvider
-
- getMessage() - Method in exception br.com.anteros.android.core.communication.ftp.FTPException
-
Returns the message of the occurred FTP error.
- getMessage(String) - Method in class br.com.anteros.android.core.resource.messages.AnterosAndroidMessages
-
- getMessage(String, Object...) - Method in class br.com.anteros.android.core.resource.messages.AnterosAndroidMessages
-
- getMessage(String) - Method in class br.com.anteros.android.core.resource.messages.AnterosAndroidMessages_ptBR
-
- getMessage(String, Object...) - Method in class br.com.anteros.android.core.resource.messages.AnterosAndroidMessages_ptBR
-
- getMessages() - Method in class br.com.anteros.android.core.communication.ftp.FTPReply
-
Returns the textual message(s) of the reply.
- getMLSDPolicy() - Method in class br.com.anteros.android.core.communication.ftp.FTPClient
-
This method returns the value suggesting how the client chooses whether
to use or not the MLSD command (RFC 3659) instead of the base LIST
command.
- getModifiedDate() - Method in class br.com.anteros.android.core.communication.ftp.FTPFile
-
Returns the last modified date of the file.
- getName() - Method in class br.com.anteros.android.core.communication.ftp.FTPFile
-
Returns the name of the file.
- getNumericChars(String) - Static method in class br.com.anteros.android.core.util.Convert
-
- getOptions(String, int, int) - Static method in class br.com.anteros.android.core.util.ImageUtils
-
- getPassword() - Method in class br.com.anteros.android.core.communication.ftp.FTPClient
-
If the client is authenticated, it reports the authentication password.
- getPathFromFileGallery(Uri, Activity) - Static method in class br.com.anteros.android.core.util.ImageUtils
-
- getPort() - Method in class br.com.anteros.android.core.communication.ftp.FTPClient
-
If the client is connected, it reports the remote port number.
- getResizedBitmap(Bitmap, int, int) - Static method in class br.com.anteros.android.core.util.ImageUtils
-
- getScale(int, int, int, int) - Static method in class br.com.anteros.android.core.util.ImageUtils
-
- getSecurity() - Method in class br.com.anteros.android.core.communication.ftp.FTPClient
-
Returns the security level used by the client in the connection.
- getSize() - Method in class br.com.anteros.android.core.communication.ftp.FTPFile
-
Returns the size of the file (bytes).
- getSSLSocketFactory() - Method in class br.com.anteros.android.core.communication.ftp.FTPClient
-
Returns the SSL socket factory used to negotiate SSL connections.
- getTextualExtensionRecognizer() - Method in class br.com.anteros.android.core.communication.ftp.FTPClient
-
This method returns the textual extension recognizer used by the client.
- getType() - Method in class br.com.anteros.android.core.communication.ftp.FTPClient
-
This method returns the value suggesting how the client encode and decode
the contents during a data transfer.
- getType() - Method in class br.com.anteros.android.core.communication.ftp.FTPFile
-
Returns the type of the entry represented.
- getUniqueID(Context) - Static method in class br.com.anteros.android.core.util.DeviceUtils
-
- getUsername() - Method in class br.com.anteros.android.core.communication.ftp.FTPClient
-
If the client is authenticated, it reports the authentication username.
- saveToFile(Bitmap, String) - Static method in class br.com.anteros.android.core.util.ImageUtils
-
- scanClasses(ClassPathResourceFilter...) - Static method in class br.com.anteros.android.core.util.AndroidClassPathScanner
-
- scanClasses(Context, ClassPathResourceFilter...) - Static method in class br.com.anteros.android.core.util.AndroidClassPathScanner
-
- scanClasses(String, ClassPathResourceFilter...) - Static method in class br.com.anteros.android.core.util.AndroidClassPathScanner
-
- scanClassesImplementsInterface(String, Class<?>) - Static method in class br.com.anteros.android.core.util.AndroidClassPathScanner
-
- scanResources(ClassPathResourceFilter...) - Static method in class br.com.anteros.android.core.util.AndroidClassPathScanner
-
- SECURITY_FTP - Static variable in class br.com.anteros.android.core.communication.ftp.FTPClient
-
The constant for the FTP security level.
- SECURITY_FTPES - Static variable in class br.com.anteros.android.core.communication.ftp.FTPClient
-
The constant for the FTPES (FTP over explicit TLS/SSL) security level.
- SECURITY_FTPS - Static variable in class br.com.anteros.android.core.communication.ftp.FTPClient
-
The constant for the FTPS (FTP over implicit TLS/SSL) security level.
- sendCustomCommand(String) - Method in class br.com.anteros.android.core.communication.ftp.FTPClient
-
This method sends a custom command to the server.
- sendFTPCommand(String) - Method in class br.com.anteros.android.core.communication.ftp.FTPCommunicationChannel
-
This method sends a command line to the server.
- sendSiteCommand(String) - Method in class br.com.anteros.android.core.communication.ftp.FTPClient
-
This method sends a SITE specific command to the server.
- sent(String) - Method in interface br.com.anteros.android.core.communication.ftp.FTPCommunicationListener
-
Called every time a telnet statement has been sent over the network to
the remote FTP server.
- serverStatus() - Method in class br.com.anteros.android.core.communication.ftp.FTPClient
-
This method returns the remote server status, as the result of a FTP STAT
command.
- SERVICE_CLOSING_CONTROL_CONNECTION - Static variable in interface br.com.anteros.android.core.communication.ftp.FTPCodes
-
- SERVICE_NOT_AVAILABLE - Static variable in interface br.com.anteros.android.core.communication.ftp.FTPCodes
-
- SERVICE_NOT_READY - Static variable in interface br.com.anteros.android.core.communication.ftp.FTPCodes
-
- SERVICE_READY_FOR_NEW_USER - Static variable in interface br.com.anteros.android.core.communication.ftp.FTPCodes
-
- setAutoNoopTimeout(long) - Method in class br.com.anteros.android.core.communication.ftp.FTPClient
-
Enable and disable the auto-noop feature.
- setCharset(String) - Method in class br.com.anteros.android.core.communication.ftp.FTPClient
-
Sets the name of the charset used to establish textual communications.
- setCloseTimeout(int) - Method in class br.com.anteros.android.core.communication.ftp.FTPConnector
-
Sets the timeout for close operations.
- setCompressionEnabled(boolean) - Method in class br.com.anteros.android.core.communication.ftp.FTPClient
-
Enables or disables the use of compression during any subsequent data
transfer.
- setConnectionTimeout(int) - Method in class br.com.anteros.android.core.communication.ftp.FTPConnector
-
Sets the timeout for connection operations.
- setConnector(FTPConnector) - Method in class br.com.anteros.android.core.communication.ftp.FTPClient
-
This method sets the connector used to connect the remote host.
- setLink(String) - Method in class br.com.anteros.android.core.communication.ftp.FTPFile
-
This method sets the path of the linked file, if this one is a link.
- setMLSDPolicy(int) - Method in class br.com.anteros.android.core.communication.ftp.FTPClient
-
This method lets the user control how the client chooses whether to use
or not the MLSD command (RFC 3659) instead of the base LIST command.
- setModifiedDate(Date) - Method in class br.com.anteros.android.core.communication.ftp.FTPFile
-
Sets the last modified date of the file.
- setName(String) - Method in class br.com.anteros.android.core.communication.ftp.FTPFile
-
Sets the name of the file.
- setPassive(boolean) - Method in class br.com.anteros.android.core.communication.ftp.FTPClient
-
This method enables/disables the use of the passive mode.
- setReadTimeout(int) - Method in class br.com.anteros.android.core.communication.ftp.FTPConnector
-
Sets the timeout for read operations.
- setSecurity(int) - Method in class br.com.anteros.android.core.communication.ftp.FTPClient
-
Sets the security level for the connection.
- setSize(long) - Method in class br.com.anteros.android.core.communication.ftp.FTPFile
-
Sets the size of the file (bytes).
- setSSLSocketFactory(SSLSocketFactory) - Method in class br.com.anteros.android.core.communication.ftp.FTPClient
-
Sets the SSL socket factory used to negotiate SSL connections.
- setStyle(int) - Method in class br.com.anteros.android.core.communication.ftp.connectors.FTPProxyConnector
-
Sets the style used by the proxy.
- setTextualExtensionRecognizer(FTPTextualExtensionRecognizer) - Method in class br.com.anteros.android.core.communication.ftp.FTPClient
-
This method sets the textual extension recognizer used by the client.
- setType(int) - Method in class br.com.anteros.android.core.communication.ftp.FTPClient
-
This methods sets how to treat the contents during a file transfer.
- setType(int) - Method in class br.com.anteros.android.core.communication.ftp.FTPFile
-
Sets the type of the entry represented.
- setUseSuggestedAddressForDataConnections(boolean) - Method in class br.com.anteros.android.core.communication.ftp.FTPConnector
-
This flag determines the behavior of the connector when it has to open a
connection toward the server to perform a passive data transfer.
- SOCKS4Connector - Class in br.com.anteros.android.core.communication.ftp.connectors
-
This one connects a remote ftp host through a SOCKS4/4a proxy server.
- SOCKS4Connector(String, int, String) - Constructor for class br.com.anteros.android.core.communication.ftp.connectors.SOCKS4Connector
-
It builds the connector.
- SOCKS4Connector(String, int) - Constructor for class br.com.anteros.android.core.communication.ftp.connectors.SOCKS4Connector
-
It builds the connector.
- SOCKS5Connector - Class in br.com.anteros.android.core.communication.ftp.connectors
-
This one connects a remote ftp host through a SOCKS5 proxy server.
- SOCKS5Connector(String, int, String, String) - Constructor for class br.com.anteros.android.core.communication.ftp.connectors.SOCKS5Connector
-
It builds the connector.
- SOCKS5Connector(String, int) - Constructor for class br.com.anteros.android.core.communication.ftp.connectors.SOCKS5Connector
-
It builds the connector.
- ssl(SSLSocketFactory) - Method in class br.com.anteros.android.core.communication.ftp.FTPCommunicationChannel
-
Applies SSL encryption to the communication channel.
- started() - Method in interface br.com.anteros.android.core.communication.ftp.FTPDataTransferListener
-
Called to notify the listener that the transfer operation has been
initialized.
- STATUS_MESSAGE - Static variable in interface br.com.anteros.android.core.communication.ftp.FTPCodes
-
- style - Variable in class br.com.anteros.android.core.communication.ftp.connectors.FTPProxyConnector
-
The style used by the proxy.
- STYLE_OPEN_COMMAND - Static variable in class br.com.anteros.android.core.communication.ftp.connectors.FTPProxyConnector
-
Requires the connection to the remote host through a OPEN command without
proxy authentication.
- STYLE_SITE_COMMAND - Static variable in class br.com.anteros.android.core.communication.ftp.connectors.FTPProxyConnector
-
Requires the connection to the remote host through a SITE command after
proxy authentication.
- SUPERFLOUS_COMMAND - Static variable in interface br.com.anteros.android.core.communication.ftp.FTPCodes
-
- SYNTAX_ERROR - Static variable in interface br.com.anteros.android.core.communication.ftp.FTPCodes
-
- SYNTAX_ERROR_IN_PARAMETERS - Static variable in interface br.com.anteros.android.core.communication.ftp.FTPCodes
-