object Giter8TemplatePlugin extends AutoPlugin
An experimental plugin that adds the ability for Giter8 templates to be resolved
- Alphabetic
- By Inheritance
- Giter8TemplatePlugin
- AutoPlugin
- PluginsFunctions
- Basic
- Plugins
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        !=(arg0: Any): Boolean
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ##(): Int
      
      
      - Definition Classes
- AnyRef → Any
 
-  def &&(o: Basic): Plugins
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ==(arg0: Any): Boolean
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        allRequirements: PluginTrigger
      
      
      This plugin is activated when all required plugins are present. This plugin is activated when all required plugins are present. - Definition Classes
- PluginsFunctions
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        asInstanceOf[T0]: T0
      
      
      - Definition Classes
- Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        buildSettings: Seq[Def.Setting[_]]
      
      
      The Settingto add to the build scope for each project that activates this AutoPlugin.The Settingto add to the build scope for each project that activates this AutoPlugin. The settings returned here are guaranteed to be added to a given build scope only once regardless of how many projects for that build activate this AutoPlugin.- Definition Classes
- AutoPlugin
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        clone(): AnyRef
      
      
      - Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        derivedProjects(proj: ProjectDefinition[_]): Seq[Project]
      
      
      The Projects to add to the current build based on an existing project. The Projects to add to the current build based on an existing project. - Definition Classes
- AutoPlugin
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        empty: Plugins
      
      
      Plugins instance that doesn't require any Pluginss. - Definition Classes
- PluginsFunctions
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        eq(arg0: AnyRef): Boolean
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        equals(arg0: Any): Boolean
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        extraProjects: Seq[Project]
      
      
      The Projects to add to the current build. The Projects to add to the current build. - Definition Classes
- AutoPlugin
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        finalize(): Unit
      
      
      - Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        getClass(): Class[_]
      
      
      - Definition Classes
- AnyRef → Any
- Annotations
- @native()
 
- 
      
      
      
        
      
    
      
        
        lazy val
      
      
        globalSettings: Seq[Def.Setting[_]]
      
      
      The Settings to add to the global scope exactly once if any project activates this AutoPlugin.The Settings to add to the global scope exactly once if any project activates this AutoPlugin.- Definition Classes
- Giter8TemplatePlugin → AutoPlugin
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        hashCode(): Int
      
      
      - Definition Classes
- AnyRef → Any
- Annotations
- @native()
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        isInstanceOf[T0]: Boolean
      
      
      - Definition Classes
- Any
 
- 
      
      
      
        
      
    
      
        
        val
      
      
        label: String
      
      
      - Definition Classes
- AutoPlugin
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ne(arg0: AnyRef): Boolean
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        noTrigger: PluginTrigger
      
      
      This plugin is activated only when it is manually activated. This plugin is activated only when it is manually activated. - Definition Classes
- PluginsFunctions
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        notify(): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @native()
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        notifyAll(): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @native()
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        projectConfigurations: Seq[Configuration]
      
      
      The Configurations to add to each project that activates this AutoPlugin.The Configurations to add to each project that activates this AutoPlugin.- Definition Classes
- AutoPlugin
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        projectSettings: Seq[Def.Setting[_]]
      
      
      The Settings to add in the scope of each project that activates this AutoPlugin.The Settings to add in the scope of each project that activates this AutoPlugin.- Definition Classes
- AutoPlugin
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        requires: CorePlugin.type
      
      
      This AutoPlugin requires the plugins the Plugins matcher returned by this method. This AutoPlugin requires the plugins the Plugins matcher returned by this method. See trigger. - Definition Classes
- Giter8TemplatePlugin → AutoPlugin
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        synchronized[T0](arg0: ⇒ T0): T0
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        toString(): String
      
      
      - Definition Classes
- AutoPlugin → AnyRef → Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        trigger: PluginTrigger
      
      
      Determines whether this AutoPlugin will be activated for this project when the requiresclause is satisfied.Determines whether this AutoPlugin will be activated for this project when the requiresclause is satisfied.When this method returns allRequirements, andrequiresmethod returnsWeb && Javascript, this plugin instance will be added automatically if theWebandJavascriptplugins are enabled.When this method returns noTrigger, andrequiresmethod returnsWeb && Javascript, this plugin instance will be added only if the build user enables it, but it will automatically add bothWebandJavascript.- Definition Classes
- Giter8TemplatePlugin → AutoPlugin
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @throws( ... )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long, arg1: Int): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @throws( ... )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()