- java.lang.Object
-
- uk.autores.handling.AssertResourceExists
-
- 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.ResourceFilesProcessorerrors when a resource is not found.
-
-
Constructor Summary
Constructors Constructor Description AssertResourceExists()Public constructor as per contract
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(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:
handlein interfaceHandler- Parameters:
context- processing context- See Also:
Context.resources()
-
-