|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InputInterface
Interface for inputs used by UCOT core. Inputs are the modules that handle reading data from given url and parsing usecases from it.
Method Summary | |
---|---|
boolean |
canRead(java.net.URL url)
Test if this input can read file specified in url. |
java.util.Properties |
getOptions()
Returns adapter's options |
UseCaseCollection |
read(java.net.URL url)
Parses given usecase. |
void |
setOptions(java.util.Properties options)
Sets options for the adapter |
Method Detail |
---|
UseCaseCollection read(java.net.URL url) throws java.io.IOException
url
- Url where input is loaded from
java.io.IOException
boolean canRead(java.net.URL url)
url
- url of the file to try
void setOptions(java.util.Properties options)
options
- options for the adapterjava.util.Properties getOptions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |