类的使用
cn.taketoday.gradle.tasks.bundling.LayeredSpec.ApplicationSpec
-
cn.taketoday.gradle.tasks.bundling中LayeredSpec.ApplicationSpec的使用
修饰符和类型方法说明LayeredSpec.getApplication()Returns theLayeredSpec.ApplicationSpecthat controls the layers to which application classes and resources belong.修饰符和类型方法说明voidLayeredSpec.setApplication(LayeredSpec.ApplicationSpec spec) Sets theLayeredSpec.ApplicationSpecthat controls the layers to which application classes are resources belong.修饰符和类型方法说明voidLayeredSpec.application(org.gradle.api.Action<LayeredSpec.ApplicationSpec> action) Customizes theLayeredSpec.ApplicationSpecusing the givenaction.