public class ProductionAssetHandler
extends java.lang.Object
implements ratpack.handling.Handler
| Constructor and Description |
|---|
ProductionAssetHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(ratpack.handling.Context ctx) |
static void |
readAttributes(java.nio.file.Path file,
ratpack.func.Action<? super java.nio.file.attribute.BasicFileAttributes> then) |
public void handle(ratpack.handling.Context ctx)
throws java.lang.Exception
handle in interface ratpack.handling.Handlerjava.lang.Exceptionpublic static void readAttributes(java.nio.file.Path file,
ratpack.func.Action<? super java.nio.file.attribute.BasicFileAttributes> then)
throws java.lang.Exception
java.lang.Exception