org.kde.koala
public class ListJob extends SimpleJob
UNKNOWN: A ListJob is allows you to get the get the content of a directory.
Constructor Summary | |
---|---|
protected | ListJob(Class dummy) |
ListJob(KURL url, boolean showProgressInfo, boolean recursive, String prefix, boolean includeHidden)
Do not create a ListJob directly. | |
ListJob(KURL url, boolean showProgressInfo, boolean recursive, String prefix) | |
ListJob(KURL url, boolean showProgressInfo, boolean recursive) | |
ListJob(KURL url, boolean showProgressInfo) |
Method Summary | |
---|---|
String | className() |
QMetaObject | metaObject() |
KURL | redirectionURL()
Returns the ListJob's redirection URL. |
void | setUnrestricted(boolean unrestricted)
Do not apply any KIOSK restrictions to this job. |
protected void | slotFinished() |
protected void | slotRedirection(KURL url) |
protected void | slotResult(Job job) |
void | start(Slave slave)
Called by the scheduler when a slave gets to
work on this job. |
Parameters: url the url of the directory showProgressInfo true to show progress information to the user recursive true to get the data recursively from child directories, false to get only the content of the specified dir prefix the prefix of the files, or null for no prefix includeHidden true to include hidden files (those starting with '.')
UNKNOWN: Do not create a ListJob directly.
Returns: the redirection url
UNKNOWN: Returns the ListJob's redirection URL.
UNKNOWN: Do not apply any KIOSK restrictions to this job.
slave
gets to
work on this job.Parameters: slave the slave that starts working on this job
UNKNOWN: