|
||||||||||
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. |
UseCaseCollection |
read(java.net.URL url)
Parses given usecase. |
java.lang.String |
toString()
Returns inputs name as a String |
Methods inherited from interface ucot.ModulePropertyInterface |
---|
applyProperties, getProperties, loadDefaultProperties, loadProperties, saveProperties, setProperties |
Method Detail |
---|
UseCaseCollection read(java.net.URL url) throws java.lang.Exception
url
- Url where input is loaded from
java.lang.Exception
boolean canRead(java.net.URL url)
url
- url of the file to try
java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |