public class HTTPRemoteFileLister extends AbstractRemoteFileLister<HTTPRemoteFile>
Constructor and Description |
---|
HTTPRemoteFileLister() |
HTTPRemoteFileLister(String inFilePath) |
HTTPRemoteFileLister(String inFilePath,
List<RemoteFileFilter> inFilterList) |
HTTPRemoteFileLister(URL inFilePath) |
Modifier and Type | Method and Description |
---|---|
void |
clearRemoteFileList() |
String |
getProtocol() |
protected List<HTTPRemoteFile> |
getUnfilteredRemoteFileListImpl() |
static void |
setDefaultUserAgentString(String inValue)
Sets the default user agent string to use during communication with the server.
|
void |
setUserAgentString(String inValue)
Sets the user agent string to use during communication with the server.
|
addFilter, getFilePath, getFilteredRemoteFileList, getFilteredRemoteFileList, getFilterList, getReturnOnlyMostRecentFile, getUnfilteredRemoteFileList, setCredentials, setFilePath, setFilterList, setReturnOnlyMostRecentFile
public HTTPRemoteFileLister()
public HTTPRemoteFileLister(URL inFilePath)
public HTTPRemoteFileLister(String inFilePath)
public HTTPRemoteFileLister(String inFilePath, List<RemoteFileFilter> inFilterList)
public String getProtocol()
getProtocol
in interface RemoteFileLister
getProtocol
in class AbstractRemoteFileLister<HTTPRemoteFile>
public void clearRemoteFileList()
clearRemoteFileList
in class AbstractRemoteFileLister<HTTPRemoteFile>
public void setUserAgentString(String inValue)
inValue
- The user agent string to use.public static void setDefaultUserAgentString(String inValue)
inValue
- The default user agent string to use.protected List<HTTPRemoteFile> getUnfilteredRemoteFileListImpl()
getUnfilteredRemoteFileListImpl
in class AbstractRemoteFileLister<HTTPRemoteFile>
jataylor@hairyfatguy.com