|
jlscp v0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.linuxsampler.lscp.ScanJobInfo
public class ScanJobInfo
Provides information about a running scan job.
Field Summary | |
---|---|
int |
filesScanned
|
int |
filesTotal
|
java.lang.String |
scanning
|
int |
status
|
Constructor Summary | |
---|---|
ScanJobInfo(java.lang.String[] resultSet)
Creates a new instance of ScanJobInfo . |
Method Summary | |
---|---|
boolean |
isFinished()
Determines whether the job is finished. |
boolean |
parse(java.lang.String s)
Parses a line of text. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int filesTotal
public int filesScanned
public java.lang.String scanning
public int status
Constructor Detail |
---|
public ScanJobInfo(java.lang.String[] resultSet) throws LscpException
ScanJobInfo
.
resultSet
- An array with information categories about a scan job.
LscpException
Method Detail |
---|
public boolean isFinished()
status
indicates error.
public boolean parse(java.lang.String s) throws LscpException
parse
in interface Parseable
s
- The string to be parsed.
true
if the line has been processed, false
otherwise.
LscpException
- If some error occurs.
|
jlscp v0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |