add clean group

This commit is contained in:
xiaoxiao 2018-08-30 15:19:44 +08:00
parent 14ba86908e
commit 6aecf64633
1 changed files with 2 additions and 0 deletions

View File

@ -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] ={