|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucot.ModuleProperties
ucot.input.DummyInput
public class DummyInput
DummyInput which does absolutely nothing but helps avoiding null values in input variables.
Field Summary |
---|
Fields inherited from class ucot.ModuleProperties |
---|
properties, propertiesURL |
Constructor Summary | |
---|---|
DummyInput()
|
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. |
Methods inherited from class ucot.ModuleProperties |
---|
applyProperties, getProperties, loadDefaultProperties, loadProperties, saveProperties, setProperties |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface ucot.input.InputInterface |
---|
toString |
Methods inherited from interface ucot.ModulePropertyInterface |
---|
applyProperties, getProperties, loadDefaultProperties, loadProperties, saveProperties, setProperties |
Constructor Detail |
---|
public DummyInput()
Method Detail |
---|
public UseCaseCollection read(java.net.URL url) throws java.lang.Exception
InputInterface
read
in interface InputInterface
url
- Url where input is loaded from
java.lang.Exception
public boolean canRead(java.net.URL url)
InputInterface
canRead
in interface InputInterface
url
- url of the file to try
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |