Class Groovydoc.AddStylesheet

java.lang.Object
org.codehaus.groovy.ant.Groovydoc.AddStylesheet
Enclosing class:
Groovydoc

public class Groovydoc.AddStylesheet extends Object
Nested-element holder populated by Ant introspection for <addStylesheet file="..."/>.
Since:
6.0.0
  • Constructor Details

    • AddStylesheet

      public AddStylesheet()
  • Method Details

    • setFile

      public void setFile(File f)
      Registers an additional stylesheet to copy into the generated documentation.
      Parameters:
      f - the stylesheet file to add
    • getFile

      public File getFile()
      Returns the stylesheet file configured for this nested element.
      Returns:
      the configured stylesheet file