public class FileListVariable
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
FileListVariable(com.uc4.util.XMLDocument doc) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDirectory()
Returns the directory which is used to get a file list.
|
UC4HostName |
getHost()
Returns the name of the Host.
|
UC4ObjectName |
getLogin()
Returns the name of the LOGIN object.
|
boolean |
isApplyTaskHost()
Returns
true if the host name from the task settings should be applied. |
boolean |
isApplyTaskLogin()
Returns
true if the LOGIN object from the settings of the currently executed task
should be used. |
void |
setApplyTaskHost(boolean applyUserHost)
Sets or clears the check box "Apply Task Host" in the User interface.
|
void |
setApplyTaskLogin(boolean applyTaskLogin)
Sets or clears the check box "Apply task Login" in the User interface.
|
void |
setDirectory(java.lang.String directory)
Sets the directory for the file list.
|
void |
setHost(UC4HostName host)
Sets the Name of the host for the file list.
|
void |
setLogin(UC4ObjectName login)
Sets the name of the LOGIN object.
|
protected void |
store(com.uc4.util.XMLDocument doc,
org.w3c.dom.Element parent) |
protected void store(com.uc4.util.XMLDocument doc, org.w3c.dom.Element parent)
public UC4HostName getHost()
UC4HostName
instance.public void setHost(UC4HostName host)
null
is passed the field Host will not be set.host
- Name of the hostpublic UC4ObjectName getLogin()
UC4ObjectName
instance.public void setLogin(UC4ObjectName login)
null
is passed the
field will not be set.login
- Name of the LOGIN objectpublic boolean isApplyTaskHost()
true
if the host name from the task settings should be applied.public void setApplyTaskHost(boolean applyUserHost)
applyUserHost
- if true
the host name from the task settings will be used.public boolean isApplyTaskLogin()
true
if the LOGIN object from the settings of the currently executed task
should be used.public void setApplyTaskLogin(boolean applyTaskLogin)
applyTaskLogin
- if true
the task login should be usedpublic java.lang.String getDirectory()
public void setDirectory(java.lang.String directory)
directory
is 255 characters.directory
- Name of the directory