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 the data in specified url. |
UseCaseCollection |
read(java.net.URL url)
Reads usecase collection from URL. |
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
Reads usecase collection from URL.
read
in interface InputInterface
url
- URL where input is loaded from
java.lang.Exception
InputInterface.read(java.net.URL)
public boolean canRead(java.net.URL url)
InputInterface
Test if this input can read the data in specified url.
canRead
in interface InputInterface
url
- The url.
InputInterface.canRead(java.net.URL)