org.freecompany.imp
Class Style

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.types.DataType
          extended by org.freecompany.imp.Style
All Implemented Interfaces:
java.lang.Cloneable

public class Style
extends org.apache.tools.ant.types.DataType


Field Summary
protected  java.util.List<org.apache.tools.ant.types.Parameter> parameters
           
protected  java.net.URL url
           
 
Fields inherited from class org.apache.tools.ant.types.DataType
checked, ref
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
 
Constructor Summary
Style()
           
 
Method Summary
 void addParameter(org.apache.tools.ant.types.Parameter parameter)
           
 java.util.List<org.apache.tools.ant.types.Parameter> getParameters()
           
 java.net.URL getUrl()
           
 void setStylesheet(java.io.File file)
           
 void setUri(java.lang.String uri)
           
 
Methods inherited from class org.apache.tools.ant.types.DataType
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, setChecked, setRefid, tooManyAttributes, toString
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

parameters

protected final java.util.List<org.apache.tools.ant.types.Parameter> parameters

url

protected java.net.URL url
Constructor Detail

Style

public Style()
Method Detail

addParameter

public void addParameter(org.apache.tools.ant.types.Parameter parameter)

getParameters

public java.util.List<org.apache.tools.ant.types.Parameter> getParameters()

setUri

public void setUri(java.lang.String uri)
            throws org.apache.tools.ant.BuildException
Throws:
org.apache.tools.ant.BuildException

setStylesheet

public void setStylesheet(java.io.File file)
                   throws org.apache.tools.ant.BuildException
Throws:
org.apache.tools.ant.BuildException

getUrl

public java.net.URL getUrl()