- java.lang.Object
-
- uk.autores.handling.AssertResourceExists
-
-
Constructor Summary
Constructors Constructor Description AssertResourceExists()
Public constructor as per contract
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handle(Context context)
Does nothing.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface uk.autores.handling.Handler
config, validConfig
-
-
-
-
Method Detail
-
handle
public void handle(Context context)
Does nothing.- Specified by:
handle
in interfaceHandler
- Parameters:
context
- processing context- See Also:
Context.resources()
-
-