From 6aecf6463390479c90fa0e2dd8c4b2f2beb4e0ad Mon Sep 17 00:00:00 2001 From: xiaoxiao Date: Thu, 30 Aug 2018 15:19:44 +0800 Subject: [PATCH] add clean group --- piflow-conf/src/main/scala/cn/piflow/conf/StopGroup.scala | 2 ++ 1 file changed, 2 insertions(+) diff --git a/piflow-conf/src/main/scala/cn/piflow/conf/StopGroup.scala b/piflow-conf/src/main/scala/cn/piflow/conf/StopGroup.scala index da65f68..670a55b 100644 --- a/piflow-conf/src/main/scala/cn/piflow/conf/StopGroup.scala +++ b/piflow-conf/src/main/scala/cn/piflow/conf/StopGroup.scala @@ -10,6 +10,8 @@ case object XmlGroup extends StopGroup case object HttpGroup extends StopGroup case object FtpGroup extends StopGroup case object ScriptGroup extends StopGroup +case object FileGroup extends StopGroup +case object CleanGroup extends StopGroup object StopGroup{ def findAllGroup(): List[String] ={