Package org.codehaus.groovy.ant
Class Groovydoc.AddStylesheet
java.lang.Object
org.codehaus.groovy.ant.Groovydoc.AddStylesheet
- Enclosing class:
- Groovydoc
Nested-element holder populated by Ant introspection for
<addStylesheet file="..."/>.- Since:
- 6.0.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AddStylesheet
public AddStylesheet()
-
-
Method Details
-
setFile
Registers an additional stylesheet to copy into the generated documentation.- Parameters:
f- the stylesheet file to add
-
getFile
Returns the stylesheet file configured for this nested element.- Returns:
- the configured stylesheet file
-