- All Implemented Interfaces:
Handler
public final class AssertResourceExists
extends Object
implements Handler
A resource handler that does nothing but can be used to ensure a resource exists at compile time.
Errors when a resource is not found.
-
Constructor Summary
Constructors
Public constructor as per contract
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AssertResourceExists
public AssertResourceExists()
Public constructor as per contract
-
Method Details
-
handle
public void handle(Context context)
Does nothing.
- Specified by:
handle
in interface Handler
- Parameters:
context
- processing context
- See Also:
-