All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.novelweb.video.command.assemble.CommandBuilderFactory Maven / Gradle / Ivy

package cn.novelweb.video.command.assemble;

/**
 * 

默认流式命令构建器工厂类

*

2020-02-24 23:23

* * @author Dai Yuanchuan **/ public class CommandBuilderFactory { public static CommandBuilder create() { return new CommandBuilderImpl(); } public static CommandBuilder create(String rootPath) { return new CommandBuilderImpl(rootPath); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy