Class RebelModelBuilder


  • public class RebelModelBuilder
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RebelModelBuilder​(org.gradle.api.Project project, java.lang.String packaging, RebelClasspath classpath, RebelWeb web, RebelWar war, java.util.Collection<java.io.File> defaultClassesDirectories, java.io.File defaultResourcesDirectory, java.io.File defaultWebappDirectory, java.lang.String configuredRootPath, java.io.File configuredRelativePath, java.io.File projectDir, java.lang.String remoteId)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      RebelMainModel build()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RebelModelBuilder

        public RebelModelBuilder​(org.gradle.api.Project project,
                                 java.lang.String packaging,
                                 RebelClasspath classpath,
                                 RebelWeb web,
                                 RebelWar war,
                                 java.util.Collection<java.io.File> defaultClassesDirectories,
                                 java.io.File defaultResourcesDirectory,
                                 java.io.File defaultWebappDirectory,
                                 java.lang.String configuredRootPath,
                                 java.io.File configuredRelativePath,
                                 java.io.File projectDir,
                                 java.lang.String remoteId)